public class JndiLink
extends java.lang.Object
Constructor and Description |
---|
JndiLink() |
Modifier and Type | Method and Description |
---|---|
protected void |
configure(java.lang.Object obj) |
java.lang.Class |
getFactory()
Gets the type;
|
ContainerProgram |
getInit()
Gets the init program;
|
java.lang.String |
getName()
Gets the name
|
void |
init()
Initialize the resource.
|
void |
setFactory(java.lang.Class factory)
Sets the factory
|
void |
setInit(ContainerProgram init)
Sets the init program
|
void |
setName(java.lang.String name)
Sets the name
|
java.lang.String |
toString() |
public void setName(java.lang.String name)
public java.lang.String getName()
public void setFactory(java.lang.Class factory)
public java.lang.Class getFactory()
public void setInit(ContainerProgram init)
public ContainerProgram getInit()
@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