|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The ApplicationContext interface contains the URL and other system properties required to set up an initial connection with the JNDI provider into which the components in charge of that managed entity are registered.
Security Credentials are not passed.
Method Summary | |
java.lang.Object |
clone()
|
java.lang.String |
getFactoryClass()
The name of the factory class required to setup the initial context with the JNDI provider. |
java.util.Map |
getSystemProperties()
Other properties that may be necessary and vendor specific to setup an initial context with the JNDI Provider. |
java.lang.String |
getURL()
The URL of the JNDI provider where the Home interfaces of the Session Bean(s) in charge of the entity could be found. |
void |
setFactoryClass(java.lang.String factoryClassName)
Set the Factory Class Name. |
void |
setSystemProperties(java.util.Map properties)
Set the System properties. |
void |
setURL(java.lang.String URL)
Set the URL. |
Method Detail |
public java.lang.Object clone()
public java.lang.String getFactoryClass()
public java.lang.String getURL()
public java.util.Map getSystemProperties()
public void setFactoryClass(java.lang.String factoryClassName) throws java.lang.IllegalArgumentException
factoryClassName
-
java.lang.IllegalArgumentException
public void setSystemProperties(java.util.Map properties) throws java.lang.IllegalArgumentException
properties
-
java.lang.IllegalArgumentException
public void setURL(java.lang.String URL) throws java.lang.IllegalArgumentException
URL
-
java.lang.IllegalArgumentException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |