public class ReferenceConfig
extends java.lang.Object
Constructor and Description |
---|
ReferenceConfig() |
Modifier and Type | Method and Description |
---|---|
void |
addInitParam(InitParam initParam)
Sets an init param.
|
protected void |
configure(java.lang.Object obj) |
java.lang.Class |
getFactory()
Gets the object factory;
|
ContainerProgram |
getInit()
Gets the init program;
|
java.lang.String |
getJndiName()
Gets the name
|
void |
init()
Initialize the resource.
|
void |
setFactory(java.lang.Class factory)
Sets the object factory;
|
void |
setInit(ContainerProgram init)
Sets the init program
|
void |
setJndiName(java.lang.String name)
Sets the name
|
java.lang.String |
toString() |
public void setJndiName(java.lang.String name)
public java.lang.String getJndiName()
public java.lang.Class getFactory()
public void setFactory(java.lang.Class factory)
public void setInit(ContainerProgram init)
public ContainerProgram getInit()
public void addInitParam(InitParam initParam)
@PostConstruct public void init() throws java.lang.Exception
java.lang.Exception
protected void configure(java.lang.Object obj) throws java.lang.Throwable
java.lang.Throwable
public java.lang.String toString()
toString
in class java.lang.Object