|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EPPPollDataSource
Represents an EPPPollDataSource interface that is implemented by any class
that needs to manipulate their own data source.
| Method Summary | |
|---|---|
int |
delete(java.lang.Object aRecp,
java.lang.String aMsgId,
java.lang.Object aContextData)
Deletes a message from a recipients poll queue my message identifier. |
EPPPollDataRecord |
get(java.lang.Object aRecp,
java.lang.Object aContextData)
Gets the next poll data record for the specified recipient. |
void |
put(java.lang.Object aRecp,
java.lang.String aKind,
java.lang.Object aData,
java.lang.Object aContextData)
Puts a message in the poll queue associated with aRecp. |
| Method Detail |
|---|
EPPPollDataRecord get(java.lang.Object aRecp,
java.lang.Object aContextData)
throws EPPPollQueueException
EPPPollData.
aRecp - Recipient of the poll message. The concrete class is
defined by the concrete EPPPollDataSource.aContextData - Server specific data that is passed through to the
data source (i.e. database connection).
EPPPollQueueException - Error getting message from queue
void put(java.lang.Object aRecp,
java.lang.String aKind,
java.lang.Object aData,
java.lang.Object aContextData)
throws EPPPollQueueException
aRecp.
aRecp - Recipient of the poll message. The concrete class is
defined by a concrete EPPPollDataSource.aKind - Defines the kind of the poll message. The kinds of
messages supported is based on the concrete
EPPPollDataSource.aData - Poll message data. The concrete class is specific to the
concrete EPPPollDataSourceaContextData - Server specific data that is passed through to the
data source (i.e. database connection).
EPPPollQueueException - Error putting message in queue
int delete(java.lang.Object aRecp,
java.lang.String aMsgId,
java.lang.Object aContextData)
throws EPPPollQueueException
aRecp - Recipient queue. The concrete class is defined by the
concrete EPPPollDataSource.aMsgId - identifier to deleteaContextData - Server specific data that is passed through to the
data source (i.e. database connection).
EPPPollQueueException - Error deleting the message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||