org.objectweb.carol.rmi.jrmp.interceptor
Class JInterceptorHelper

java.lang.Object
  |
  +--org.objectweb.carol.rmi.jrmp.interceptor.JInterceptorHelper
Direct Known Subclasses:
JClientInterceptorHelper, JServerInterceptorHelper

public abstract class JInterceptorHelper
extends java.lang.Object

Class JInterceptorHelper is the CAROL JRMP Interceptor Helper this class is used by the other pakage class to manage interceptions

Version:
1.0, 15/07/2002
Author:
Guillaume Riviere (Guillaume.Riviere@inrialpes.fr)

Field Summary
protected static int LOCAL_CTX
           
protected static int NO_CTX
           
protected static int REMOTE_CTX
           
protected static RemoteKey rk
          The spaceID
protected static java.rmi.server.UID spaceID
          The spaceID
 
Constructor Summary
JInterceptorHelper()
           
 
Method Summary
static RemoteKey getRemoteKey()
          hold a unique identifier of this class and jvm
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_CTX

protected static final int NO_CTX
See Also:
Constant Field Values

REMOTE_CTX

protected static final int REMOTE_CTX
See Also:
Constant Field Values

LOCAL_CTX

protected static final int LOCAL_CTX
See Also:
Constant Field Values

rk

protected static RemoteKey rk
The spaceID


spaceID

protected static java.rmi.server.UID spaceID
The spaceID

Constructor Detail

JInterceptorHelper

public JInterceptorHelper()
Method Detail

getRemoteKey

public static RemoteKey getRemoteKey()
hold a unique identifier of this class and jvm