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):

Method Summary
static RMISecurityPropagationManager getInstance()
           
protected  int getNextId()
           
protected  void init()
           
 void receivedReply(java.io.ObjectInput in)
           
 void receivedRequest(java.io.ObjectInput in)
           
 void sendingReply(java.io.ObjectOutput out)
           
 void sendingRequest(java.io.ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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()