|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
MBean interface.
Field Summary | |
static javax.management.ObjectName |
OBJECT_NAME
|
Fields inherited from interface org.jboss.system.ServiceMBean |
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
Method Summary | |
String |
getJNDIName()
Get the jndi name |
Properties |
getProperties()
Get the properties |
javax.management.ObjectName |
getRARName()
Get the rar name |
String |
getType()
Get the interface type |
void |
setJNDIName(String jndiName)
Set the jndi name |
void |
setProperties(Properties properties)
Set the properties |
void |
setRARName(javax.management.ObjectName rarName)
Set the rar name |
void |
setType(String type)
Set the interface type |
Methods inherited from interface org.jboss.system.ServiceMBean |
getName, getState, getStateString, jbossInternalLifecycle |
Methods inherited from interface org.jboss.system.Service |
create, destroy, start, stop |
Field Detail |
public static final javax.management.ObjectName OBJECT_NAME
Method Detail |
public String getJNDIName()
public void setJNDIName(String jndiName)
jndiName
- the jndi namepublic Properties getProperties()
public void setProperties(Properties properties)
properties
- the propertiespublic javax.management.ObjectName getRARName()
public void setRARName(javax.management.ObjectName rarName)
rarName
- the rar namepublic String getType()
public void setType(String type)
type
- the interface type
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |