org.apache.jackrabbit.rmi.remote
Interface RemoteXASession

All Superinterfaces:
Remote, RemoteSession
All Known Implementing Classes:
ServerXASession

public interface RemoteXASession
extends RemoteSession, Remote

Remote version of the XASession interface.

Since:
1.4

Method Summary
 RemoteXAResource getXAResource()
          Remote version of the XASession.getXAResource() method.
 
Methods inherited from interface org.apache.jackrabbit.rmi.remote.RemoteSession
addLockToken, checkPermission, exportDocumentView, exportSystemView, getAttribute, getAttributeNames, getItem, getLockTokens, getNamespacePrefix, getNamespacePrefixes, getNamespaceURI, getNodeByUUID, getRootNode, getUserID, getWorkspace, hasPendingChanges, impersonate, importXML, isLive, itemExists, logout, move, refresh, removeLockToken, save, setNamespacePrefix
 

Method Detail

getXAResource

RemoteXAResource getXAResource()
                               throws RemoteException
Remote version of the XASession.getXAResource() method.

Throws:
RemoteException


Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.