|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.jmx.AbstractServiceClient
org.ow2.petals.jmx.EndpointRegistryClient
public class EndpointRegistryClient
Client API of the JMX Endpoint service.
| Field Summary | |
|---|---|
protected static java.lang.String |
GET_ALL_ENDPOINTS
Action : get all endpoints |
protected static java.lang.String |
GET_ALL_EXTERNAL_ENDPOINTS
Action : get all external endpoints |
protected static java.lang.String |
GET_ALL_INTERNAL_ENDPOINTS
Action : get all internal endpoints |
protected static java.lang.String |
GET_ENDPOINT_DESCRIPTION
Action : get the description of a given endpoint and service |
| Fields inherited from class org.ow2.petals.jmx.AbstractServiceClient |
|---|
JMX_FIELD_NAME, JMX_FIELD_TYPE, JMX_SERVICE_TYPE, mbeanName, mBeanServerConnection, petalsDomain |
| Constructor Summary | |
|---|---|
EndpointRegistryClient(java.lang.String petalsDomain,
javax.management.MBeanServerConnection beanServerConnection)
Creates a new instance of EndpointServiceServiceClient |
|
| Method Summary | |
|---|---|
java.util.List<java.util.Map<java.lang.String,java.lang.Object>> |
getAllEndpoints()
Get all the Endpoints |
java.util.List<java.util.Map<java.lang.String,java.lang.Object>> |
getAllExternalEndpoints()
Get all the external Endpoints |
java.util.List<java.util.Map<java.lang.String,java.lang.Object>> |
getAllInternalEndpoints()
Get all the internal Endpoints |
java.lang.String |
getDescription(java.lang.String serviceName,
java.lang.String endpointName)
Get the description for a given service and endpoint |
| Methods inherited from class org.ow2.petals.jmx.AbstractServiceClient |
|---|
getAttribute, getAttribute, performAction |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final java.lang.String GET_ALL_INTERNAL_ENDPOINTS
protected static final java.lang.String GET_ALL_EXTERNAL_ENDPOINTS
protected static final java.lang.String GET_ALL_ENDPOINTS
protected static final java.lang.String GET_ENDPOINT_DESCRIPTION
| Constructor Detail |
|---|
public EndpointRegistryClient(java.lang.String petalsDomain,
javax.management.MBeanServerConnection beanServerConnection)
throws EndpointRegistryServiceDoesNotExistException,
EndpointRegistryServiceErrorException
EndpointServiceServiceClient
petalsDomain - beanServerConnection -
AdminDoesNotExistException
AdminServiceErrorException
EndpointRegistryServiceDoesNotExistException
EndpointRegistryServiceErrorException| Method Detail |
|---|
public java.util.List<java.util.Map<java.lang.String,java.lang.Object>> getAllInternalEndpoints()
throws EndpointRegistryServiceErrorException
ReportKeyNames for
map constants.
EndpointRegistryServiceErrorException
public java.util.List<java.util.Map<java.lang.String,java.lang.Object>> getAllExternalEndpoints()
throws EndpointRegistryServiceErrorException
ReportKeyNames for
map constants.
EndpointRegistryServiceErrorException
public java.util.List<java.util.Map<java.lang.String,java.lang.Object>> getAllEndpoints()
throws EndpointRegistryServiceErrorException
ReportKeyNames for map
constants.
EndpointRegistryServiceErrorException
public java.lang.String getDescription(java.lang.String serviceName,
java.lang.String endpointName)
throws EndpointRegistryServiceErrorException
EndpointRegistryServiceErrorException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||