|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MailboxImpl | |
---|---|
com.sun.jini.mercury | Provides implementations of the EventMailbox service. |
Uses of MailboxImpl in com.sun.jini.mercury |
---|
Subclasses of MailboxImpl in com.sun.jini.mercury | |
---|---|
(package private) class |
ActivatableMercuryImpl
Convenience class intended for use with the ServiceStarter framework to start
an implementation of Mercury that is activatable, and which will
log its state information to persistent storage. |
(package private) class |
NonActivatableMercuryImpl
Convenience class intended for use with the ServiceStarter framework to start
an implementation of Mercury that is not activatable, but which
will log its state information to persistent storage. |
(package private) class |
TransientMercuryImpl
Convenience class intended for use with the ServiceStarter framework to start
a transient (non-activatable, non-persistent) implementation
of Mercury. |
Methods in com.sun.jini.mercury with parameters of type MailboxImpl | |
---|---|
void |
MailboxImpl.LogRecord.apply(MailboxImpl mb)
|
void |
MailboxImpl.RegistrationLogObj.apply(MailboxImpl mb)
Adds the stored registration object to the mailbox's state. |
void |
MailboxImpl.RegistrationEnabledLogObj.apply(MailboxImpl mb)
Enables the stored RemoteEventListener object with the associated, stored registration. |
void |
MailboxImpl.RegistrationDisabledLogObj.apply(MailboxImpl mb)
Disables the associated, stored registration. |
void |
MailboxImpl.RegistrationIteratorEnabledLogObj.apply(MailboxImpl mb)
Disables the associated, stored registration. |
void |
MailboxImpl.LookupGroupsChangedLogObj.apply(MailboxImpl mb)
Sets the value of lookupGroups to the provided
set. |
void |
MailboxImpl.LookupLocatorsChangedLogObj.apply(MailboxImpl mb)
Sets lookupLocators to value of the provided
set. |
void |
MailboxImpl.AttrsAddedLogObj.apply(MailboxImpl mb)
Modifies this service's state by adding (after unmarshalling) the elements of marshalledAttrs to the service's existing set of attributes. |
void |
MailboxImpl.AttrsModifiedLogObj.apply(MailboxImpl mb)
Modifies this service's state by modifying (after unmarshalling) the service's existing attributes according to the contents of marshalledAttrTmpls and marshalledModAttrs. |
void |
MailboxImpl.RegistrationRenewedLogObj.apply(MailboxImpl mb)
Sets the expiration time of the associated registration. |
void |
MailboxImpl.RegistrationCancelledLogObj.apply(MailboxImpl mb)
Sets the expiration time of the associated registration. |
void |
MailboxImpl.UnknownEventExceptionLogObj.apply(MailboxImpl mb)
Adds the given EventID to the set of unknownEvents
for the associated registration. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |