Reserved for IBM internal use. Provides the basic interface for a device format adapter.
Field Summary | |
static java.lang.String | COPYRIGHT IBM Copyright notice field. |
Method Summary | |
java.lang.Integer | getDefaultDeviceFormatId() Reserved for IBM internal use. |
java.lang.Integer | getDeviceFormatId() Reserved for IBM internal use. |
java.lang.String | getDeviceFormatName() Reserved for IBM internal use. |
java.lang.String | getDeviceFormatType() Reserved for IBM internal use. |
java.lang.Integer | getDeviceFormatTypeId() Reserved for IBM internal use. |
java.lang.String | getDocumentPathName(java.lang.String name) Reserved for IBM internal use. |
TypedProperty | getRequestProperties() Reserved for IBM internal use. |
SessionContext | getSessionContext() Reserved for IBM internal use. |
void | postInvokeCommand(CommandContext commandContext) Reserved for IBM internal use. |
boolean | preInvokeCommand(CommandContext commandContext) Reserved for IBM internal use. |
boolean | processErrorResponse(CommandContext commandContext, java.lang.Exception e) Reserved for IBM internal use. |
boolean | processResponse(CommandContext commandContext, TypedProperty resProp) Reserved for IBM internal use. |
void | setDefaultDeviceFormatId(java.lang.Integer value) Reserved for IBM internal use. |
void | setDeviceFormatId(java.lang.Integer value) Reserved for IBM internal use. |
void | setDeviceFormatName(java.lang.String value) Reserved for IBM internal use. |
void | setDeviceFormatType(java.lang.String value) Reserved for IBM internal use. |
void | setDeviceFormatTypeId(java.lang.Integer value) Reserved for IBM internal use. |
Field Detail |
public static final java.lang.String COPYRIGHT
Method Detail |
public java.lang.Integer getDeviceFormatId()
public java.lang.String getDeviceFormatName()
public java.lang.String getDeviceFormatType()
public java.lang.Integer getDeviceFormatTypeId()
public java.lang.String getDocumentPathName(java.lang.String name)
public TypedProperty getRequestProperties()
public SessionContext getSessionContext() throws ECException
public void postInvokeCommand(CommandContext commandContext) throws ECException
public boolean preInvokeCommand(CommandContext commandContext) throws ECException
public void setDeviceFormatId(java.lang.Integer value)
public void setDeviceFormatName(java.lang.String value)
public void setDeviceFormatType(java.lang.String value)
public void setDeviceFormatTypeId(java.lang.Integer value)
public boolean processErrorResponse(CommandContext commandContext, java.lang.Exception e) throws ECException
public boolean processResponse(CommandContext commandContext, TypedProperty resProp) throws ECException
public java.lang.Integer getDefaultDeviceFormatId()
public void setDefaultDeviceFormatId(java.lang.Integer value)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.