|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.dynalivery.saffron.client.DestinationOptions
com.dynalivery.saffron.client.FileSystemDestinationOptions
This class defines the destination options where one or more file will be written to the file system.
| Field Summary | |
protected java.lang.String |
fullPathName
the full pathname String for these FileSystemDestination options |
protected boolean |
unzipOutput
unzipOutput, this is used to determine whether to unzip the output files or not. |
| Fields inherited from class com.dynalivery.saffron.client.DestinationOptions |
destinationType |
| Constructor Summary | |
FileSystemDestinationOptions(int destType,
java.lang.String fullPathName)
Creates new FileSystemDestinationOptions |
|
| Method Summary | |
void |
doNotUnzipOutput()
doNotUnzipOutput, the output will not be unzipped |
java.lang.String |
getFullPathName()
Returns the full pathname String for the destination file(s) |
byte[] |
getLocalDestinationOptionsXML()
Returns the XML String that represents the current local destination options |
byte[] |
getRemoteDestinationOptionsXML(org.omg.CORBA.ORB orb,
org.omg.PortableServer.POA poa)
Returns the XML String that represents the current remote destination options |
void |
setFullPathName(java.lang.String fullPathName)
Set the full pathname for the destination options |
java.lang.String |
toString()
Creates display string for destination options. |
| Methods inherited from class com.dynalivery.saffron.client.DestinationOptions |
getDestinationType, setDestinationType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.lang.String fullPathName
protected boolean unzipOutput
| Constructor Detail |
public FileSystemDestinationOptions(int destType,
java.lang.String fullPathName)
fullPathName - the full pathname for the destination file(s)| Method Detail |
public void setFullPathName(java.lang.String fullPathName)
fullPathName - the full pathname for the destination file(s)public void doNotUnzipOutput()
public java.lang.String getFullPathName()
public byte[] getLocalDestinationOptionsXML()
public byte[] getRemoteDestinationOptionsXML(org.omg.CORBA.ORB orb,
org.omg.PortableServer.POA poa)
throws org.omg.PortableServer.POAPackage.ServantNotActive,
org.omg.PortableServer.POAPackage.WrongPolicy
orb - the CORBA ORB referencepoa - the CORBA POA (portable object adapter) reference
org.omg.PortableServer.POAPackage.ServantNotActive
org.omg.PortableServer.POAPackage.WrongPolicypublic java.lang.String toString()
toString in class DestinationOptions
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||