Package fr.dyade.aaa.jndi2.msg
Class BindRequest
- java.lang.Object
-
- fr.dyade.aaa.jndi2.msg.JndiRequest
-
- fr.dyade.aaa.jndi2.msg.BindRequest
-
- All Implemented Interfaces:
Serializable
public class BindRequest extends JndiRequest
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private Objectobjprivate booleanrebindprivate static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description BindRequest(CompositeName name, Object obj)BindRequest(CompositeName name, Object obj, boolean rebind)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetObject()booleanisRebind()private static ReferencetoReference(Object obj)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
-
obj
private Object obj
-
rebind
private boolean rebind
-
-
Constructor Detail
-
BindRequest
public BindRequest(CompositeName name, Object obj) throws NamingException
- Throws:
NamingException
-
BindRequest
public BindRequest(CompositeName name, Object obj, boolean rebind) throws NamingException
- Throws:
NamingException
-
-
Method Detail
-
getObject
public final Object getObject()
-
isRebind
public final boolean isRebind()
-
toReference
private static Reference toReference(Object obj) throws NamingException
- Throws:
NamingException
-
toString
public String toString()
- Overrides:
toStringin classJndiRequest
-
-