|
Sun Adapter for File API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stc.connector.fileadapter.webservice.FileWriteOutputMessage
public class FileWriteOutputMessage
This class is the FileWriteOutputMessage.
Constructor Summary | |
---|---|
FileWriteOutputMessage()
Creates a new instance of FileWriteOutputMessage |
|
FileWriteOutputMessage(boolean status)
|
Method Summary | |
---|---|
boolean |
getStatus()
Gets the status. |
boolean |
hasStatus()
Checks whether the status 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 |
setStatus(boolean newstatus)
Sets the status. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileWriteOutputMessage()
public FileWriteOutputMessage(boolean status)
Method Detail |
---|
public boolean getStatus()
public void setStatus(boolean newstatus)
newstatus
- The new status.public boolean hasStatus()
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
din
- The DataInput from which the Java Bean
message is restored.
java.lang.Exception
- upon error.
|
Sun Adapter for File API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |