Sun Adapter for Batch/FTP

com.stc.connector.batchadapter.webservice
Class LocalFileConfiguration

java.lang.Object
  extended by com.stc.connector.batchadapter.webservice.LocalFileConfiguration
All Implemented Interfaces:
com.stc.connector.persistence.bpel.PersistableData

public class LocalFileConfiguration
extends java.lang.Object
implements com.stc.connector.persistence.bpel.PersistableData

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

LocalFileConfiguration

public LocalFileConfiguration()
Creates a new instance of LocalFileConfiguration

Method Detail

getPreTransferCommand

public java.lang.String getPreTransferCommand()
Gets the PreTransferCommand.

Returns:
The PreTransferCommand.

setPreTransferCommand

public void setPreTransferCommand(java.lang.String newPreTransferCommand)
Sets the PreTransferCommand.

Parameters:
newPreTransferCommand - The new PreTransferCommand.

hasPreTransferCommand

public boolean hasPreTransferCommand()
Checks whether the PreTransferCommand properety has been set.

Returns:
true if it was set or false if not.

getAppend

public boolean getAppend()
Gets the Append.

Returns:
The Append.

setAppend

public void setAppend(boolean newAppend)
Sets the Append.

Parameters:
newAppend - The new Append.

hasAppend

public boolean hasAppend()
Checks whether the Append properety has been set.

Returns:
true if it was set or false if not.

getPreDirectoryNameIsPattern

public boolean getPreDirectoryNameIsPattern()
Gets the PreDirectoryNameIsPattern.

Returns:
The PreDirectoryNameIsPattern.

setPreDirectoryNameIsPattern

public void setPreDirectoryNameIsPattern(boolean newPreDirectoryNameIsPattern)
Sets the PreDirectoryNameIsPattern.

Parameters:
newPreDirectoryNameIsPattern - The new PreDirectoryNameIsPattern.

hasPreDirectoryNameIsPattern

public boolean hasPreDirectoryNameIsPattern()
Checks whether the PreDirectoryNameIsPattern properety has been set.

Returns:
true if it was set or false if not.

getTargetFileName

public java.lang.String getTargetFileName()
Gets the TargetFileName.

Returns:
The TargetFileName.

setTargetFileName

public void setTargetFileName(java.lang.String newTargetFileName)
Sets the TargetFileName.

Parameters:
newTargetFileName - The new TargetFileName.

hasTargetFileName

public boolean hasTargetFileName()
Checks whether the TargetFileName properety has been set.

Returns:
true if it was set or false if not.

getTargetFileNameIsPattern

public boolean getTargetFileNameIsPattern()
Gets the TargetFileNameIsPattern.

Returns:
The TargetFileNameIsPattern.

setTargetFileNameIsPattern

public void setTargetFileNameIsPattern(boolean newTargetFileNameIsPattern)
Sets the TargetFileNameIsPattern.

Parameters:
newTargetFileNameIsPattern - The new TargetFileNameIsPattern.

hasTargetFileNameIsPattern

public boolean hasTargetFileNameIsPattern()
Checks whether the TargetFileNameIsPattern properety has been set.

Returns:
true if it was set or false if not.

getPostFileName

public java.lang.String getPostFileName()
Gets the PostFileName.

Returns:
The PostFileName.

setPostFileName

public void setPostFileName(java.lang.String newPostFileName)
Sets the PostFileName.

Parameters:
newPostFileName - The new PostFileName.

hasPostFileName

public boolean hasPostFileName()
Checks whether the PostFileName properety has been set.

Returns:
true if it was set or false if not.

getPostDirectoryNameIsPattern

public boolean getPostDirectoryNameIsPattern()
Gets the PostDirectoryNameIsPattern.

Returns:
The PostDirectoryNameIsPattern.

setPostDirectoryNameIsPattern

public void setPostDirectoryNameIsPattern(boolean newPostDirectoryNameIsPattern)
Sets the PostDirectoryNameIsPattern.

Parameters:
newPostDirectoryNameIsPattern - The new PostDirectoryNameIsPattern.

hasPostDirectoryNameIsPattern

public boolean hasPostDirectoryNameIsPattern()
Checks whether the PostDirectoryNameIsPattern properety has been set.

Returns:
true if it was set or false if not.

getPostFileNameIsPattern

public boolean getPostFileNameIsPattern()
Gets the PostFileNameIsPattern.

Returns:
The PostFileNameIsPattern.

setPostFileNameIsPattern

public void setPostFileNameIsPattern(boolean newPostFileNameIsPattern)
Sets the PostFileNameIsPattern.

Parameters:
newPostFileNameIsPattern - The new PostFileNameIsPattern.

hasPostFileNameIsPattern

public boolean hasPostFileNameIsPattern()
Checks whether the PostFileNameIsPattern properety has been set.

Returns:
true if it was set or false if not.

getPostTransferCommand

public java.lang.String getPostTransferCommand()
Gets the PostTransferCommand.

