|
OpenScape V3.2, Revision 044 20100322 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RegistrationState
Final subscription state.
Defines the final subscription states of event listeners. See
RegistrationListener
for more details.
Note: Java 1.5 enum types are not used because Java 1.4 compatibility is a requirement.
Field Summary | |
---|---|
static RegistrationState |
SUBSCRIBE_ERROR
Subscription request failed. |
static RegistrationState |
SUBSCRIBE_OK
Subscription request has been successful completed. |
static RegistrationState |
UNSUBSCRIBE_ERROR
Request to unsubscribe failed. |
static RegistrationState |
UNSUBSCRIBE_OK
Request to unsubscribe has been successful completed. |
Method Summary | |
---|---|
boolean |
isEqual(RegistrationState registrationState)
Compare this objects for equality. |
Field Detail |
---|
static final RegistrationState SUBSCRIBE_OK
static final RegistrationState SUBSCRIBE_ERROR
The user/device is not subscribed. I.e. there will be no events for this user/device. To send requests is discouraged from because the communication graph is not properly updated.
static final RegistrationState UNSUBSCRIBE_OK
static final RegistrationState UNSUBSCRIBE_ERROR
It is undefined whether there will still be events delivered.
Method Detail |
---|
boolean isEqual(RegistrationState registrationState)
registrationState
- the registration state to be compared.
|
OpenScape V3.2, Revision 044 20100322 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This software is the confidential and proprietary information of Unify, Germany