org.mobicents.slee.resource.parlay.session
Class ServiceProperties

java.lang.Object
  extended by org.mobicents.slee.resource.parlay.session.ServiceProperties

public class ServiceProperties
extends java.lang.Object

Class Description for ServiceProperties


Method Summary
 boolean equals(java.lang.Object obj)
           
 org.csapi.fw.TpServiceProperty[] getServiceProperties()
           
 int hashCode()
           
static ServiceProperties load(java.util.Properties properties)
           
 java.lang.String toString()
          Defines a method used to provide the caller with a string representation of the class.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

load

public static ServiceProperties load(java.util.Properties properties)
                              throws javax.slee.resource.ResourceException
Throws:
javax.slee.resource.ResourceException

toString

public java.lang.String toString()
Defines a method used to provide the caller with a string representation of the class.

Overrides:
toString in class java.lang.Object
Returns:
This is an developer defined representation of the class object as a string

getServiceProperties

public org.csapi.fw.TpServiceProperty[] getServiceProperties()
Returns:
Returns the serviceProperties.

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2008. All Rights Reserved.