Interface Administrable

All Known Subinterfaces:
LogManager, PUServiceBean, Registrar, Service, Service, TxnManager
All Known Implementing Classes:
AbstractDirectSpaceProxy, org.jini.rio.resources.servicecore.AbstractProxy, AbstractService, GigaRegistrar, JSpaceServiceImpl, LRMISpaceImpl, MockLogManager, MultiLogManager, PUServiceBeanImpl, PUServiceBeanProxy, org.jini.rio.jsb.ServiceBeanAdapter, org.jini.rio.resources.servicecore.ServiceProvider, SpaceImpl, SpaceProxyImpl, TransientMahaloImpl, TxnManagerImpl, TxnMgrProxy

public interface Administrable
Every administrable service should implement this interface.
Author:
Sun Microsystems, Inc.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns an object that implements whatever administration interfaces are appropriate for the particular service.
  • Method Details

    • getAdmin

      Object getAdmin() throws RemoteException
      Returns an object that implements whatever administration interfaces are appropriate for the particular service.
      Returns:
      an object that implements whatever administration interfaces are appropriate for the particular service.
      Throws:
      RemoteException
      See Also: