|
Version: 1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the type of entry to synchronizepublic interface MobyHandler<T extends Comparable & LSIDAccessible>
Basic interface for classes to synchronize a specific entry of the mobycentrals (eg MobyServices,
MobyDataType etc).
Method Summary | |
---|---|
boolean |
change(T object)
Changes the given object in the local repository. |
boolean |
register(T object)
Register a new object to the local moby central. |
boolean |
unregister(T object)
Unregister an existing object from the local moby central. |
Method Detail |
---|
boolean register(T object)
object
- the object to register
boolean unregister(T object)
object
- the object which shall be unregistered
boolean change(T object)
object
- the object to change
|
Version: 1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |