|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.jonas.rmifilters.Skeleton | +--org.objectweb.jonas.rmifilters.SecuritySkeleton
Fields inherited from class org.objectweb.jonas.rmifilters.Skeleton |
logger |
Constructor Summary | |
SecuritySkeleton()
|
Method Summary | |
void |
inRequest(java.rmi.server.RemoteCall call)
inRequest is called before invoking the operation in the implementation object. |
java.io.ObjectOutput |
outReply(java.rmi.server.RemoteCall call)
outReply is called before return to the caller. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SecuritySkeleton()
Method Detail |
public void inRequest(java.rmi.server.RemoteCall call) throws java.lang.ClassNotFoundException, java.rmi.UnmarshalException
inRequest
in class Skeleton
public java.io.ObjectOutput outReply(java.rmi.server.RemoteCall call) throws java.rmi.MarshalException, java.io.IOException, java.io.StreamCorruptedException
outReply
in class Skeleton
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |