|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jini.mercury.MailboxImpl.RegistrationEnabledLogObj
private static class MailboxImpl.RegistrationEnabledLogObj
LogObj class whose instances are recorded to the log file whenever a registration is enabled.
Field Summary | |
---|---|
private Uuid |
regID
The registration ID. |
private static long |
serialVersionUID
|
private RemoteEventListener |
target
The registration ID. |
Constructor Summary | |
---|---|
MailboxImpl.RegistrationEnabledLogObj(Uuid id,
RemoteEventListener l)
Simple constructor |
Method Summary | |
---|---|
void |
apply(MailboxImpl mb)
Enables the stored RemoteEventListener object with the associated, stored registration. |
private void |
readObject(ObjectInputStream stream)
Unmarshals the event listener. |
private void |
writeObject(ObjectOutputStream stream)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private Uuid regID
private transient RemoteEventListener target
Constructor Detail |
---|
public MailboxImpl.RegistrationEnabledLogObj(Uuid id, RemoteEventListener l)
Method Detail |
---|
private void writeObject(ObjectOutputStream stream) throws IOException
IOException
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public void apply(MailboxImpl mb)
apply
in interface MailboxImpl.LogRecord
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |