| org.kuali.rice.resourceloader.management.ResourceLoaderWrapperMBean
All known Subclasses: org.kuali.rice.resourceloader.management.ResourceLoaderWrapper,
ResourceLoaderWrapperMBean | public interface ResourceLoaderWrapperMBean extends Lifecycle(Code) | | Defines the simple MBean interface for ResourceLoader management.
author: Kuali Rice Team (kuali-rice@googlegroups.com) |
dumpContents | public void dumpContents()(Code) | | Dumps the contents of the resource loader to standard output.
|
examineContents | public String examineContents()(Code) | | Returns a string representation of the hierarchy of resource loaders beneath this resource loader.
|
getChildren | public String[] getChildren()(Code) | | Retrieves the names of all the children of the resource loader.
|
getName | public String getName()(Code) | | Retrieve the name of the ResourceLoader.
|
getType | public String getType()(Code) | | Returns the type of the resource loader (it's fully qualified java classname)
|
hasService | public boolean hasService(String namespaceUri, String localPart)(Code) | | Returns true if the service with the given namespace URI and local part exists in this resource loader
|
setName | public void setName(String name)(Code) | | Set the name of the ResourceLoader
|
|
|