Sun Adapter for SAG API

com.stc.connector.sagadapter.sagapi
Interface Configuration.ExchangeFileRequestConfig.GetFileRequestConfig

Enclosing interface:
Configuration.ExchangeFileRequestConfig

public static interface Configuration.ExchangeFileRequestConfig.GetFileRequestConfig

For GetFile request.

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 getPhysicalDirectoryName()
          Gets the physical directory name.
 java.lang.String getPhysicalDirectoryStyle()
          Gets the physical directory style (Pattern or Literal).
 java.lang.String getPhysicalFileName()
          Gets the physical file name.
 java.lang.String getPhysicalFileStyle()
          Gets the physical file style (Pattern or Literal).
 java.lang.String getSw_LogicalName()
          Gets the logical file name.
 java.lang.String getSw_MaxSize()
          Gets the maximum file size.
 java.lang.String getSw_TransferDescription()
          Gets the transfer description.
 java.lang.String getSw_TransferInfo()
          Gets the trasnfer information.
 boolean isPhysicalDirectoryLiteral()
          Checks whether the physical directory style is Literal.
 boolean isPhysicalDirectoryPattern()
          Checks whether the physical directory style is Pattern.
 boolean isPhysicalFileLiteral()
          Checks whether the physical file style is Literal.
 boolean isPhysicalFilePattern()
          Checks whether the physical file style is Pattern.
 void setPhysicalDirectoryName(java.lang.String physicalDirectoryName)
          Sets the physical directory name.
 void setPhysicalDirectoryStyle(java.lang.String physicalDirectoryStyle)
          Sets the physical directory style (Pattern or Literal).
 void setPhysicalFileName(java.lang.String physicalFileName)
          Sets the physical file name.
 void setPhysicalFileStyle(java.lang.String physicalFileStyle)
          Sets the physical file style (Pattern or Literal).
 void setSw_LogicalName(java.lang.String logicalName)
          Sets the logical file name.
 void setSw_MaxSize(java.lang.String maxSize)
          Sets the maximum file size.
 void setSw_TransferDescription(java.lang.String transferDescription)
          Sets the transfer description.
 void setSw_TransferInfo(java.lang.String transferInfo)
          Sets the trasnfer information.
 void validate()
          Validate method.
 

Method Detail

getSw_TransferDescription

java.lang.String getSw_TransferDescription()
Gets the transfer description.

Parameters:
None.

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

getSw_TransferInfo

java.lang.String getSw_TransferInfo()
Gets the trasnfer information.

Parameters:
None.

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

getSw_MaxSize

java.lang.String getSw_MaxSize()
Gets the maximum file size.

Parameters:
None.

Returns:
String - Returns maximum size.
Throws:
None.

getPhysicalDirectoryName

java.lang.String getPhysicalDirectoryName()
Gets the physical directory name.

Parameters:
None.

Returns:
String - Returns physical directory name.
Throws:
None.

getPhysicalDirectoryStyle

java.lang.String getPhysicalDirectoryStyle()
Gets the physical directory style (Pattern or Literal).

Parameters:
None.

Returns:
String - Returns physical directory style.
Throws:
None.

isPhysicalDirectoryPattern

boolean isPhysicalDirectoryPattern()
Checks whether the physical directory style is Pattern.

Parameters:
None.

Returns:
boolean - Returns true or false.
Throws:
None.

isPhysicalDirectoryLiteral

boolean isPhysicalDirectoryLiteral()
Checks whether the physical directory style is Literal.

Parameters:
None.

Returns:
boolean - Returns true or false.
Throws:
None.

getPhysicalFileName

java.lang.String getPhysicalFileName()
Gets the physical file name.

Parameters:
None.

Returns:
String - Returns physical file name.
Throws:
None.

getPhysicalFileStyle

java.lang.String getPhysicalFileStyle()
Gets the physical file style (Pattern or Literal).

Parameters:
None.

Returns:
String - Returns physical file style.
Throws:
None.

isPhysicalFilePattern

boolean isPhysicalFilePattern()
Checks whether the physical file style is Pattern.

Parameters:
None.

Returns:
boolean - Returns true or false.
Throws:
None.

isPhysicalFileLiteral

boolean isPhysicalFileLiteral()
Checks whether the physical file style is Literal.

Parameters:
None.

Returns:
boolean - Returns true or false.
Throws:
None.

getSw_LogicalName

java.lang.String getSw_LogicalName()
Gets the logical file name.

Parameters:
None.

Returns:
String - Returns logical name.
Throws:
None.

setSw_TransferDescription

void setSw_TransferDescription(java.lang.String transferDescription)
                               throws SAGApplicationException
Sets the transfer description.

Parameters:
transferDescription -
Throws:
SAGApplicationException - upon error.

setSw_TransferInfo

void setSw_TransferInfo(java.lang.String transferInfo)
                        throws SAGApplicationException
Sets the trasnfer information.

Parameters:
transferInfo -
Throws:
SAGApplicationException - upon error.

setSw_MaxSize

void setSw_MaxSize(java.lang.String maxSize)
                   throws SAGApplicationException
Sets the maximum file size.

Parameters:
maxSize -
Throws:
SAGApplicationException - upon error.

setPhysicalDirectoryName

void setPhysicalDirectoryName(java.lang.String physicalDirectoryName)
                              throws SAGApplicationException
Sets the physical directory name.

Parameters:
physicalDirectoryName - The physical directory name
Throws:
SAGApplicationException - upon error.

setPhysicalDirectoryStyle

void setPhysicalDirectoryStyle(java.lang.String physicalDirectoryStyle)
                               throws SAGApplicationException
Sets the physical directory style (Pattern or Literal).

Parameters:
physicalDirectoryStyle - The physical directory style
Throws:
SAGApplicationException - upon error.

setPhysicalFileName

void setPhysicalFileName(java.lang.String physicalFileName)
                         throws SAGApplicationException
Sets the physical file name.

Parameters:
physicalFileName - The physical file name
Throws:
SAGApplicationException - upon error.

setPhysicalFileStyle

void setPhysicalFileStyle(java.lang.String physicalFileStyle)
                          throws SAGApplicationException
Sets the physical file style (Pattern or Literal).

Parameters:
physicalFileStyle - The physical file style
Throws:
SAGApplicationException - upon error.

setSw_LogicalName

void setSw_LogicalName(java.lang.String logicalName)
                       throws SAGApplicationException
Sets the logical file name.

Parameters:
logicalName -
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.