com.adobe.livecycle.centralmigrationbridge.client
Class CentralResult

java.lang.Object
  extended by com.adobe.livecycle.centralmigrationbridge.client.CentralResult
All Implemented Interfaces:
java.io.Serializable

public class CentralResult
extends java.lang.Object
implements java.io.Serializable

This class represents the results of a Central Migration Bridge service operation. When a new document is created, you can use an object of this type to retrieve the document. This classes was added in LiveCycle ES2.

See Also:
Serialized Form

Constructor Summary
CentralResult()
           
 
Method Summary
 Document getLogDoc()
          Returns a document value that represents a log file that contains entries for all activities that occur when Central Pro Output Server is invoked, which includes trace, informational, warning, error, and severe messages from the Central Print Agent.
 Document getResponseDoc()
          Returns a document that represents the response file to record an exit status.
 Document getResultDoc()
          Returns a document that represents the resulting transformed data file (DAT file)
 Document getTraceDoc()
          Returns a document that represents the trace file name.
 void setLogDoc(Document logDoc)
          For internal use only.
 void setResponseDoc(Document responseDoc)
          For internal use only.
 void setResultDoc(Document resultDoc)
          For internal use only.
 void setTraceDoc(Document traceDoc)
          For internal use only.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CentralResult

public CentralResult()
Method Detail

getLogDoc

public Document getLogDoc()
Returns a document value that represents a log file that contains entries for all activities that occur when Central Pro Output Server is invoked, which includes trace, informational, warning, error, and severe messages from the Central Print Agent.

Returns:
A com.adobe.idp.Document instance that represents a log file.

setLogDoc

public void setLogDoc(Document logDoc)
For internal use only. Do not call this method.


getResponseDoc

public Document getResponseDoc()
Returns a document that represents the response file to record an exit status. By default, the name of the response file that the Print Agent creates is jetform.rsp and it is created in the same location as the Print Agent executable. For more information about response files, see -arx (Response File) in the Print Agent Reference of the Adobe Central Pro Output Server documentation.

Returns:
A com.adobe.idp.Document instance that represents the response file.

setResponseDoc

public void setResponseDoc(Document responseDoc)
For internal use only. Do not call this method.


getTraceDoc

public Document getTraceDoc()
Returns a document that represents the trace file name. The trace facility is commonly used for troubleshooting. For more information about trace files, see -atf (Trace File Name) in Print Agent Reference of the Adobe Central Pro Output Server documentation.

Returns:
A com.adobe.idp.Document instance that represents the trace file name.

setTraceDoc

public void setTraceDoc(Document traceDoc)
For internal use only. Do not call this method.


getResultDoc

public Document getResultDoc()
Returns a document that represents the resulting transformed data file (DAT file)

Returns:
A com.adobe.idp.Document instance that contains the resulting transformed data file.

setResultDoc

public void setResultDoc(Document resultDoc)
For internal use only. Do not call this method.



[an error occurred while processing this directive] [an error occurred while processing this directive]