|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ServerCDOResProtocol.Listener
Can be registered with a ServerCDOResProtocol
to be subsequently
notified about removed resources and invalidated objects.
Method Summary | |
---|---|
void |
notifyInvalidation(ServerCDOResProtocol protocol,
java.util.Collection<java.lang.Long> modifiedOIDs)
Called by the ServerCDOResProtocol this ServerCDOResProtocol.Listener is
registered with to notify about invalidated objects. |
void |
notifyRemoval(ServerCDOResProtocol protocol,
java.util.Collection<java.lang.Integer> rids)
Called by the ServerCDOResProtocol this ServerCDOResProtocol.Listener is
registered with to notify about removed resources. |
Method Detail |
---|
void notifyRemoval(ServerCDOResProtocol protocol, java.util.Collection<java.lang.Integer> rids)
ServerCDOResProtocol
this ServerCDOResProtocol.Listener
is
registered with to notify about removed resources.
protocol
- The ServerCDOResProtocol
this ServerCDOResProtocol.Listener
is
registered with.rids
- A Collection
of RID
s which have been removed.void notifyInvalidation(ServerCDOResProtocol protocol, java.util.Collection<java.lang.Long> modifiedOIDs)
ServerCDOResProtocol
this ServerCDOResProtocol.Listener
is
registered with to notify about invalidated objects.
protocol
- The ServerCDOResProtocol
this ServerCDOResProtocol.Listener
is
registered with.modifiedOIDs
- A Collection
of OID
s which have been
invalidated.
|
Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |