| 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AcknowledgmentSource
A server context element for registering interest in receiving an acknowledgment that the remote call's result data has been delivered to and processed by the client.
ServerContext.getServerContextElement(java.lang.Class)| Nested Class Summary | |
|---|---|
static interface | 
AcknowledgmentSource.Listener
A callback object for registering with an AcknowledgmentSource server context element to handle the
 receipt of an acknowledgment that the remote call's result data
 has been processed by the client. | 
| Method Summary | |
|---|---|
 boolean | 
addAcknowledgmentListener(AcknowledgmentSource.Listener listener)
Registers the specified listener as interested in receiving an acknowledgment that the remote call's result data has been processed by the client.  | 
| Method Detail | 
|---|
boolean addAcknowledgmentListener(AcknowledgmentSource.Listener listener)
The implementation of this interface may refuse a
 registration, such as if the remote call's result data has
 already been written.  This method returns true if
 the listener was successfully registered, and
 false if the registration was refused.
listener - the listener to register
true if the listener was successfully
 registered, and false if the registration was
 refused
NullPointerException - if listener is
 null
  | 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||