Package jade.core.messaging
Interface MessageStorage
-
public interface MessageStorage
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceMessageStorage.LoadListener
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddelete(String storeName, AID receiver)voidinit(Profile p)voidloadAll(MessageStorage.LoadListener ll)Stringstore(GenericMessage msg, AID receiver)
-
-
-
Method Detail
-
init
void init(Profile p)
-
store
String store(GenericMessage msg, AID receiver) throws IOException
- Throws:
IOException
-
delete
void delete(String storeName, AID receiver) throws IOException
- Throws:
IOException
-
loadAll
void loadAll(MessageStorage.LoadListener ll) throws IOException
- Throws:
IOException
-
-