net.jini.admin
Interface Administrable


public interface Administrable

Every administrable service should implement this interface.

Author:
Sun Microsystems, Inc.

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

Method Detail

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


Copyright 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.