Returns:
The PostTransferCommand.

setPostTransferCommand

public void setPostTransferCommand(java.lang.String newPostTransferCommand)
Sets the PostTransferCommand.

Parameters:
newPostTransferCommand - The new PostTransferCommand.

hasPostTransferCommand

public boolean hasPostTransferCommand()
Checks whether the PostTransferCommand properety has been set.

Returns:
true if it was set or false if not.

getTargetDirectoryNameIsPattern

public boolean getTargetDirectoryNameIsPattern()
Gets the TargetDirectoryNameIsPattern.

Returns:
The TargetDirectoryNameIsPattern.

setTargetDirectoryNameIsPattern

public void setTargetDirectoryNameIsPattern(boolean newTargetDirectoryNameIsPattern)
Sets the TargetDirectoryNameIsPattern.

Parameters:
newTargetDirectoryNameIsPattern - The new TargetDirectoryNameIsPattern.

hasTargetDirectoryNameIsPattern

public boolean hasTargetDirectoryNameIsPattern()
Checks whether the TargetDirectoryNameIsPattern properety has been set.

Returns:
true if it was set or false if not.

getPreFileNameIsPattern

public boolean getPreFileNameIsPattern()
Gets the PreFileNameIsPattern.

Returns:
The PreFileNameIsPattern.

setPreFileNameIsPattern

public void setPreFileNameIsPattern(boolean newPreFileNameIsPattern)
Sets the PreFileNameIsPattern.

Parameters:
newPreFileNameIsPattern - The new PreFileNameIsPattern.

hasPreFileNameIsPattern

public boolean hasPreFileNameIsPattern()
Checks whether the PreFileNameIsPattern properety has been set.

Returns:
true if it was set or false if not.

getPreDirectoryName

public java.lang.String getPreDirectoryName()
Gets the PreDirectoryName.

Returns:
The PreDirectoryName.

setPreDirectoryName

public void setPreDirectoryName(java.lang.String newPreDirectoryName)
Sets the PreDirectoryName.

Parameters:
newPreDirectoryName - The new PreDirectoryName.

hasPreDirectoryName

public boolean hasPreDirectoryName()
Checks whether the PreDirectoryName properety has been set.

Returns:
true if it was set or false if not.

getPreFileName

public java.lang.String getPreFileName()
Gets the PreFileName.

Returns:
The PreFileName.

setPreFileName

public void setPreFileName(java.lang.String newPreFileName)
Sets the PreFileName.

Parameters:
newPreFileName - The new PreFileName.

hasPreFileName

public boolean hasPreFileName()
Checks whether the PreFileName properety has been set.

Returns:
true if it was set or false if not.

getPostDirectoryName

public java.lang.String getPostDirectoryName()
Gets the PostDirectoryName.

Returns:
The PostDirectoryName.

setPostDirectoryName

public void setPostDirectoryName(java.lang.String newPostDirectoryName)
Sets the PostDirectoryName.

Parameters:
newPostDirectoryName - The new PostDirectoryName.

hasPostDirectoryName

public boolean hasPostDirectoryName()
Checks whether the PostDirectoryName properety has been set.

Returns:
true if it was set or false if not.

getTargetDirectoryName

public java.lang.String getTargetDirectoryName()
Gets the TargetDirectoryName.

Returns:
The TargetDirectoryName.

setTargetDirectoryName

public void setTargetDirectoryName(java.lang.String newTargetDirectoryName)
Sets the TargetDirectoryName.

Parameters:
newTargetDirectoryName - The new TargetDirectoryName.

hasTargetDirectoryName

public boolean hasTargetDirectoryName()
Checks whether the TargetDirectoryName properety has been set.

Returns:
true if it was set or false if not.

getResumeReadingEnabled

public boolean getResumeReadingEnabled()
Gets the ResumeReadingEnabled.

Returns:
The ResumeReadingEnabled.

setResumeReadingEnabled

public void setResumeReadingEnabled(boolean newResumeReadingEnabled)
Sets the ResumeReadingEnabled.

Parameters:
newResumeReadingEnabled - The new ResumeReadingEnabled.

hasResumeReadingEnabled

public boolean hasResumeReadingEnabled()
Checks whether the ResumeReadingEnabled properety has been set.

Returns:
true if it was set or false if not.

persist

public void persist(com.stc.connector.persistence.bpel.DataOutput dout)
             throws java.lang.Exception
Persists this message.

Specified by:
persist in interface com.stc.connector.persistence.bpel.PersistableData
Parameters:
dout - The DataOutput to which the Java Bean message is persisted.
Throws:
java.lang.Exception - upon error.

restore

public void restore(com.stc.connector.persistence.bpel.DataInput din)
             throws java.lang.Exception
Restores this message.

Specified by:
restore in interface com.stc.connector.persistence.bpel.PersistableData
Parameters:
dis - The DataInput from which the Java Bean message is restored.
Throws:
java.lang.Exception - upon error.

Sun Adapter for Batch/FTP