public interface RepositoryMBean
Repository MBean.| Modifier and Type | Field and Description |
|---|---|
static ObjectName |
OBJECT_NAME |
| Modifier and Type | Method and Description |
|---|---|
CompositeData |
addResource(CompositeData resData)
Add a
Resource to the Repository |
TabularData |
findProviders(String namespace,
String nsvalue,
Map<String,Object> attributes,
Map<String,String> directives)
Find the capabilities that match the specified requirement.
|
String |
getName()
Get the name for this repository
|
CompositeData |
getResource(String identity)
Get a a
Resource by ResourceIdentity |
CompositeData |
removeResource(String identity)
Remove a
Resource from the Repository |
static final ObjectName OBJECT_NAME
String getName()
TabularData findProviders(String namespace, String nsvalue, Map<String,Object> attributes, Map<String,String> directives)
CompositeData addResource(CompositeData resData) throws IOException
Resource to the RepositoryIOExceptionCompositeData removeResource(String identity)
Resource from the RepositoryCompositeData getResource(String identity)
Resource by ResourceIdentityCopyright © 2014 JBoss by Red Hat. All Rights Reserved.