BEA Systems, Inc.

BEA WebLogic SIP Server 3.1 API Reference


com.bea.wcp.diameter.sh
Class ShSession

java.lang.Object
  extended bycom.bea.wcp.diameter.Session
      extended bycom.bea.wcp.diameter.sh.ShSession
All Implemented Interfaces:
java.io.Serializable

public class ShSession
extends Session

The ShSession represents an

See Also:
Serialized Form
Copyright © 2006 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
ShSession(ShApplication app)
           
 
Method Summary
 Request createPUR(AccessKey key, java.nio.ByteBuffer data)
           
 Request createRequest(Command cmd, AccessKey key)
           
 Request createSNR(AccessKey key, boolean subscribe)
           
 Request createUDR(AccessKey key)
           
 
Methods inherited from class com.bea.wcp.diameter.Session
createRequest, getApplication, getAttribute, getId, getListener, isTerminated, notifyListener, rcvAnswer, rcvMessage, rcvRequest, removeAttribute, setAttribute, setListener, sndMessage, terminate, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ShSession

public ShSession(ShApplication app)
Method Detail

createPUR

public Request createPUR(AccessKey key,
                         java.nio.ByteBuffer data)
                  throws java.io.IOException
Throws:
java.io.IOException

createRequest

public Request createRequest(Command cmd,
                             AccessKey key)

createSNR

public Request createSNR(AccessKey key,
                         boolean subscribe)
                  throws java.io.IOException
Throws:
java.io.IOException

createUDR

public Request createUDR(AccessKey key)
                  throws java.io.IOException
Throws:
java.io.IOException

Documentation is available at
http://e-docs.bea.com/wlcp/wlss31/
Copyright 2007 BEA Systems Inc.