|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DelegateException | |
---|---|
net.fortuna.mstor.connector | |
net.fortuna.mstor.connector.jcr | |
net.fortuna.mstor.connector.mbox | |
net.fortuna.mstor.connector.nntp |
Uses of DelegateException in net.fortuna.mstor.connector |
---|
Methods in net.fortuna.mstor.connector that throw DelegateException | |
---|---|
long |
FolderDelegate.allocateUid(MessageDelegate message)
Allocates a new message UID for the folder. |
long |
AbstractFolderDelegate.allocateUid(MessageDelegate message)
Allocates a new message UID for the folder. |
protected abstract T |
AbstractFolderDelegate.createMessage(int messageNumber)
|
T |
FolderDelegate.getMessage(int messageNumber)
Returns message delegate corresponding to the specified message id. |
void |
MessageDelegate.saveChanges()
Persist unsaved changes. |
protected abstract void |
AbstractFolderDelegate.setLastUid(long uid)
|
Uses of DelegateException in net.fortuna.mstor.connector.jcr |
---|
Methods in net.fortuna.mstor.connector.jcr that throw DelegateException | |
---|---|
long |
JcrFolder.allocateUid(MessageDelegate message)
Allocates a new message UID for the folder. |
JcrMessage |
JcrFolder.getMessage(int messageNumber)
Returns message delegate corresponding to the specified message id. |
void |
JcrMessage.saveChanges()
Persist unsaved changes. |
Uses of DelegateException in net.fortuna.mstor.connector.mbox |
---|
Methods in net.fortuna.mstor.connector.mbox that throw DelegateException | |
---|---|
protected YamlMetaMessage |
YamlMetaFolder.createMessage(int messageNumber)
|
protected MessageDelegate |
MboxFolder.createMessage(int messageNumber)
|
YamlMetaMessage |
YamlMetaFolder.getMessage(int messageNumber)
Returns message delegate corresponding to the specified message id. |
MetaMessage |
MetaFolder.getMessage(int messageNumber)
Returns message delegate corresponding to the specified message id. |
MessageDelegate |
MboxFolder.getMessage(int messageNumber)
Returns message delegate corresponding to the specified message id. |
protected void |
YamlMetaFolder.save()
|
void |
MetaFolder.save()
|
protected abstract void |
AbstractMetaFolder.save()
|
void |
YamlMetaMessage.saveChanges()
Persist unsaved changes. |
void |
MetaMessage.saveChanges()
Persist unsaved changes. |
protected void |
YamlMetaFolder.setLastUid(long uid)
|
protected void |
MetaFolder.setLastUid(long uid)
|
Uses of DelegateException in net.fortuna.mstor.connector.nntp |
---|
Methods in net.fortuna.mstor.connector.nntp that throw DelegateException | |
---|---|
protected MessageDelegate |
NntpFolder.createMessage(int messageNumber)
|
MessageDelegate |
NntpFolder.getMessage(int messageNumber)
|
protected void |
NntpFolder.setLastUid(long uid)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |