com.vinculumtech.carrierwave.session.ejb
Class EJBClientSession

java.lang.Object
  extended bycom.vinculumtech.carrierwave.session.ClientSession
      extended bycom.vinculumtech.carrierwave.session.ejb.EJBClientSession

public class EJBClientSession
extends ClientSession

Version:
$Id: //depot/carrierwave/src/shared/com/vinculumtech/carrierwave/session/ejb/EJBClientSession.java#4 $

Field Summary
static java.lang.String SESSION_NAME
           
static java.lang.String SESSION_NAME_DEFAULT
           
 
Fields inherited from class com.vinculumtech.carrierwave.session.ClientSession
CLIENT_SESSION, CLIENT_SESSION_DEFAULT
 
Constructor Summary
EJBClientSession()
           
 
Method Summary
protected  CommonClient connectCommonClient()
           
protected  void destroyCommonClient(CommonClient commonClient)
           
 javax.naming.Context getContext()
           
 void handleRemoteException(java.rmi.RemoteException exception)
           
 
Methods inherited from class com.vinculumtech.carrierwave.session.ClientSession
connect, createClientSession, disconnect, getCommonClient, getProperties, getProperty, getQueryClient, getRepositoryClient, handleGraphException, handleGraphPlanException, handleUndeclaredThrowableException, handleUnknownException, isAutoConnect, isConnected, setAutoConnect
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SESSION_NAME

public static final java.lang.String SESSION_NAME
See Also:
Constant Field Values

SESSION_NAME_DEFAULT

public static final java.lang.String SESSION_NAME_DEFAULT
Constructor Detail

EJBClientSession

public EJBClientSession()
Method Detail

getContext

public javax.naming.Context getContext()

connectCommonClient

protected CommonClient connectCommonClient()
                                    throws SessionFailureException
Specified by:
connectCommonClient in class ClientSession
Throws:
SessionFailureException

destroyCommonClient

protected void destroyCommonClient(CommonClient commonClient)
                            throws SessionFailureException
Specified by:
destroyCommonClient in class ClientSession
Throws:
SessionFailureException

handleRemoteException

public void handleRemoteException(java.rmi.RemoteException exception)
                           throws SessionFailureException
Overrides:
handleRemoteException in class ClientSession
Throws:
SessionFailureException


Copyright (C) 2002 Vinculum Technologies, Inc. All Rights Reserved.