org.jboss.tm.usertx.server
Interface ClientUserTransactionServiceMBean
- All Superinterfaces:
- Service, ServiceMBean
- All Known Implementing Classes:
- ClientUserTransactionService
public interface ClientUserTransactionServiceMBean
- extends ServiceMBean
MBean for ClientUserTransaction service.
- Version:
- $Revision: 81030 $
- Author:
- Ole Husgaard, Scott.Stark@jboss.org
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 |
setTxProxyName
void setTxProxyName(ObjectName proxyName)
- Set the proxy factory service for the UserTransactionSessions
- Parameters:
proxyName
- the proxy factory MBean name
invoke
Object invoke(Invocation invocation)
throws Exception
- The detached invoker callback operation.
- Parameters:
invocation
-
- Returns:
- the invocation result
- Throws:
Exception
- thrown on invocation failure
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.