public void ()
org.ow2.carol.rmi.interceptor.api.JRequestInfo(Ci-dessous la liste des Méthodes de la classe)
public abstract org.ow2.carol.rmi.interceptor.spi.JServiceContext getRequestServiceContext(int arg1) public abstract java.util.Collection getAllRequestServiceContext() [Signature(()Ljava/util/Collection;)] public abstract org.ow2.carol.rmi.interceptor.spi.JServiceContext getReplyServiceContext(int arg1) public abstract java.util.Collection getAllReplyServiceContext() [Signature(()Ljava/util/Collection;)] public abstract boolean hasContexts() public abstract void clearAllContexts()
org.ow2.carol.rmi.interceptor.api.JInitInfo(Ci-dessous la liste des Méthodes de la classe)
public abstract void addClientRequestInterceptor(org.ow2.carol.rmi.interceptor.spi.JClientRequestInterceptor arg1) throws org.ow2.carol.rmi.interceptor.api.JDuplicateName public abstract void addServerRequestInterceptor(org.ow2.carol.rmi.interceptor.spi.JServerRequestInterceptor arg1) throws org.ow2.carol.rmi.interceptor.api.JDuplicateName public abstract org.ow2.carol.rmi.interceptor.spi.JClientRequestInterceptor[] getClientRequestInterceptors() public abstract org.ow2.carol.rmi.interceptor.spi.JServerRequestInterceptor[] getServerRequestInterceptors()
org.ow2.carol.rmi.jrmp.server.JUnicastRemoteObject(Ci-dessous la liste des Méthodes de la classe)
public static java.rmi.server.RemoteStub exportObject(java.rmi.Remote obj, java.util.List jinterceptorsList) [Signature((Ljava/rmi/Remote;Ljava/util/List;)Ljava/rmi/server/RemoteStub;)] throws java.rmi.RemoteException public static java.rmi.Remote exportObject(java.rmi.Remote obj, int p, java.util.List jinterceptorsList) [Signature((Ljava/rmi/Remote;ILjava/util/List;)Ljava/rmi/Remote;)] throws java.rmi.RemoteException public static java.rmi.Remote exportObject(java.rmi.Remote obj, int p, java.rmi.server.RMIClientSocketFactory csf, java.rmi.server.RMIServerSocketFactory ssf, java.util.List jinterceptorsList) [Signature((Ljava/rmi/Remote;ILjava/rmi/server/RMIClientSocketFactory;Ljava/rmi/server/RMIServerSocketFactory;Ljava/util/List;)Ljava/rmi/Remote;)] throws java.rmi.RemoteException public static boolean unexportObject(java.rmi.Remote obj, boolean force) throws java.rmi.NoSuchObjectException public Object clone() throws java.lang.CloneNotSupportedException