org.jboss.tm.usertx.server
Interface ClientUserTransactionServiceMBean

All Superinterfaces:
Service (src) , ServiceMBean (src)
All Known Implementing Classes:
ClientUserTransactionService (src)

public interface ClientUserTransactionServiceMBean
extends ServiceMBean (src)

MBean for ClientUserTransaction service.


Field Summary
 
Fields inherited from interface org.jboss.system.ServiceMBean (src)
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED
 
Method Summary
 java.lang.Object invoke(Invocation (src)  invocation)
          The detached invoker callback operation.
 void setTxProxyName(ObjectName (src)  proxyName)
          Set the proxy factory service for the UserTransactionSessions
 
Methods inherited from interface org.jboss.system.ServiceMBean (src)
getName, getState, getStateString, jbossInternalLifecycle
 
Methods inherited from interface org.jboss.system.Service (src)
create, destroy, start, stop
 

Method Detail

setTxProxyName

public void setTxProxyName(ObjectName (src)  proxyName)
Set the proxy factory service for the UserTransactionSessions

Parameters:
proxyName - the proxy factory MBean name

invoke

public java.lang.Object invoke(Invocation (src)  invocation)
                        throws java.lang.Exception
The detached invoker callback operation.

Parameters:
invocation -
Returns:
the invocation result
Throws:
java.lang.Exception - thrown on invocation failure