Package | Description |
---|---|
com.bea.wcp.diameter.sh |
The Diameter Sh Client implementation.
|
Modifier and Type | Method and Description |
---|---|
static AccessKey |
AccessKey.getAccessKey(Request req,
Object param)
Returns the AccessKey for the specified Sh request.
|
Modifier and Type | Method and Description |
---|---|
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.
|