|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sapia.ubik.rmi.server.gc.GcEvent
public class GcEvent
A server-side event that can be intercepted for various purposes, mainly monitoring: it signals that a client GC has synchronized with the server GC.
ClientGC,
ServerGC| Method Summary | |
|---|---|
int |
getCleanedCount()
Returns the number of objects that where garbage collected at the client. |
ServerAddress |
getOriginAddress()
Returns the address of the host from which the GC synchronization call comes. |
VmId |
getOriginId()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public ServerAddress getOriginAddress()
ServerAddresspublic VmId getOriginId()
VmId of the JVM by which the GC event was
triggered.public int getCleanedCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||