Sun Adapter for SAG API

Uses of Class
com.stc.connector.sagadapter.jni.sag.Message

Packages that use Message
com.stc.connector.sagadapter.jni.sag   
 

Uses of Message in com.stc.connector.sagadapter.jni.sag
 

Methods in com.stc.connector.sagadapter.jni.sag with parameters of type Message
 void Handle.call(Message request, Message response)
          This method will send the input request Message object and return the resulting response message stored in the input response Message object.
static void LMAC.compute(java.lang.String key, java.lang.String algorithm, Message msg)
          Computes the LMAC.
 long Handle.getAnyResponse(long timeout, Message response)
          This method will attempt to retrieve the first available response Message object from SAG.
 long Handle.getAnyResponse(Message response)
          This method will attempt to retrieve the first available response Message object from SAG.
 long Handle.getRequest(long timeout, Message request)
          Method getRequest.
 long Handle.getRequest(Message request)
          This method will return the request message and token if successful.
 void Handle.getResponse(long timeout, long token, Message response)
          This method will attempt to retrieve the response Message object associated with the input reconciliation token.
 void Handle.getResponse(long token, Message response)
          This method will attempt to retrieve the response Message object assicated with the input reconciliation token.
 long Handle.putRequest(Message message)
          This method will send a request message to SAG.
 void Handle.putResponse(long token, Message response)
          This method uses the reconciliation token return by "getRequest" and sends the corresponding response message.
static void LMAC.verify(java.lang.String key, java.lang.String algorithm, Message msg)
          Verifies the LMAC that is set in the local authentication field of the message.
 


Sun Adapter for SAG API

Copyright © 2008 Sun Microsystems, Inc. All rights reserved.