|
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.appconn.BatchAppconnMessage
public class BatchAppconnMessage
Constructor Summary | |
---|---|
BatchAppconnMessage()
Creates a new instance of BatchAppconnmessage |
Method Summary | |
---|---|
BatchAppconnMessage |
getBatchAppconnMessage()
return this instance of BatchAppconnMessage this instance carries a local file system file information: GUIDFileName the UUID prefixed file name (GUIDFileName) where the inbound target file's content
can be read from as the payload of the inbound message
PathDirName the directory where the inbound local file resides
OriginalFileName the inbound local file before it is prefixed with the UUID |
java.lang.String |
getGUIDFileName()
get the UUID prefixed inbound target file name |
java.lang.String |
getOriginalFileName()
get the original inbound file name before it is prefixed with UUID (renamed) |
java.lang.String |
getPathDirName()
get the path of the directory where the inbound target file resides; |
void |
persist(com.stc.connector.persistence.bpel.DataOutput dout)
Persists (serialize) this message. |
void |
restore(com.stc.connector.persistence.bpel.DataInput din)
Restore (deserialize) this message. |
void |
revertName()
Short term solution for QAI, the real solution will be a XA capable Batch eWay; |
void |
setGUIDFileName(java.lang.String guidFileNameIn)
set the UUID prefixed inbound target file name |
void |
setOriginalFileName(java.lang.String originalFileNameIn)
set the original inbound file name |
void |
setPathDirName(java.lang.String dirPathNameIn)
set the directory path where the inbound target file resides |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BatchAppconnMessage()
Method Detail |
---|
public BatchAppconnMessage getBatchAppconnMessage()
GUIDFileName
the UUID prefixed file name (GUIDFileName) where the inbound target file's content
can be read from as the payload of the inbound message
PathDirName
the directory where the inbound local file resides
OriginalFileName
the inbound local file before it is prefixed with the UUID
public java.lang.String getGUIDFileName()
public void setGUIDFileName(java.lang.String guidFileNameIn)
guidFileNameIn
- public java.lang.String getPathDirName()
public void setPathDirName(java.lang.String dirPathNameIn)
dirPathNameIn
- - the path of the directorypublic java.lang.String getOriginalFileName()
public void setOriginalFileName(java.lang.String originalFileNameIn)
originalFileNameIn
- - the original file namepublic 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 revertName() throws java.lang.Exception
java.lang.Exception
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 |