|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a subscription set and its containing subscriptions, providing accessors to various information about the subscription set.
Method Summary | |
void |
disable()
Disable for synchronization. |
void |
enable()
Enable for synchronization. |
java.lang.String |
getId()
Get the subscription set ID. |
java.lang.String |
getName()
Get the subscription set name. |
int |
getStatus()
Get the status of the subscription set. |
boolean |
isEnabled()
Return if this subscription set is enabled for synchronization |
boolean |
isReset()
Return if this subscription set is mark for refresh on the next synchronization |
void |
reset()
Marks this subscription set for refresh on the next synchronization. |
Method Detail |
public java.lang.String getName() throws ISyncException
ISyncException
- with code:
public java.lang.String getId() throws ISyncException
ISyncException
- with code:
public boolean isEnabled() throws ISyncException
ISyncException
- with code:
public boolean isReset() throws ISyncException
ISyncException
- with code:
public void enable() throws ISyncException
ISyncException
- with code:
public void disable() throws ISyncException
ISyncException
- with code:
public void reset() throws ISyncException
ISyncException
- with code:
public int getStatus() throws ISyncException
ISyncException
- with code:
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |