|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XASession | |
|---|---|
| org.apache.jackrabbit.core | Contains the core classes that provide the implementation of the JCR API. |
| org.apache.jackrabbit.jca | |
| org.apache.jackrabbit.rmi.client | Client implementation of the transparent JCR-RMI layer. |
| org.apache.jackrabbit.rmi.server | Server implementation of the transparent JCR-RMI layer. |
| Uses of XASession in org.apache.jackrabbit.core |
|---|
| Subinterfaces of XASession in org.apache.jackrabbit.core | |
|---|---|
interface |
XASession
Deprecated. Use XASession instead |
| Classes in org.apache.jackrabbit.core that implement XASession | |
|---|---|
class |
XASessionImpl
Session extension that provides XA support. |
| Uses of XASession in org.apache.jackrabbit.jca |
|---|
| Classes in org.apache.jackrabbit.jca that implement XASession | |
|---|---|
class |
JCASessionHandle
This class implements the JCA implementation of session. |
| Methods in org.apache.jackrabbit.jca that return XASession | |
|---|---|
XASession |
JCAManagedConnection.getSession(JCASessionHandle handle)
Return the session. |
| Constructors in org.apache.jackrabbit.jca with parameters of type XASession | |
|---|---|
JCAManagedConnection(JCAManagedConnectionFactory mcf,
JCAConnectionRequestInfo cri,
XASession session)
Construct the managed connection. |
|
| Uses of XASession in org.apache.jackrabbit.rmi.client |
|---|
| Classes in org.apache.jackrabbit.rmi.client that implement XASession | |
|---|---|
class |
ClientXASession
Local adapter for the JCR-RMI RemoteXASession
interface. |
| Uses of XASession in org.apache.jackrabbit.rmi.server |
|---|
| Constructors in org.apache.jackrabbit.rmi.server with parameters of type XASession | |
|---|---|
ServerXASession(XASession session,
RemoteAdapterFactory factory)
Creates a remote adapter for the given local, transaction enabled, session. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||