|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.management.oss.impl.ApplicationContextImpl
ApplicationContextImpl
Constructor Summary | |
ApplicationContextImpl()
Creates new ApplicationContextImpl |
|
ApplicationContextImpl(java.util.Properties p)
|
Method Summary | |
java.lang.Object |
clone()
Deep copy of this key |
boolean |
equals(java.lang.Object anObject)
Returns a boolean that indicates whether the contents of the passed in ApplicationContextImpl instance are equal to the contents of this instance. |
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. |
int |
hashCode()
|
void |
setFactoryClass(java.lang.String factoryClassName)
The name of the factory class required to setup the initial context with the JNDI provider |
void |
setSystemProperties(java.util.Map properties)
Other properties that may be necessary and vendor specific to setup an initial context with the JNDI Provider |
void |
setURL(java.lang.String URL)
The URL of the JNDI provider where the Home interfaces of the Session Bean(s) in charge of the entity could be found. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ApplicationContextImpl()
public ApplicationContextImpl(java.util.Properties p)
Method Detail |
public java.lang.Object clone()
clone
in interface ApplicationContext
public java.lang.String getFactoryClass()
getFactoryClass
in interface ApplicationContext
public java.lang.String getURL()
getURL
in interface ApplicationContext
public java.util.Map getSystemProperties()
getSystemProperties
in interface ApplicationContext
public void setFactoryClass(java.lang.String factoryClassName)
setFactoryClass
in interface ApplicationContext
factoryClassName
- name of the factory classpublic void setURL(java.lang.String URL)
setURL
in interface ApplicationContext
URL
- of the JNDI providerpublic void setSystemProperties(java.util.Map properties)
setSystemProperties
in interface ApplicationContext
properties
- the system propertiespublic boolean equals(java.lang.Object anObject)
public java.lang.String toString()
public int hashCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |