|
Oracle TopLink Java API Reference 10g Release 3 (10.1.3.1) B28219-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
java.lang.Thread
oracle.toplink.remote.AbstractClusteringService
oracle.toplink.remote.AbstractJNDIClusteringService
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by TransportManager
Purpose:To Provide a framework for offering customers the ability to automatically connect multiple sessions for synchrnization.
Descripton:This thread object will place a remote dispatcher in the specified JNDI space. it will also monitor the specified multicast socket to allow other sessions to connect.
CacheSynchronizationManager
, AbstractClusteringService
Field Summary |
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
AbstractJNDIClusteringService(Session session) Deprecated. PUBLIC: Creates an AbstractJNDIClusteringService |
|
AbstractJNDIClusteringService(java.lang.String multicastAddress, int multicastPort, Session session) Deprecated. ADVANCED: Creates an AbstractJNDIClusteringService |
Method Summary | |
javax.naming.Context |
getContext(java.lang.String jndiHostURL) Deprecated. Since 4.5 |
java.util.Hashtable |
getInitialContextProperties() Deprecated. ADVANCED: This method allows the user to get the Context properties that will be used to create the initial context. |
java.lang.String |
getPassword() Deprecated. ADVANCED: returns the Username if one is required to access the JNDI service |
java.lang.String |
getUserName() Deprecated. ADVANCED: returns the Username if one is required to access the JNDI service |
void |
setContext(javax.naming.Context context) Deprecated. Sets the active JNDI Context to store the remote service in. |
void |
setInitialContextFactoryName(java.lang.String initialContextFactory) Deprecated. ADVANCED: Use this method to set the Initial Conext Factory for accessing JNDI. |
void |
setInitialContextProperties(java.util.Hashtable properties) Deprecated. ADVANCED: This method allows the user to set the Context properties for creating the initial context for a JNDI connection if the properties have not allready been set globally. |
void |
setLocalHostURL(java.lang.String url) Deprecated. PUBLIC: Set the host address of the naming service url. |
void |
setPassword(java.lang.String password) Deprecated. Sets the Password if one is required to access the JNDI service |
void |
setUserName(java.lang.String userName) Deprecated. Sets the Username if one is required to access the JNDI service |
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AbstractJNDIClusteringService(Session session)
public AbstractJNDIClusteringService(java.lang.String multicastAddress, int multicastPort, Session session)
multicastAddress
- The address of the multicast groupmulticastPort
- The port the multicast group is listening on.Method Detail |
public javax.naming.Context getContext(java.lang.String jndiHostURL)
public void setContext(javax.naming.Context context)
public void setLocalHostURL(java.lang.String url)
AbstractClusteringService
setLocalHostURL
in class AbstractClusteringService
url
- jndi host urlpublic java.util.Hashtable getInitialContextProperties()
public void setInitialContextProperties(java.util.Hashtable properties)
public java.lang.String getUserName()
public void setUserName(java.lang.String userName)
public java.lang.String getPassword()
public void setPassword(java.lang.String password)
public void setInitialContextFactoryName(java.lang.String initialContextFactory)
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |