ibrokerkit.epptools4java.store
Interface Store
- All Known Implementing Classes:
- DatabaseStore
public interface Store
init
void init()
throws StoreException
- Throws:
StoreException
isInitialized
boolean isInitialized()
close
void close()
isClosed
boolean isClosed()
updateObject
void updateObject(java.lang.Object object)
throws StoreException
- Throws:
StoreException
deleteObject
void deleteObject(java.lang.Object object)
throws StoreException
- Throws:
StoreException
listActions
Action[] listActions()
throws StoreException
- Throws:
StoreException
createAction
Action createAction(java.lang.Character gcs,
java.lang.String transactionId,
java.lang.String request,
java.lang.String response)
throws StoreException
- Throws:
StoreException
listPolls
Poll[] listPolls()
throws StoreException
- Throws:
StoreException
createPoll
Poll createPoll(java.lang.Character gcs,
java.lang.String transactionId,
java.lang.String response)
throws StoreException
- Throws:
StoreException
Copyright © 2009. All Rights Reserved.