net.jini.admin
Interface Administrable


public interface Administrable

Every administrable service should implement this interface.


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

Method Detail

getAdmin

public 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:
JoinAdmin


Copyright 2005, Sun Microsystems, Inc.
Licensed under the Apache License, Version 2.0.