Sun Adapter for SAG API

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

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

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

Methods in com.stc.connector.sagadapter.jni.sag that throw ExcStatus
 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.
static java.lang.String LMAC.compute(java.lang.String key, java.lang.String algorithm, java.lang.String address)
          Computes the LMAC.
 void Handle.connect()
          This function establishes the connection.
 void Handle.connect(java.lang.String args)
          This function establishes the connection.
 void Handle.disconnect()
          This function disconnects the connection but keeps the handle object.
 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.
static HandleFactory HandleFactory.newFactory(java.lang.String configFile)
          Method newFactory.
 Handle HandleFactory.newHandle(long timeout)
          Method newHandle.
 void Handle.putError(long token, long errorCode, java.lang.String errorData)
          This method uses the reconciliation token return by "getRequest" and sends the corresponding error signal.
 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.
 void Handle.subscribe(java.lang.String address)
           
 void Handle.subscribe(java.lang.String address, java.lang.String arguments)
           
static void ExcStatus.throwit(long token, int severity, java.lang.String code, java.lang.String data, java.lang.String text, java.lang.String action)
          Static method to create and throw an ExcStatus exception.
 void Handle.unsubscribe(java.lang.String address)
           
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.