net.jini.admin
Interface Administrable


public abstract interface Administrable

Every administrable service should implement this interface.


Method Summary
 java.lang.Object getAdmin()
          Returns an object that implements whatever administration interfaces are appropriate for the particular service.
 

Method Detail

getAdmin

public java.lang.Object getAdmin()
                          throws java.rmi.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:
java.rmi.RemoteException -  
See Also:
JoinAdmin


Copyright © 1999 Sun Microsystems, Inc. All rights reserved