|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectionFactoryBindingServiceMBean
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 |
getBindName()
Get the bind name |
javax.management.ObjectName |
getConnectionManager()
Get the connection manager |
String |
getJndiName()
Get the jndi name |
boolean |
isUseJavaContext()
Are we using the java naming context |
void |
setConnectionManager(javax.management.ObjectName cm)
Set the connection manager |
void |
setJndiName(String jndiName)
Set the jndi name |
void |
setUseJavaContext(boolean useJavaContext)
Set whether to use the java naming context |
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 |
---|
static final javax.management.ObjectName OBJECT_NAME
Method Detail |
---|
javax.management.ObjectName getConnectionManager()
void setConnectionManager(javax.management.ObjectName cm)
cm
- the connection managerString getBindName()
String getJndiName()
void setJndiName(String jndiName)
jndiName
- the jndi nameboolean isUseJavaContext()
void setUseJavaContext(boolean useJavaContext)
useJavaContext
- pass true to use the java naming context, false otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |