org.jboss.console.manager.interfaces
Interface ManageableResource

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
MBeanResource (src) , SimpleFolderResource (src)

public interface ManageableResource
extends java.io.Serializable

Identify a resource that can be managed. Used by the plugin manager to determine to which resources are the plugins associated

See Also:

Method Summary
 java.lang.String getId()
           
 

Method Detail

getId

public java.lang.String getId()