public class BindRequest extends JndiRequest
Modifier and Type | Field and Description |
---|---|
private Object |
obj |
private boolean |
rebind |
private static long |
serialVersionUID |
Constructor and Description |
---|
BindRequest(CompositeName name,
Object obj) |
BindRequest(CompositeName name,
Object obj,
boolean rebind) |
Modifier and Type | Method and Description |
---|---|
Object |
getObject() |
boolean |
isRebind() |
private static Reference |
toReference(Object obj) |
String |
toString() |
getName
private static final long serialVersionUID
private Object obj
private boolean rebind
public BindRequest(CompositeName name, Object obj) throws NamingException
NamingException
public BindRequest(CompositeName name, Object obj, boolean rebind) throws NamingException
NamingException
public final Object getObject()
public final boolean isRebind()
private static Reference toReference(Object obj) throws NamingException
NamingException
public String toString()
toString
in class JndiRequest
Copyright © 2013 ScalAgent D.T.. All Rights Reserved.