|
||||||||||
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()
Disables for synchronization. |
void |
enable()
Enables for synchronization. |
java.lang.String |
getId()
Gets the subscription set ID. |
java.lang.String |
getName()
Gets the subscription set name. |
int |
getStatus()
Gets the status of the subscription set. |
boolean |
isEnabled()
Returns if this subscription set is enabled for synchronization. |
boolean |
isReset()
Returns if this subscription set is marked 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 |