com.vinculumtech.carrierwave.session.rmi
Class RMIClientSession

java.lang.Object
  extended bycom.vinculumtech.carrierwave.session.ClientSession
      extended bycom.vinculumtech.carrierwave.session.rmi.RMIClientSession

public class RMIClientSession
extends ClientSession

Version:
$Id: //depot/carrierwave/src/shared/com/vinculumtech/carrierwave/session/rmi/RMIClientSession.java#1 $

Field Summary
static java.lang.String SERVER_HOST
           
static java.lang.String SERVER_HOST_DEFAULT
           
static java.lang.String SERVER_PORT
           
static int SERVER_PORT_DEFAULT
           
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
RMIClientSession()
           
 
Method Summary
protected  CommonClient connectCommonClient()
           
protected  void destroyCommonClient(CommonClient commonClient)
           
protected static java.lang.String getRMIServerName()
           
protected static java.lang.String getRMISessionName()
           
 
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
 

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

SERVER_PORT

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

SERVER_PORT_DEFAULT

public static final int SERVER_PORT_DEFAULT
See Also:
Constant Field Values

SERVER_HOST

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

SERVER_HOST_DEFAULT

public static final java.lang.String SERVER_HOST_DEFAULT
See Also:
Constant Field Values
Constructor Detail

RMIClientSession

public RMIClientSession()
Method Detail

getRMISessionName

protected static java.lang.String getRMISessionName()

getRMIServerName

protected static java.lang.String getRMIServerName()

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.