org.apache.geronimo.corba.security
Class SASReplyManager

java.lang.Object
  extended by org.apache.geronimo.corba.security.SASReplyManager

public final class SASReplyManager
extends Object

Stores requests' SASContextBody because get/setSlot does not seem to work in OpenORB.

TODO: There may be an error where the interceptor does not remove the registered subjects. We should have a daemon that cleans up old requests.


Constructor Summary
SASReplyManager()
           
 
Method Summary
static org.omg.CSI.SASContextBody clearSASReply(int requestId)
           
static org.omg.CSI.SASContextBody getSASReply(int requestId)
           
static void setSASReply(int requestId, org.omg.CSI.SASContextBody sasMsg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SASReplyManager

public SASReplyManager()
Method Detail

getSASReply

public static org.omg.CSI.SASContextBody getSASReply(int requestId)

setSASReply

public static void setSASReply(int requestId,
                               org.omg.CSI.SASContextBody sasMsg)

clearSASReply

public static org.omg.CSI.SASContextBody clearSASReply(int requestId)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.