|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JoinAdmin | |
---|---|
com.sun.jini.fiddler | Provides the server side of an implementation of the lookup discovery service
(see ). |
com.sun.jini.mahalo | Provides implementations of the TransactionManager service. |
com.sun.jini.mercury | Provides implementations of the EventMailbox service. |
com.sun.jini.norm | Provides implementations of LeaseRenewalService . |
com.sun.jini.outrigger | This is an implementation of a JavaSpaces technology-enabled service. |
com.sun.jini.reggie | Provides implementations of ServiceRegistrar . |
Uses of JoinAdmin in com.sun.jini.fiddler |
---|
Subinterfaces of JoinAdmin in com.sun.jini.fiddler | |
---|---|
(package private) interface |
Fiddler
This interface defines the private protocol between the client-side proxy and the server of a lookup discovery service. |
interface |
FiddlerAdmin
An administrative interface for the Fiddler implementation of the lookup discovery service (see Fiddler). |
Classes in com.sun.jini.fiddler that implement JoinAdmin | |
---|---|
(package private) class |
ActivatableFiddlerImpl
Convenience class intended for use with the ServiceStarter framework to start
an implementation of Fiddler that is activatable, and which will
log its state information to persistent storage. |
(package private) class |
FiddlerAdminProxy
This class is a proxy providing access to the methods of an implementation of the lookup discovery service which allow the administration of the service. |
(package private) static class |
FiddlerAdminProxy.ConstrainableFiddlerAdminProxy
The constrainable version of the class FiddlerAdminProxy . |
(package private) class |
FiddlerImpl
This class is the server side of an implementation of the lookup discovery service. |
(package private) class |
NonActivatableFiddlerImpl
Convenience class intended for use with the ServiceStarter framework to start
an implementation of Fiddler that is not activatable, but which
will log its state information to persistent storage. |
(package private) class |
TransientFiddlerImpl
Convenience class intended for use with the ServiceStarter framework to start
a transient (non-activatable, non-persistent) implementation
of Fiddler. |
Uses of JoinAdmin in com.sun.jini.mahalo |
---|
Subinterfaces of JoinAdmin in com.sun.jini.mahalo | |
---|---|
interface |
TxnManager
Encapsulates the interface of an implementation of a TransactionManager . |
Classes in com.sun.jini.mahalo that implement JoinAdmin | |
---|---|
(package private) class |
ActivatableMahaloImpl
Convenience class intended for use with the ServiceStarter framework to start
an implementation of Mahalo that is activatable, and which will
log its state information to persistent storage. |
(package private) class |
NonActivatableMahaloImpl
Convenience class intended for use with the ServiceStarter framework to start
an implementation of Mahalo that is not activatable, but which
will log its state information to persistent storage. |
(package private) class |
TransientMahaloImpl
Convenience class intended for use with the ServiceStarter framework to start
a transient (non-activatable, non-persistent) implementation
of Mahalo. |
(package private) class |
TxnManagerImpl
An implementation of the Jini Transaction Specification. |
(package private) class |
TxnMgrAdminProxy
A TxnMgrAdminProxy is a client-side proxy for a mailbox service. |
(package private) static class |
TxnMgrAdminProxy.ConstrainableTxnMgrAdminProxy
|
Uses of JoinAdmin in com.sun.jini.mercury |
---|
Subinterfaces of JoinAdmin in com.sun.jini.mercury | |
---|---|
interface |
MailboxAdmin
An administrative interface for the mercury implementation of the event mailbox service. |
(package private) interface |
MailboxBackEnd
MailboxBackEnd defines the private protocol between the various client-side proxies and the event mailbox server. |
Classes in com.sun.jini.mercury that implement JoinAdmin | |
---|---|
(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 |
MailboxAdminProxy
A MailboxAdminProxy is a client-side proxy for a mailbox service. |
(package private) static class |
MailboxAdminProxy.ConstrainableMailboxAdminProxy
|
(package private) class |
MailboxImpl
MailboxImpl implements the server side of the event mailbox service. |
(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. |
Uses of JoinAdmin in com.sun.jini.norm |
---|
Subinterfaces of JoinAdmin in com.sun.jini.norm | |
---|---|
(package private) interface |
NormServer
This interface is the private wire protocol to that the various proxy objects created by a Norm server (the lease renewal service itself, sets, leases, admins, etc.) use to communicate back to the server. |
Classes in com.sun.jini.norm that implement JoinAdmin | |
---|---|
(package private) class |
ActivatableNormServerImpl
Provides an activatable implementation of NormServer. |
(package private) class |
AdminProxy
Defines a proxy for a Norm server's admin object. |
(package private) static class |
AdminProxy.ConstrainableAdminProxy
Defines a subclass that implements RemoteMethodControl. |
(package private) class |
NormServerBaseImpl
Base class for implementations of NormServer. |
(package private) class |
PersistentNormServerImpl
Provides a persistent, non-activatable implementation of NormServer. |
(package private) class |
TransientNormServerImpl
Provides a transient implementation of NormServer. |
Uses of JoinAdmin in com.sun.jini.outrigger |
---|
Subinterfaces of JoinAdmin in com.sun.jini.outrigger | |
---|---|
interface |
ConstrainableJavaSpaceAdmin
Deprecated. The JavaSpace05.contents
method can be used to view the space's contents. |
interface |
JavaSpaceAdmin
Deprecated. Invoke the JoinAdmin and DestroyAdmin methods though those interfaces. A view
of the space contents can be obtained through the
JavaSpace05.contents
method. |
(package private) interface |
OutriggerAdmin
The interface that is used by the AdminProxy to talk
to the server. |
(package private) interface |
OutriggerServer
This interface is the private wire protocol to the Outrigger implementations of JavaSpacesTM technology. |
Classes in com.sun.jini.outrigger that implement JoinAdmin | |
---|---|
(package private) class |
ConstrainableAdminProxy
Constrainable subclass of AdminProxy |
class |
OutriggerServerImpl
A basic implementation of a JavaSpacesTM service. |
(package private) class |
OutriggerServerWrapper
For various reasons there is code that we would like to run before every incoming remote call. |
(package private) class |
PersistentOutriggerImpl
OutriggerServerWrapper subclass for
persistent servers. |
(package private) class |
TransientOutriggerImpl
OutriggerServerWrapper subclass for
transient servers. |
Uses of JoinAdmin in com.sun.jini.reggie |
---|
Subinterfaces of JoinAdmin in com.sun.jini.reggie | |
---|---|
(package private) interface |
Registrar
Registrar defines the private protocol between the various client-side proxies and the registrar server. |
Classes in com.sun.jini.reggie that implement JoinAdmin | |
---|---|
class |
PersistentRegistrarImpl
Class for starting activatable and non-activatable persistent lookup services. |
(package private) class |
RegistrarImpl
Base server-side implementation of a lookup service, subclassed by TransientRegistrarImpl and PersistentRegistrarImpl. |
class |
TransientRegistrarImpl
Class for starting transient lookup services. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |