Ontimize 5.2072EN

com.ontimize.locator
Class SecureReferenceLocator.SMessage

java.lang.Object
  extended bycom.ontimize.locator.SecureReferenceLocator.SMessage
All Implemented Interfaces:
java.io.Serializable, UtilReferenceLocator.Message
Enclosing class:
SecureReferenceLocator

public static class SecureReferenceLocator.SMessage
extends java.lang.Object
implements UtilReferenceLocator.Message

Internal class for utility messages.

Author:
Imatia Innovation
See Also:
Serialized Form

Field Summary
static int ADD_USER
           
static int REMOVE_USER
           
static int SIGN_DOWN
           
 
Constructor Summary
SecureReferenceLocator.SMessage(java.lang.String from, int type, java.lang.String user, long com, java.util.List users)
           
 
Method Summary
 long getCommunicationId()
           
 java.lang.String getMessage()
           
 int getType()
           
 java.lang.String getUser()
           
 java.lang.String getUserFrom()
           
 java.util.List getUsers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADD_USER

public static final int ADD_USER
See Also:
Constant Field Values

REMOVE_USER

public static final int REMOVE_USER
See Also:
Constant Field Values

SIGN_DOWN

public static final int SIGN_DOWN
See Also:
Constant Field Values
Constructor Detail

SecureReferenceLocator.SMessage

public SecureReferenceLocator.SMessage(java.lang.String from,
                                       int type,
                                       java.lang.String user,
                                       long com,
                                       java.util.List users)
Method Detail

getUser

public java.lang.String getUser()

getUsers

public java.util.List getUsers()
Specified by:
getUsers in interface UtilReferenceLocator.Message

getMessage

public java.lang.String getMessage()
Specified by:
getMessage in interface UtilReferenceLocator.Message

getUserFrom

public java.lang.String getUserFrom()
Specified by:
getUserFrom in interface UtilReferenceLocator.Message

getType

public int getType()

getCommunicationId

public long getCommunicationId()
Specified by:
getCommunicationId in interface UtilReferenceLocator.Message

Ontimize