|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.officefloor.plugin.jndi.work.JndiWork
public class JndiWork
JNDI Work.
| Constructor Summary | |
|---|---|
JndiWork(String jndiName,
Class<?> facadeClass)
Initiate. |
|
| Method Summary | |
|---|---|
Object |
getFacade()
Obtains the facade. |
Object |
getJndiObject(Context context)
Obtains the JNDI Object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JndiWork(String jndiName,
Class<?> facadeClass)
jndiName - JNDI name of the Work Object.facadeClass - Facade Class. May be null.| Method Detail |
|---|
public Object getJndiObject(Context context)
throws NamingException
context - Context.
NamingException - If fails to obtain the JNDI Object.
public Object getFacade()
throws Exception
Exception - If fails to create the Facade.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||