FileDocCategorySizeDatePackage
ConnectionFactoryBindingServiceMBean.javaAPI DocJBoss 4.2.12521Fri Jul 13 21:01:18 BST 2007org.jboss.resource.connectionmanager

ConnectionFactoryBindingServiceMBean

public interface ConnectionFactoryBindingServiceMBean implements org.jboss.system.ServiceMBean
MBean interface.
author
Adrian Brock
version
$Revision: 57189 $

Fields Summary
public static final ObjectName
OBJECT_NAME
Constructors Summary
Methods Summary
public java.lang.StringgetBindName()
Get the bind name

return
the real jndi binding

public javax.management.ObjectNamegetConnectionManager()
Get the connection manager

return
the connection manager

public java.lang.StringgetJndiName()
Get the jndi name

return
the jndi name

public booleanisUseJavaContext()
Are we using the java naming context

return
true when using the java naming context, false otherwise

public voidsetConnectionManager(javax.management.ObjectName cm)
Set the connection manager

param
cm the connection manager

public voidsetJndiName(java.lang.String jndiName)
Set the jndi name

param
jndiName the jndi name

public voidsetUseJavaContext(boolean useJavaContext)
Set whether to use the java naming context

param
useJavaContext pass true to use the java naming context, false otherwise