Constructor
Parameters: instanceName - - The instance name for the JBI Framework Parameters: installRoot - - The install root for the JBI Framework Parameters: instanceRoot - - The instance root for the JBI Framework
Get the instance name of the platform's administration server. If the
platform does not provide a separate administration server, then this
method returns the name of the local instance.
instance name of the administration server
Get the JBI system class loader for this implementation.
This is the JBI common classloader and is the parent of the JBI runtime
classloader that loaded this class.
the ClassLoader that is the "system" class loaderfrom a JBI runtime perspective. throws: SecurityException - if access to the class loader is denied.
Get the Target Name. If the instance is not a clustered instance then
the target name is the instance name. If the instance is part of a
cluster then the target name is the cluster name.
the target name.
Get the Target Name for a specified instance. If the instance is not
clustered the instance name is returned. This operation is invoked by
the JBI instance MBeans only.
the target name.
getTransactionManager
public javax.transaction.TransactionManager getTransactionManager() throws Exception(Code)
Get the TransactionManager for this platform.
a TransactionManager instance. throws: Exception - if a TransactionManager cannot be obtained.