|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonas.jmx.JonasObjectName
A set of static classes used to build the names of MBeans used in JOnAS Each MBean or MBean type should have a method here.
Constructor Summary | |
JonasObjectName()
|
Method Summary | |
static javax.management.ObjectName |
allDatasources()
|
static javax.management.ObjectName |
allEars()
|
static javax.management.ObjectName |
allGroups()
Return an objectName for all the groups |
static javax.management.ObjectName |
allGroups(java.lang.String p_Resource)
Return an objectName for all groups in a resource. |
static javax.management.ObjectName |
allLogServices()
|
static javax.management.ObjectName |
allMimeMailFactories()
Return an objectName specifying all the mime mail factories. |
static javax.management.ObjectName |
allRars()
|
static javax.management.ObjectName |
allResourceAdaptors()
|
static javax.management.ObjectName |
allRoles()
Return an objectName for all the roles |
static javax.management.ObjectName |
allRoles(java.lang.String p_Resource)
Return an objectName for all roles in a resource. |
static javax.management.ObjectName |
allSecurityDatasourceFactories()
Return an objectName for all the Security datasource factories. |
static javax.management.ObjectName |
allSecurityFactories()
Return an objectName for the Security factory name. |
static javax.management.ObjectName |
allSecurityLdapFactories()
Return an objectName for all the Security ldap factories. |
static javax.management.ObjectName |
allSecurityMemoryFactories()
Return an objectName for all the Security memory factories. |
static javax.management.ObjectName |
allServices()
|
static javax.management.ObjectName |
allSessionMailFactories()
Return an objectName specifying all the session mail factories. |
static javax.management.ObjectName |
allUsers()
Return an objectName for all the users |
static javax.management.ObjectName |
allUsers(java.lang.String p_Resource)
Return an objectName for all users in a resource. |
static javax.management.ObjectName |
allWars()
|
static javax.management.ObjectName |
allWWW()
|
static javax.management.ObjectName |
databaseService()
|
static javax.management.ObjectName |
datasource(java.lang.String name)
|
static javax.management.ObjectName |
earService()
Return the earService (Jmx). |
static javax.management.ObjectName |
ejbService()
|
static java.lang.String |
fileNameForObjectName(java.lang.String fileName)
|
static java.lang.String |
getType(javax.management.ObjectName obj)
|
static javax.management.ObjectName |
group(java.lang.String resource,
java.lang.String groupname)
Return an objectName for a group |
static javax.management.ObjectName |
jmsService()
|
static javax.management.ObjectName |
jmxConnectorServer(java.lang.String protocol,
java.lang.String connectorName)
Create ObjectName for the JMX Connector Server which is an MBean inside the target MBeanServer |
static javax.management.ObjectName |
jmxService()
|
static javax.management.ObjectName |
logService(java.lang.String filename)
|
static javax.management.ObjectName |
mailService()
Return the mailService (Jmx). |
static javax.management.ObjectName |
mimeMailFactory(java.lang.String name)
Return an objectName for a MimePartDataSource type mail factory. |
static javax.management.ObjectName |
rar(java.lang.String filename)
|
static javax.management.ObjectName |
resourceAdapter(java.lang.String name)
|
static javax.management.ObjectName |
resourceAdapters()
|
static javax.management.ObjectName |
resourceService()
|
static javax.management.ObjectName |
rmiConnector()
|
static javax.management.ObjectName |
role(java.lang.String resource,
java.lang.String rolename)
Return an objectName for a role |
static javax.management.ObjectName |
securityDatasourceFactory(java.lang.String name)
Return an objectName for a Security datasource factory. |
static javax.management.ObjectName |
securityFactories(java.lang.String p_Name)
Return an objectName for the Security factory name. |
static javax.management.ObjectName |
securityLdapFactory(java.lang.String name)
Return an objectName for a Security ldap factory. |
static javax.management.ObjectName |
securityMemoryFactory(java.lang.String name)
Return an objectName for a Security memory factory. |
static javax.management.ObjectName |
securityService()
|
static javax.management.ObjectName |
serverConfig()
|
static javax.management.ObjectName |
sessionMailFactory(java.lang.String name)
Return an objectName for a Session type mail factory. |
java.lang.String |
toString()
A different implementation should allow returning a logical name. |
static javax.management.ObjectName |
transactionService()
|
static javax.management.ObjectName |
user(java.lang.String resource,
java.lang.String username)
Return an objectName for a user |
static javax.management.ObjectName |
war(java.lang.String filename)
|
static javax.management.ObjectName |
webContainerService()
Return the webContainerService (Jmx). |
static javax.management.ObjectName |
www(java.lang.String subtype)
|
static javax.management.ObjectName |
wwwService()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public JonasObjectName()
Method Detail |
public static javax.management.ObjectName jmxConnectorServer(java.lang.String protocol, java.lang.String connectorName)
public static javax.management.ObjectName serverConfig()
public static javax.management.ObjectName wwwService()
public static javax.management.ObjectName ejbService()
public static javax.management.ObjectName earService()
public static javax.management.ObjectName mailService()
public static javax.management.ObjectName webContainerService()
public static javax.management.ObjectName databaseService()
public static javax.management.ObjectName resourceService()
public static javax.management.ObjectName transactionService()
public static javax.management.ObjectName logService(java.lang.String filename)
public static javax.management.ObjectName allLogServices()
public static javax.management.ObjectName allServices()
public static javax.management.ObjectName jmsService()
public static javax.management.ObjectName securityService()
public static javax.management.ObjectName jmxService()
public static javax.management.ObjectName www(java.lang.String subtype) throws javax.management.MalformedObjectNameException
javax.management.MalformedObjectNameException
public static javax.management.ObjectName rar(java.lang.String filename) throws javax.management.MalformedObjectNameException
javax.management.MalformedObjectNameException
public static javax.management.ObjectName war(java.lang.String filename) throws javax.management.MalformedObjectNameException
javax.management.MalformedObjectNameException
public static javax.management.ObjectName datasource(java.lang.String name) throws javax.management.MalformedObjectNameException
javax.management.MalformedObjectNameException
public static javax.management.ObjectName sessionMailFactory(java.lang.String name) throws javax.management.MalformedObjectNameException
name
- the name of the mail factory
javax.management.MalformedObjectNameException
- if the objectname can't be buildpublic static javax.management.ObjectName mimeMailFactory(java.lang.String name) throws javax.management.MalformedObjectNameException
name
- the name of the mail factory
javax.management.MalformedObjectNameException
- if the objectname can't be buildpublic static javax.management.ObjectName securityMemoryFactory(java.lang.String name) throws javax.management.MalformedObjectNameException
name
- the name of the security memory factory
javax.management.MalformedObjectNameException
- if the objectname can't be buildpublic static javax.management.ObjectName securityDatasourceFactory(java.lang.String name) throws javax.management.MalformedObjectNameException
name
- the name of the security datasource factory
javax.management.MalformedObjectNameException
- if the objectname can't be buildpublic static javax.management.ObjectName securityLdapFactory(java.lang.String name) throws javax.management.MalformedObjectNameException
name
- the name of the security ldap factory
javax.management.MalformedObjectNameException
- if the objectname can't be buildpublic static javax.management.ObjectName user(java.lang.String resource, java.lang.String username) throws javax.management.MalformedObjectNameException
resource
- the name of the resource on which the user dependsusername
- the name of the user
javax.management.MalformedObjectNameException
- if the objectname can't be buildpublic static javax.management.ObjectName allUsers()
javax.management.MalformedObjectNameException
- if the objectname can't be buildpublic static javax.management.ObjectName group(java.lang.String resource, java.lang.String groupname) throws javax.management.MalformedObjectNameException
resource
- the name of the resource on which the group dependsgroupname
- the name of the group
javax.management.MalformedObjectNameException
- if the objectname can't be buildpublic static javax.management.ObjectName allGroups()
javax.management.MalformedObjectNameException
- if the objectname can't be buildpublic static javax.management.ObjectName role(java.lang.String resource, java.lang.String rolename) throws javax.management.MalformedObjectNameException
resource
- the name of the resource on which the role dependsrolename
- the name of the role
javax.management.MalformedObjectNameException
- if the objectname can't be buildpublic static javax.management.ObjectName allRoles()
javax.management.MalformedObjectNameException
- if the objectname can't be buildpublic static javax.management.ObjectName resourceAdapters() throws javax.management.MalformedObjectNameException
javax.management.MalformedObjectNameException
public static javax.management.ObjectName resourceAdapter(java.lang.String name) throws javax.management.MalformedObjectNameException
javax.management.MalformedObjectNameException
public static javax.management.ObjectName rmiConnector()
public static javax.management.ObjectName allWWW()
public static javax.management.ObjectName allEars()
public static javax.management.ObjectName allRars()
public static javax.management.ObjectName allWars()
public static javax.management.ObjectName allDatasources()
public static javax.management.ObjectName allSessionMailFactories()
public static javax.management.ObjectName allMimeMailFactories()
public static javax.management.ObjectName allResourceAdaptors()
public static java.lang.String getType(javax.management.ObjectName obj)
public static java.lang.String fileNameForObjectName(java.lang.String fileName)
public static javax.management.ObjectName securityFactories(java.lang.String p_Name) throws javax.management.MalformedObjectNameException
p_Name
- The name of the wanted security factory
javax.management.MalformedObjectNameException
- if the objectname can't be buildpublic static javax.management.ObjectName allSecurityFactories() throws javax.management.MalformedObjectNameException
javax.management.MalformedObjectNameException
- if the objectname can't be buildpublic static javax.management.ObjectName allSecurityMemoryFactories() throws javax.management.MalformedObjectNameException
javax.management.MalformedObjectNameException
- if the objectname can't be buildpublic static javax.management.ObjectName allSecurityDatasourceFactories() throws javax.management.MalformedObjectNameException
javax.management.MalformedObjectNameException
- if the objectname can't be buildpublic static javax.management.ObjectName allSecurityLdapFactories() throws javax.management.MalformedObjectNameException
javax.management.MalformedObjectNameException
- if the objectname can't be buildpublic static javax.management.ObjectName allUsers(java.lang.String p_Resource) throws javax.management.MalformedObjectNameException
p_Resource
- the name of the resource on which the user depends
javax.management.MalformedObjectNameException
- if the objectname can't be buildpublic static javax.management.ObjectName allRoles(java.lang.String p_Resource) throws javax.management.MalformedObjectNameException
p_Resource
- the name of the resource on which the role depends
javax.management.MalformedObjectNameException
- if the objectname can't be buildpublic static javax.management.ObjectName allGroups(java.lang.String p_Resource) throws javax.management.MalformedObjectNameException
p_Resource
- the name of the resource on which the group depends
javax.management.MalformedObjectNameException
- if the objectname can't be buildpublic java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |