站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 varia API Documentation 英文版文档

CoordinatorRemote (Various API) - JBoss 4.0.1 sp1 varia API Documentation 英文版文档


org.jboss.tm.plugins.tyrex
Class CoordinatorRemote

java.lang.Object
  extended byjava.rmi.server.RemoteObject
      extended byjava.rmi.server.RemoteServer
          extended byjava.rmi.server.UnicastRemoteObject
              extended byorg.jboss.tm.plugins.tyrex.CoordinatorRemote
All Implemented Interfaces:
CoordinatorRemoteInterface, Remote, Serializable

public class CoordinatorRemote
extends UnicastRemoteObject
implements CoordinatorRemoteInterface

RMI Remote Proxy that enables the remote Transaction Manager to register the subordinate transaction as a resource with the originator's Coordinator

Version:
$Revision: 1.4 $
Author:
Anatoly Akkerman
See Also:
CoordinatorRemoteInterface, CoordinatorInvoker, ResourceRemote, Serialized Form

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
protected CoordinatorRemote(Coordinator coord)
           
 
Method Summary
 void register_resource(Resource serializableResource)
           
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, unexportObject
 
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CoordinatorRemote

protected CoordinatorRemote(Coordinator coord)
                     throws RemoteException
Method Detail

register_resource

public void register_resource(Resource serializableResource)
                       throws Inactive,
                              RemoteException
Specified by:
register_resource in interface CoordinatorRemoteInterface
Throws:
Inactive
RemoteException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.