|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ManagementEndpointException | |
---|---|
org.objectweb.jonas.mejb |
Uses of ManagementEndpointException in org.objectweb.jonas.mejb |
---|
Methods in org.objectweb.jonas.mejb that throw ManagementEndpointException | |
---|---|
String[] |
ManagementBean.getAttribute(String domainServerName,
String objectName,
String attribute)
|
String[] |
ManagementEndpoint.getAttribute(String domainServerName,
String objectName,
String attribute)
Returns the attribute value for an mbean on a server in the domain. |
String[] |
ManagementBean.getAttributesList(String domainServerName,
String objectName)
|
String[] |
ManagementEndpoint.getAttributesList(String domainServerName,
String objectName)
Returns a list of attributes for a specified mbean on a server in the domain. |
String |
ManagementBean.getDescription(String domainServerName,
String objectName)
|
String |
ManagementEndpoint.getDescription(String domainServerName,
String objectName)
Returns the description for an mbean on a server in the domain. |
String[] |
ManagementBean.getOperations(String domainServerName,
String objectName)
|
String[] |
ManagementEndpoint.getOperations(String domainServerName,
String objectName)
Returns the list of operations for an mbean on a server in the domain. |
String[] |
ManagementBean.getServers()
Returns the names of the servers in the domain. |
String[] |
ManagementEndpoint.getServers()
Returns the server names in the domain. |
String[] |
ManagementBean.invoke(String domainServerName,
String objectName,
String operationName,
String[] params)
|
String[] |
ManagementEndpoint.invoke(String domainServerName,
String objectName,
String operationName,
String[] params)
Invokes an mbean operation having String params on a server in the domain. |
boolean |
ManagementBean.isRegistered(String domainServerName,
String objectName)
|
boolean |
ManagementEndpoint.isRegistered(String domainServerName,
String objectName)
Returns True if the mbean is registered with the server in the domain, false otherwise. |
String[] |
ManagementBean.queryNames(String domainServerName,
String objectName,
String query)
|
String[] |
ManagementEndpoint.queryNames(String domainServerName,
String objectName,
String query)
Returns the search results for mbeans on a server in the domain. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |