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

java.lang.Object
  extended byorg.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 byte[] ia
          The Inet Adress
protected static int LOCAL_CTX
           
protected static int NO_CTX
           
protected static int REMOTE_CTX
           
protected static java.rmi.server.UID spaceID
          The spaceID
 
Constructor Summary
JInterceptorHelper()
           
 
Method Summary
static byte[] getInetAddress()
           
static java.rmi.server.UID getSpaceID()
           
 
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

ia

protected static byte[] ia
The Inet Adress


spaceID

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

Constructor Detail

JInterceptorHelper

public JInterceptorHelper()
Method Detail

getInetAddress

public static byte[] getInetAddress()
Returns:
byte [] InetAddress

getSpaceID

public static java.rmi.server.UID getSpaceID()
Returns:
space UID