org.objectweb.jonas.rmifilters
Class RMISecurityPropagationManager
java.lang.Object
|
+--org.objectweb.jonas.rmifilters.RMISecurityPropagationManager
- public class RMISecurityPropagationManager
- extends java.lang.Object
This is the Utility class for RMI Security context propagation
- Author:
- John Ellis
Contributor(s):
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
init
protected void init()
getInstance
public static RMISecurityPropagationManager getInstance()
sendingRequest
public void sendingRequest(java.io.ObjectOutput out)
throws java.io.IOException
sendingReply
public void sendingReply(java.io.ObjectOutput out)
throws java.io.IOException
receivedRequest
public void receivedRequest(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
receivedReply
public void receivedReply(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
getNextId
protected int getNextId()