Package fr.dyade.aaa.jndi2.distributed
Class CreateRemoteSubcontextRequest
- java.lang.Object
-
- fr.dyade.aaa.jndi2.msg.JndiRequest
-
- fr.dyade.aaa.jndi2.msg.CreateSubcontextRequest
-
- fr.dyade.aaa.jndi2.distributed.CreateRemoteSubcontextRequest
-
- All Implemented Interfaces:
Serializable
public class CreateRemoteSubcontextRequest extends CreateSubcontextRequest
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private ObjectownerIdprivate static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description CreateRemoteSubcontextRequest(CompositeName name, Object ownerId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetOwnerId()StringtoString()-
Methods inherited from class fr.dyade.aaa.jndi2.msg.JndiRequest
getName
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
ownerId
private Object ownerId
-
-
Constructor Detail
-
CreateRemoteSubcontextRequest
public CreateRemoteSubcontextRequest(CompositeName name, Object ownerId)
-
-
Method Detail
-
getOwnerId
public final Object getOwnerId()
-
toString
public String toString()
- Overrides:
toStringin classJndiRequest
-
-