|
Sun Adapter for Batch/FTP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stc.connector.batchadapter.webservice.LocalFileConfiguration
public class LocalFileConfiguration
This class is the LocalFileConfiguration.
Constructor Summary | |
---|---|
LocalFileConfiguration()
Creates a new instance of LocalFileConfiguration |
Method Summary | |
---|---|
boolean |
getAppend()
Gets the Append. |
java.lang.String |
getPostDirectoryName()
Gets the PostDirectoryName. |
boolean |
getPostDirectoryNameIsPattern()
Gets the PostDirectoryNameIsPattern. |
java.lang.String |
getPostFileName()
Gets the PostFileName. |
boolean |
getPostFileNameIsPattern()
Gets the PostFileNameIsPattern. |
java.lang.String |
getPostTransferCommand()
Gets the PostTransferCommand. |
java.lang.String |
getPreDirectoryName()
Gets the PreDirectoryName. |
boolean |
getPreDirectoryNameIsPattern()
Gets the PreDirectoryNameIsPattern. |
java.lang.String |
getPreFileName()
Gets the PreFileName. |
boolean |
getPreFileNameIsPattern()
Gets the PreFileNameIsPattern. |
java.lang.String |
getPreTransferCommand()
Gets the PreTransferCommand. |
boolean |
getResumeReadingEnabled()
Gets the ResumeReadingEnabled. |
java.lang.String |
getTargetDirectoryName()
Gets the TargetDirectoryName. |
boolean |
getTargetDirectoryNameIsPattern()
Gets the TargetDirectoryNameIsPattern. |
java.lang.String |
getTargetFileName()
Gets the TargetFileName. |
boolean |
getTargetFileNameIsPattern()
Gets the TargetFileNameIsPattern. |
boolean |
hasAppend()
Checks whether the Append properety has been set. |
boolean |
hasPostDirectoryName()
Checks whether the PostDirectoryName properety has been set. |
boolean |
hasPostDirectoryNameIsPattern()
Checks whether the PostDirectoryNameIsPattern properety has been set. |
boolean |
hasPostFileName()
Checks whether the PostFileName properety has been set. |
boolean |
hasPostFileNameIsPattern()
Checks whether the PostFileNameIsPattern properety has been set. |
boolean |
hasPostTransferCommand()
Checks whether the PostTransferCommand properety has been set. |
boolean |
hasPreDirectoryName()
Checks whether the PreDirectoryName properety has been set. |
boolean |
hasPreDirectoryNameIsPattern()
Checks whether the PreDirectoryNameIsPattern properety has been set. |
boolean |
hasPreFileName()
Checks whether the PreFileName properety has been set. |
boolean |
hasPreFileNameIsPattern()
Checks whether the PreFileNameIsPattern properety has been set. |
boolean |
hasPreTransferCommand()
Checks whether the PreTransferCommand properety has been set. |
boolean |
hasResumeReadingEnabled()
Checks whether the ResumeReadingEnabled properety has been set. |
boolean |
hasTargetDirectoryName()
Checks whether the TargetDirectoryName properety has been set. |
boolean |
hasTargetDirectoryNameIsPattern()
Checks whether the TargetDirectoryNameIsPattern properety has been set. |
boolean |
hasTargetFileName()
Checks whether the TargetFileName properety has been set. |
boolean |
hasTargetFileNameIsPattern()
Checks whether the TargetFileNameIsPattern properety has been set. |
void |
persist(com.stc.connector.persistence.bpel.DataOutput dout)
Persists this message. |
void |
restore(com.stc.connector.persistence.bpel.DataInput din)
Restores this message. |
void |
setAppend(boolean newAppend)
Sets the Append. |
void |
setPostDirectoryName(java.lang.String newPostDirectoryName)
Sets the PostDirectoryName. |
void |
setPostDirectoryNameIsPattern(boolean newPostDirectoryNameIsPattern)
Sets the PostDirectoryNameIsPattern. |
void |
setPostFileName(java.lang.String newPostFileName)
Sets the PostFileName. |
void |
setPostFileNameIsPattern(boolean newPostFileNameIsPattern)
Sets the PostFileNameIsPattern. |
void |
setPostTransferCommand(java.lang.String newPostTransferCommand)
Sets the PostTransferCommand. |
void |
setPreDirectoryName(java.lang.String newPreDirectoryName)
Sets the PreDirectoryName. |
void |
setPreDirectoryNameIsPattern(boolean newPreDirectoryNameIsPattern)
Sets the PreDirectoryNameIsPattern. |
void |
setPreFileName(java.lang.String newPreFileName)
Sets the PreFileName. |
void |
setPreFileNameIsPattern(boolean newPreFileNameIsPattern)
Sets the PreFileNameIsPattern. |
void |
setPreTransferCommand(java.lang.String newPreTransferCommand)
Sets the PreTransferCommand. |
void |
setResumeReadingEnabled(boolean newResumeReadingEnabled)
Sets the ResumeReadingEnabled. |
void |
setTargetDirectoryName(java.lang.String newTargetDirectoryName)
Sets the TargetDirectoryName. |
void |
setTargetDirectoryNameIsPattern(boolean newTargetDirectoryNameIsPattern)
Sets the TargetDirectoryNameIsPattern. |
void |
setTargetFileName(java.lang.String newTargetFileName)
Sets the TargetFileName. |
void |
setTargetFileNameIsPattern(boolean newTargetFileNameIsPattern)
Sets the TargetFileNameIsPattern. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocalFileConfiguration()
Method Detail |
---|
public java.lang.String getPreTransferCommand()
public void setPreTransferCommand(java.lang.String newPreTransferCommand)
newPreTransferCommand
- The new PreTransferCommand.public boolean hasPreTransferCommand()
public boolean getAppend()
public void setAppend(boolean newAppend)
newAppend
- The new Append.public boolean hasAppend()
public boolean getPreDirectoryNameIsPattern()
public void setPreDirectoryNameIsPattern(boolean newPreDirectoryNameIsPattern)
newPreDirectoryNameIsPattern
- The new PreDirectoryNameIsPattern.public boolean hasPreDirectoryNameIsPattern()
public java.lang.String getTargetFileName()
public void setTargetFileName(java.lang.String newTargetFileName)
newTargetFileName
- The new TargetFileName.public boolean hasTargetFileName()
public boolean getTargetFileNameIsPattern()
public void setTargetFileNameIsPattern(boolean newTargetFileNameIsPattern)
newTargetFileNameIsPattern
- The new TargetFileNameIsPattern.public boolean hasTargetFileNameIsPattern()
public java.lang.String getPostFileName()
public void setPostFileName(java.lang.String newPostFileName)
newPostFileName
- The new PostFileName.public boolean hasPostFileName()
public boolean getPostDirectoryNameIsPattern()
public void setPostDirectoryNameIsPattern(boolean newPostDirectoryNameIsPattern)
newPostDirectoryNameIsPattern
- The new PostDirectoryNameIsPattern.public boolean hasPostDirectoryNameIsPattern()
public boolean getPostFileNameIsPattern()
public void setPostFileNameIsPattern(boolean newPostFileNameIsPattern)
newPostFileNameIsPattern
- The new PostFileNameIsPattern.public boolean hasPostFileNameIsPattern()
public java.lang.String getPostTransferCommand()
public void setPostTransferCommand(java.lang.String newPostTransferCommand)
newPostTransferCommand
- The new PostTransferCommand.public boolean hasPostTransferCommand()
public boolean getTargetDirectoryNameIsPattern()
public void setTargetDirectoryNameIsPattern(boolean newTargetDirectoryNameIsPattern)
newTargetDirectoryNameIsPattern
- The new TargetDirectoryNameIsPattern.public boolean hasTargetDirectoryNameIsPattern()
public boolean getPreFileNameIsPattern()
public void setPreFileNameIsPattern(boolean newPreFileNameIsPattern)
newPreFileNameIsPattern
- The new PreFileNameIsPattern.public boolean hasPreFileNameIsPattern()
public java.lang.String getPreDirectoryName()
public void setPreDirectoryName(java.lang.String newPreDirectoryName)
newPreDirectoryName
- The new PreDirectoryName.public boolean hasPreDirectoryName()
public java.lang.String getPreFileName()
public void setPreFileName(java.lang.String newPreFileName)
newPreFileName
- The new PreFileName.public boolean hasPreFileName()
public java.lang.String getPostDirectoryName()
public void setPostDirectoryName(java.lang.String newPostDirectoryName)
newPostDirectoryName
- The new PostDirectoryName.public boolean hasPostDirectoryName()
public java.lang.String getTargetDirectoryName()
public void setTargetDirectoryName(java.lang.String newTargetDirectoryName)
newTargetDirectoryName
- The new TargetDirectoryName.public boolean hasTargetDirectoryName()
public boolean getResumeReadingEnabled()
public void setResumeReadingEnabled(boolean newResumeReadingEnabled)
newResumeReadingEnabled
- The new ResumeReadingEnabled.public boolean hasResumeReadingEnabled()
public void persist(com.stc.connector.persistence.bpel.DataOutput dout) throws java.lang.Exception
persist
in interface com.stc.connector.persistence.bpel.PersistableData
dout
- The DataOutput to which the Java Bean
message is persisted.
java.lang.Exception
- upon error.public void restore(com.stc.connector.persistence.bpel.DataInput din) throws java.lang.Exception
restore
in interface com.stc.connector.persistence.bpel.PersistableData
dis
- The DataInput from which the Java Bean
message is restored.
java.lang.Exception
- upon error.
|
Sun Adapter for Batch/FTP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |