com.vinculumtech.carrierwave.session.local
Class LocalClientSession

java.lang.Object
  extended bycom.vinculumtech.carrierwave.session.ClientSession
      extended bycom.vinculumtech.carrierwave.session.local.LocalClientSession

public class LocalClientSession
extends ClientSession

Version:
$Id: //depot/carrierwave/src/server/com/vinculumtech/carrierwave/session/local/LocalClientSession.java#2 $

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

Constructor Detail

LocalClientSession

public LocalClientSession()
Method Detail

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


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