Method Summary |
|
public static ObjectName | ArchiveConfig() |
public static ObjectName | RarConfig() |
public static ObjectName | allDatasources() |
public static ObjectName | allEars() |
public static ObjectName | allGroups() |
public static ObjectName | allGroups(String pResource) Return an objectName for all groups in a resource. |
public static ObjectName | allLogServices() |
public static ObjectName | allMimeMailFactories() Return an objectName specifying all the mime mail factories. |
public static ObjectName | allRars() |
public static ObjectName | allResourceAdaptors() |
public static ObjectName | allRoles() |
public static ObjectName | allRoles(String pResource) Return an objectName for all roles in a resource. |
public static ObjectName | allSecurityDatasourceFactories() Return an objectName for all the Security datasource factories. |
public static ObjectName | allSecurityFactories() Return an objectName for the Security factory name. |
public static ObjectName | allSecurityLdapFactories() Return an objectName for all the Security ldap factories. |
public static ObjectName | allSecurityMemoryFactories() Return an objectName for all the Security memory factories. |
public static ObjectName | allServices() |
public static ObjectName | allSessionMailFactories() Return an objectName specifying all the session mail factories. |
public static ObjectName | allUsers() |
public static ObjectName | allUsers(String pResource) Return an objectName for all users in a resource. |
public static ObjectName | allWWW() |
public static ObjectName | allWars() |
public static ObjectName | catalinaConnectorFactory(String pDomain) |
public static ObjectName | cluster(String name, String type) Build an ObjectName for a Cluster defined by its type and its name.
Parameters: name - Name of the Cluster Parameters: type - Type: JkCluster, TomcatCluster, JoramCluster, EjbHaCluster, CmiCluster, ... |
public static ObjectName | clusterDaemon() |
public static ObjectName | clusterDaemonProxy(String name) |
public static ObjectName | clusterMember(String name, String type, String cluster) Build an ObjectName for a ClusterMember. |
public static ObjectName | clusters(String type) Build an ObjectName for a Cluster defined by its type only.
Parameters: type - Type: JkCluster, TomcatCluster, JoramCluster, EjbHaCluster, CmiCluster, ... |
public static ObjectName | databaseService() |
public static ObjectName | datasource(String name) |
public static ObjectName | discoveryClient() |
public static ObjectName | discoveryEnroller() |
public static ObjectName | discoveryManager() |
public static ObjectName | discoveryService() |
public static ObjectName | domainMonitor() |
public static ObjectName | earService() Return the earService (Jmx). |
public static ObjectName | ejbService() |
public static String | fileNameForObjectName(String fileName) |
public static String | getDomain() |
public static String | getType(ObjectName obj) |
public static ObjectName | group(String resource, String groupname) |
public static ObjectName | haService() |
public static ObjectName | jmsService() |
public static ObjectName | jmsService1() |
public static ObjectName | jmxConnectorServer(String protocol, String connectorName) |
public static ObjectName | jmxService() |
public static ObjectName | joramLocalServer() |
public static ObjectName | joramQueue(String name) |
public static ObjectName | joramRemoteServer(String id) |
public static ObjectName | joramTopic(String name) |
public static ObjectName | logService(String filename) |
public static ObjectName | mailService() Return the mailService (Jmx). |
public static ObjectName | mimeMailFactory(String name) Return an objectName for a MimePartDataSource type mail factory. |
public static ObjectName | rar(String filename) |
public static ObjectName | resourceAdapter(String name) |
public static ObjectName | resourceAdapters() |
public static ObjectName | resourceService() |
public static ObjectName | rmiConnector() |
public static ObjectName | role(String resource, String rolename) |
public static ObjectName | securityDatasourceFactory(String name) Return an objectName for a Security datasource factory. |
public static ObjectName | securityFactories(String pName) Return an objectName for the Security factory name. |
public static ObjectName | securityLdapFactory(String name) Return an objectName for a Security ldap factory. |
public static ObjectName | securityMemoryFactory(String name) Return an objectName for a Security memory factory. |
public static ObjectName | securityService() |
public static ObjectName | serverConfig() |
public static ObjectName | serverProxy(String serverName) |
public static ObjectName | serverProxys() |
public static ObjectName | sessionMailFactory(String name) Return an objectName for a Session type mail factory. |
public static void | setDomain(String domainName) |
public String | toString() A different implementation should allow returning a logical name. |
public static ObjectName | transactionService() |
public static ObjectName | user(String resource, String username) |
public static ObjectName | war(String filename) |
public static ObjectName | webContainerService() Return the webContainerService (Jmx). |
public static ObjectName | webModuleProxy(String pDomain) |
public static ObjectName | workManager() |
public static ObjectName | wsService() |
public static ObjectName | www(String subtype) |
public static ObjectName | wwwService() |