com.ibm.diameter.rf.util
Class RfSessionIdFactory

java.lang.Object
  extended by com.ibm.diameter.rf.util.RfSessionIdFactory

public class RfSessionIdFactory
extends java.lang.Object

Provovides the ability to generate Diameter session ids.


Method Summary
static RfSessionIdFactory getRef()
          Singleton reference to RfSessionIdFactory object.
 java.lang.String getSessionId(byte[] origin_host)
          Obtains a newly created Diameter session id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRef

public static RfSessionIdFactory getRef()
Singleton reference to RfSessionIdFactory object.

Returns:
sessionIdFactory

getSessionId

public java.lang.String getSessionId(byte[] origin_host)
Obtains a newly created Diameter session id.

Parameters:
origin_host - Hostname to use in the sesion id.
Returns:
sessionId


Copyright © 2006 IBM Corp. All Rights Reserved.