|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PetalsAdminServiceMBean
This class is a manager of JMX server.
It is used to get a connection to a JMX Server on a distant container.
Method Summary | |
---|---|
boolean |
ping()
Ping if the server is ready to process messages in the domain |
Properties |
retrieveServerProperties()
Retrieve all the properties of the server local configuration (ie. the content of ' server.properties ' or equivalent, including:
the configured properties and un. |
Set<Map<String,String>> |
retrieveTopology(String securityPassPhrase)
Retrieve the collection of containers, sub-domains and domain configurations. |
void |
shutdownContainer()
Unload the container from the Petals global environment. |
void |
stopContainer()
Stop the container. |
Method Detail |
---|
Properties retrieveServerProperties()
Retrieve all the properties of the server local configuration (ie. the
content of 'server.properties
' or equivalent, including:
Unset properties are returned as set to an empty String
.
Set<Map<String,String>> retrieveTopology(String securityPassPhrase) throws org.ow2.petals.basisapi.exception.PetalsException
securityPassPhrase
- Passphrase needed to return sensible information. If
null
, empty or not matching the one of the
container on which the connection is established, no sensible
information will be returned.
org.ow2.petals.basisapi.exception.PetalsException
boolean ping()
void shutdownContainer() throws Exception
Exception
void stopContainer() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |