Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.0

E18767-01


com.bea.wcp.diameter.sh
Class ShSession

java.lang.Object
  extended by com.bea.wcp.diameter.Session
      extended by com.bea.wcp.diameter.sh.ShSession

All Implemented Interfaces:
java.io.Serializable

public class ShSession
extends Session

The ShSession represents an

See Also:
Serialized Form

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
appendXml, 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

createUDR

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

createPUR

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

createSNR

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

createRequest

public Request createRequest(Command cmd,
                             AccessKey key)

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.0

E18767-01


Copyright © 2005, 2010, Oracle and/or its affiliates. All rights reserved.