|
EclipseLink 1.0_1.0M2 API Reference - Incubation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.persistence.sessions.remote.SessionAnnouncement
CommandManager
public class SessionAnnouncement
INTERNAL: Message sent over the multicast group that identifies the session to which this announcement applies. Also specified in each announcement is the host from which this announcement originates, and an id identifiying the sending VM on that host.
Constructor Summary | |
---|---|
SessionAnnouncement(byte[] bytes)
Deprecated. INTERNAL: Builds a SessionAnnouncement to use in the communication framework. |
|
SessionAnnouncement(java.lang.String sessionIdentifier,
java.lang.String jndiHostURL,
java.lang.String applicationName)
Deprecated. INTERNAL: Builds a SessionAnnouncement to use in the communication framework. |
Method Summary | |
---|---|
java.lang.String |
getApplicationName()
Deprecated. |
java.lang.String |
getJNDIHostURL()
Deprecated. PUBLIC: Use this method to retreive the JNDI service URL for transmission |
java.lang.String |
getSessionId()
Deprecated. PUBLIC: This method must return the value that will uniquely identify the Session that is sending the message and must be the value that is used to store the dispatcher in the JNDI service. |
void |
readFromBytes(byte[] bytes)
Deprecated. INTERNAL: Initialize the instance fields from the bytes. |
void |
setJNDIHostURL(java.lang.String jndiHostURL)
Deprecated. PUBLIC: Use this method to set the JNDI service URL for transmission |
void |
setSessionId(java.lang.String sessionId)
Deprecated. PUBLIC: This method stores the session ID for this announcement This value represents the Unique identifier for the session |
byte[] |
toBytes()
Deprecated. Convert the instance fields to bytes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SessionAnnouncement(byte[] bytes) throws SynchronizationException
SynchronizationException
public SessionAnnouncement(java.lang.String sessionIdentifier, java.lang.String jndiHostURL, java.lang.String applicationName)
Method Detail |
---|
public void setSessionId(java.lang.String sessionId)
sessionId
- public java.lang.String getSessionId()
public void readFromBytes(byte[] bytes)
public byte[] toBytes()
public java.lang.String getApplicationName()
public java.lang.String getJNDIHostURL()
public void setJNDIHostURL(java.lang.String jndiHostURL)
|
EclipseLink 1.0_1.0M2 API Reference - Incubation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |