Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Uses of Class
com.bea.wcp.diameter.sh.AccessKey

Packages that use AccessKey
com.bea.wcp.diameter.sh The Diameter Sh Client implementation. 

 

Uses of AccessKey in com.bea.wcp.diameter.sh

 

Methods in com.bea.wcp.diameter.sh that return AccessKey
static AccessKey AccessKey.getAccessKey(Request req, Object param)
          Returns the AccessKey for the specified Sh request.

 

Methods in com.bea.wcp.diameter.sh with parameters of type AccessKey
 Request ShSession.createPUR(AccessKey key, ByteBuffer data)
           
 Request ShSession.createRequest(Command cmd, AccessKey key)
           
 Request ShSession.createSNR(AccessKey key, boolean subscribe)
           
 Request ShSession.createUDR(AccessKey key)
           
 Document ShApplication.getDocument(AccessKey key)
          Retrieves the data associated with the specified AccessKey by sending a UDR request and waiting for the corresponding UDA.
 RepositoryData ShApplication.getRepositoryData(AccessKey key)
          Returns the RepositoryData for the specified Sh AccessKey.
 void ShApplication.putDocument(AccessKey key, Document doc)
          Updates data for the specified AccessKey by sending a PDR request and waiting for the corresponding PDA.
 void ShApplication.putRepositoryData(AccessKey key, RepositoryData rd)
          Updates repository data for specified AccessKey.
protected  void ShApplication.rcvPush(AccessKey key, Document doc)
          Called whenever a new PNR message has been received.
 void ShApplication.subscribe(AccessKey key)
          Starts subscription for the data referred to by the specified AccessKey.
 void ShApplication.unsubscribe(AccessKey key)
          Unsubscribes from the data referred to by the specified AccessKey.

 


Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.