public interface GenericFixedContentDevice extends FixedContentDevice
GenericFixedContentDevice
object provides an extensible mechanism for implementing interfaces to fixed content devices not currently
supported by IBM®. The ConfigurationParameters property provides the set of parameters that will be
passed to a custom implementation of a fixed content provider used to connect to the fixed content device.
Note that there is no fixed format for the ConfigurationParameters property, other than it must be a
string that the custom implementation of the fixed content provider can understand and parse.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
get_ConfigurationParameters()
Returns the value of the ConfigurationParameters property.
|
byte[] |
get_DevicePassword()
Returns the value of the DevicePassword property.
|
void |
set_ConfigurationParameters(java.lang.String value)
Sets the value of the ConfigurationParameters property.
|
void |
set_DevicePassword(byte[] value)
Sets the value of the DevicePassword property.
|
get_Creator, get_DateCreated, get_DateLastModified, get_DescriptiveText, get_DisplayName, get_FcpPoolIdleTimeoutSeconds, get_FcpPoolMaxInUse, get_FcpPoolMaxWaitSeconds, get_FcpPoolPreferredSize, get_Id, get_ImplementationClass, get_LastModifier, get_SiteSettings, get_VendorName, set_Creator, set_DateCreated, set_DateLastModified, set_DescriptiveText, set_DisplayName, set_FcpPoolIdleTimeoutSeconds, set_FcpPoolMaxInUse, set_FcpPoolMaxWaitSeconds, set_FcpPoolPreferredSize, set_ImplementationClass, set_LastModifier, set_SiteSettings, set_VendorName
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
java.lang.String get_ConfigurationParameters()
void set_ConfigurationParameters(java.lang.String value)
byte[] get_DevicePassword()
void set_DevicePassword(byte[] value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.