|
Sun Adapter for SAG API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Configuration.HandleFileResponseConfig.GetFileResponseConfig
For GetFile response.
| Nested Class Summary | |
|---|---|
static interface |
Configuration.HandleFileResponseConfig.GetFileResponseConfig.AckServerInfoConfig
For Ack Server Info. |
| Method Summary | |
|---|---|
Configuration.HandleFileResponseConfig.GetFileResponseConfig.AckServerInfoConfig |
getAckServerInfo()
Indicates the Ack Server Info. |
java.lang.String |
getPhysicalDirectoryName()
Gets the physical directory name. |
java.lang.String |
getPhysicalDirectoryStyle()
Gets the physical directory style (Regular Expression or Literal). |
java.lang.String |
getPhysicalFileName()
Gets the physical file name. |
java.lang.String |
getPhysicalFileStyle()
Gets the physical file style (Regular Expression or Literal). |
Configuration.PostOperationConfig |
getPostOperation()
Gets the Post Operation Config. |
java.lang.String |
getSw_FileDescription()
Gets the file description. |
java.lang.String |
getSw_FileInfo()
Gets the file information. |
java.lang.String |
getSw_Size()
Gets the file size. |
boolean |
isPhysicalDirectoryLiteral()
Checks whether the physical directory style is Literal. |
boolean |
isPhysicalDirectoryRegexp()
Checks whether the physical directory style is Regular Expression. |
boolean |
isPhysicalFileLiteral()
Checks whether the physical file style is Literal. |
boolean |
isPhysicalFileRegexp()
Checks whether the physical file style is Regular Expression. |
void |
setPhysicalDirectoryName(java.lang.String physicalDirectoryName)
Sets the physical directory name. |
void |
setPhysicalDirectoryStyle(java.lang.String physicalDirectoryStyle)
Sets the physical directory style (Regular Expression or Literal). |
void |
setPhysicalFileName(java.lang.String physicalFileName)
Sets the physical file name. |
void |
setPhysicalFileStyle(java.lang.String physicalFileStyle)
Sets the physical file style (Regular Expression or Literal). |
void |
setSw_FileDescription(java.lang.String fileDescription)
Sets the file description. |
void |
setSw_FileInfo(java.lang.String fileInfo)
Sets the file information. |
void |
setSw_Size(java.lang.String size)
Sets the file size. |
void |
validate()
Validate method. |
| Method Detail |
|---|
Configuration.PostOperationConfig getPostOperation()
throws SAGApplicationException
PostOperationConfig - Returns
SAGApplicationException - upon error.
Configuration.HandleFileResponseConfig.GetFileResponseConfig.AckServerInfoConfig getAckServerInfo()
throws SAGApplicationException
AckServerInfoConfig - Returns
SAGApplicationException - upon error.java.lang.String getSw_FileDescription()
String - Returns file description.
java.lang.String getSw_FileInfo()
String - Returns file information.
java.lang.String getSw_Size()
String - Returns file size.
java.lang.String getPhysicalDirectoryName()
String - Returns physical directory name.
java.lang.String getPhysicalDirectoryStyle()
String - Returns physical directory style.
boolean isPhysicalDirectoryRegexp()
boolean - Returns true or false.
boolean isPhysicalDirectoryLiteral()
boolean - Returns true or false.
java.lang.String getPhysicalFileName()
String - Returns physical file name.
java.lang.String getPhysicalFileStyle()
String - Returns physical file style.
boolean isPhysicalFileRegexp()
boolean - Returns true or false.
boolean isPhysicalFileLiteral()
boolean - Returns true or false.
void setSw_FileDescription(java.lang.String fileDescription)
throws SAGApplicationException
fileDescription -
SAGApplicationException - upon error.
void setSw_FileInfo(java.lang.String fileInfo)
throws SAGApplicationException
fileInfo -
SAGApplicationException - upon error.
void setSw_Size(java.lang.String size)
throws SAGApplicationException
size -
SAGApplicationException - upon error.
void setPhysicalDirectoryName(java.lang.String physicalDirectoryName)
throws SAGApplicationException
physicalDirectoryName - The physical directory name
SAGApplicationException - upon error.
void setPhysicalDirectoryStyle(java.lang.String physicalDirectoryStyle)
throws SAGApplicationException
physicalDirectoryStyle - The physical directory style
SAGApplicationException - upon error.
void setPhysicalFileName(java.lang.String physicalFileName)
throws SAGApplicationException
physicalFileName - The physical file name
SAGApplicationException - upon error.
void setPhysicalFileStyle(java.lang.String physicalFileStyle)
throws SAGApplicationException
physicalFileStyle - The physical file style
SAGApplicationException - upon error.
void validate()
throws SAGApplicationException
SAGApplicationException - upon error.
|
Sun Adapter for SAG API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||