Uses of Class
com.bea.wcp.diameter.sh.AccessKey
Packages that use AccessKey
-
Uses of AccessKey in com.bea.wcp.diameter.sh
Methods in com.bea.wcp.diameter.sh that return AccessKeyModifier and TypeMethodDescriptionstatic AccessKeyAccessKey.getAccessKey(Request req, Object param) Returns the AccessKey for the specified Sh request.Methods in com.bea.wcp.diameter.sh with parameters of type AccessKeyModifier and TypeMethodDescriptionShSession.createPUR(AccessKey key, ByteBuffer data) ShSession.createRequest(Command cmd, AccessKey key) ShApplication.getDocument(AccessKey key) Retrieves the data associated with the specified AccessKey by sending a UDR request and waiting for the corresponding UDA.ShApplication.getRepositoryData(AccessKey key) Returns the RepositoryData for the specified Sh AccessKey.voidShApplication.putDocument(AccessKey key, Document doc) Updates data for the specified AccessKey by sending a PDR request and waiting for the corresponding PDA.voidShApplication.putRepositoryData(AccessKey key, RepositoryData rd) Updates repository data for specified AccessKey.protected voidCalled whenever a new PNR message has been received.voidStarts subscription for the data referred to by the specified AccessKey.voidShApplication.unsubscribe(AccessKey key) Unsubscribes from the data referred to by the specified AccessKey.