Sun Adapter for SAG API

com.stc.connector.sagadapter.sagapi
Interface Configuration.HandleFileResponseConfig.AckFileResponseConfig

Enclosing interface:
Configuration.HandleFileResponseConfig

public static interface Configuration.HandleFileResponseConfig.AckFileResponseConfig

For AckFile response.

Version:
cvs revision: $Revision: 1.4 $ Last Modified: $Date: 2007/10/19 19:48:21 $
Author:
Harry Liu (harry.liu@sun.com)

Method Summary
 java.lang.String getSw_AckDescription()
          Gets the Ack description.
 java.lang.String getSw_AckInfo()
          Gets the Ack informtaion.
 void setSw_AckDescription(java.lang.String ackDescription)
          Sets the Ack description.
 void setSw_AckInfo(java.lang.String ackInfo)
          Sets the Ack informtaion.
 void validate()
          Validate method.
 

Method Detail

getSw_AckDescription

java.lang.String getSw_AckDescription()
Gets the Ack description.

Parameters:
None.

Returns:
String - Returns Ack description.
Throws:
None.

getSw_AckInfo

java.lang.String getSw_AckInfo()
Gets the Ack informtaion.

Parameters:
None.

Returns:
String - Returns Ack information.
Throws:
None.

setSw_AckDescription

void setSw_AckDescription(java.lang.String ackDescription)
                          throws SAGApplicationException
Sets the Ack description.

Parameters:
ackDescription -
Throws:
SAGApplicationException - upon error.

setSw_AckInfo

void setSw_AckInfo(java.lang.String ackInfo)
                   throws SAGApplicationException
Sets the Ack informtaion.

Parameters:
ackInfo -
Throws:
SAGApplicationException - upon error.

validate

void validate()
              throws SAGApplicationException
Validate method.

Parameters:
None.

Throws:
SAGApplicationException - upon error.

Sun Adapter for SAG API

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