A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

I

IbafException - Exception in org.openadaptor.adaptor
Very straightforward Exception subclass.
IbafException() - Constructor for exception org.openadaptor.adaptor.IbafException
 
IbafException(String) - Constructor for exception org.openadaptor.adaptor.IbafException
 
IbafException(String, Component) - Constructor for exception org.openadaptor.adaptor.IbafException
 
IbafTransactionalResource - Interface in org.openadaptor.adaptor
Interface implemented by components that understand transactional behaviour previously part of Component, now separated.
ICONFILE - Static variable in interface org.openadaptor.adaptor.display.inspectorgui.InspectorConstants
 
id - Variable in class org.openadaptor.adaptor.editor.AbstractComponent
 
ID_CONCATINATOR - Static variable in class org.openadaptor.dmx.converter.DMX
 
ID_CONCATINATOR - Static variable in class org.openadaptor.dmx.metaobjects.types.MOType
 
IDEnvelopePipe - Class in org.openadaptor.adaptor.benchmark
A type of "Enveloping" pipe that envelopes a DataObject with a unique id.
IDEnvelopePipe() - Constructor for class org.openadaptor.adaptor.benchmark.IDEnvelopePipe
 
idGenerator - Variable in class org.openadaptor.adaptor.benchmark.IDEnvelopePipe
 
IDLE - Static variable in class org.openadaptor.adaptor.bridge.ProtocolMessageReader
State enumeration.
IDLE - Static variable in class org.openadaptor.adaptor.bridge.ProtocolMessageWriter
State enumeration.
IDLE - Static variable in class org.openadaptor.adaptor.bridge.ProtocolReader
State enumeration.
IGNORE_NULL - Static variable in class org.openadaptor.dostrings.transformers.DateFormatTransformer
 
ignoreCaseFlag - Variable in class org.openadaptor.adaptor.editor.AbstractComponent
 
ILLEGAL_DN_CHARS - Static variable in class org.openadaptor.adaptor.ldap.LDAPUtils
Characters that need to be escaped in an LDAP dn.
IMAGE_PATH - Static variable in class org.openadaptor.adaptor.editor.AFEditor
 
in - Variable in class org.openadaptor.adaptor.scp.JSchSCPSource
 
IN_APOS - Variable in class org.openadaptor.util.sax.XMLDocumentReader
Inside apostrophes - ignore all markup until terminating '.
IN_BRACKET - Variable in class org.openadaptor.util.sax.XMLDocumentReader
 
IN_COMMENT - Variable in class org.openadaptor.util.sax.XMLDocumentReader
Inside a comment - ignore all markup until terminating -->.
IN_CONTENT_MARKUP - Variable in class org.openadaptor.util.sax.XMLDocumentReader
 
IN_DOCTYPE - Variable in class org.openadaptor.util.sax.XMLDocumentReader
 
IN_ENDTAG - Variable in class org.openadaptor.util.sax.XMLDocumentReader
 
IN_ENTITY - Variable in class org.openadaptor.util.sax.XMLDocumentReader
 
IN_PI - Variable in class org.openadaptor.util.sax.XMLDocumentReader
 
IN_PLING - Variable in class org.openadaptor.util.sax.XMLDocumentReader
 
IN_QUOTE - Variable in class org.openadaptor.util.sax.XMLDocumentReader
Inside quote marks - ignore all markup until terminating ".
IN_ROOT_MARKUP - Variable in class org.openadaptor.util.sax.XMLDocumentReader
 
IN_SUBTYPE - Variable in class org.openadaptor.util.sax.XMLDocumentReader
 
includeComponent(SuperProperties) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
includeComponent(SuperProperties) - Method in class org.openadaptor.adaptor.editor.Enum
 
includeComponent(SuperProperties) - Method in interface org.openadaptor.adaptor.editor.FrameworkComponent
 
includeDefaultsInfo - Variable in class org.openadaptor.util.log4j.MDCConfig
Include default information in MDC
includeDefaultsInfo - Variable in class org.openadaptor.util.log4j.NDCConfig
Include default information in NDC
includePath - Variable in class org.openadaptor.util.IniFile
Path to search for files and included files
includeProperty(SuperProperties, String, String) - Method in class org.openadaptor.adaptor.editor.AFEditor
 
IncompatibleTypeException - Exception in org.openadaptor.dataobjects
 
IncompatibleTypeException(DOType, DOType) - Constructor for exception org.openadaptor.dataobjects.IncompatibleTypeException
 
IncompatibleTypeException(String) - Constructor for exception org.openadaptor.dataobjects.IncompatibleTypeException
 
IncrementalFilenameGenerator - Class in org.openadaptor.util
Generates a series of filenames that have a numerical counter element.
IncrementalFilenameGenerator() - Constructor for class org.openadaptor.util.IncrementalFilenameGenerator
 
incrementCount() - Method in class org.openadaptor.adaptor.benchmark.BenchmarkThroughputPipe
Increment the count and optionally log any required throughput info.
incrementMessageCount() - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Increment the current message count for the Transporter.
incrementMessageCount(int) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
 
incrementMessageCount() - Method in interface org.openadaptor.adaptor.transporter.Transporter
Increment the current message count for the Transporter.
incrementRefCount() - Method in class org.openadaptor.adaptor.jms.JMSConnectionCache
 
index - Variable in class org.openadaptor.dostrings.DOStringReaderWriter.TypeInfo
 
INDEX_PROP - Static variable in class org.openadaptor.adaptor.value.action.StringTrimAction
 
indexOfOperator(String) - Method in class org.openadaptor.dataobjects.ValueSelector
 
inflater - Variable in class org.openadaptor.util.compression.ZipUncompress
 
INFO - Static variable in class org.openadaptor.j2ee.util.BeanLogger
 
InformixDOTypeMap - Class in org.openadaptor.adaptor.jdbc.informix
maps the Informix JDBC data types to the corresponding DO attribute type BIGINT Int64 // Informix INT8 BIT Int32 // Informix BIT BLOB byte[] BOOLEAN String // Informix BIT - returns Types.OTHER which is mapped to a String BYTE btye[] // Informix LONGVARBINARY CHAR String DATE DateTime DATETIME DateTime // Informix DATE DECIMAL Double FLOAT Float INTEGER Int32 MONEY BigDecimal // Informix DECIMAL NCHAR String NUMERIC Double NVARCHAR String REAL Float SMALLINT Int32 TEXT String TIME String // Informix DATETIME hour to second TIMESTAMP DateTime // Informix DATETIME year to second / DATETIME year to fraction(5) TINYINT Int32 // not a Informix data type VARCHAR String
InformixDOTypeMap() - Constructor for class org.openadaptor.adaptor.jdbc.informix.InformixDOTypeMap
 
InformixSink - Class in org.openadaptor.adaptor.jdbc.informix
A Sink which executes stored procs on a Jdbc enabled Informix database.
InformixSink() - Constructor for class org.openadaptor.adaptor.jdbc.informix.InformixSink
 
InformixSource - Class in org.openadaptor.adaptor.jdbc.informix
Informix-specific JdbcSource Only Informix server versions 9.2 and higher return OUT parameters to Informix Jdbc driver.
InformixSource() - Constructor for class org.openadaptor.adaptor.jdbc.informix.InformixSource
 
ini - Variable in class org.openadaptor.adaptor.editor.AbstractComponent
 
ini - Variable in class org.openadaptor.adaptor.editor.Enum
 
IniFile - Class in org.openadaptor.util
A class for handling Windows-style INI files.
IniFile(String) - Constructor for class org.openadaptor.util.IniFile
Creates an INI file object using the specified name If the named file doesn't exist, create one
IniFile(String, boolean, boolean, boolean, String) - Constructor for class org.openadaptor.util.IniFile
Creates an INI file object using the specified name If the named file doesn't exist, create one if create_new set.
IniFile(String, boolean, boolean, boolean) - Constructor for class org.openadaptor.util.IniFile
 
IniFile(String, boolean, boolean) - Constructor for class org.openadaptor.util.IniFile
 
IniFile(String, boolean) - Constructor for class org.openadaptor.util.IniFile
 
IniFile(InputStream, boolean) - Constructor for class org.openadaptor.util.IniFile
Creates an INI file object using the specified stream.
IniFile(InputStream) - Constructor for class org.openadaptor.util.IniFile
 
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.AbstractReader
Initialise from properties object.
init(Properties, String, Controller) - Method in class org.openadaptor.adaptor.AbstractRemoteControl
initialise remote control from properties supports the following properties...
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.AbstractSimplePipe
Subclasses should implement init similarly to the following.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.AbstractSimpleSink
Initialise from properties object.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.AbstractSimpleSource
Initialise from properties object.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.AbstractWriter
Initialise from properties object.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.benchmark.BenchmarkPipe
Initializes the source.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.benchmark.BenchmarkSource
Initialise from properties object.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.benchmark.BenchmarkThroughputPipe
Initializes the source.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.benchmark.DelayPipe
Initializes the Pipe.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.benchmark.DoNothingSource
Initialise from properties object.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.benchmark.ExceptionPipe
Initialise from properties object.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.benchmark.NullSink
Initializes the sink.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.benchmark.TerminatePipe
Initialise from properties object.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.benchmark.TxnExceptionSink
Initialise from properties object.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.benchmark.UniqueIDVerifyPipe
 
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.bridge.BridgeSocketSink
Initialise component from properties object.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.bridge.BridgeSocketSource
Initialise receiver from properties object.
init(String, Properties, String, Controller) - Method in interface org.openadaptor.adaptor.Component
Main initialization - the default constructor should do nothing - all 'real' init code should happen here.
init(String, Properties, String, Controller) - Method in interface org.openadaptor.adaptor.Controller
Main initialization - the default constructor should do nothing - all 'real' init code should happen here.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.crossref.CrossRefPipe
Initialise the component
init(Properties, String) - Method in interface org.openadaptor.adaptor.crossref.CrossRefService
Initialise the component
init(Properties, String) - Method in class org.openadaptor.adaptor.crossref.PropertyBasedCrossRefService
Add any Xrefs that this will support.
init(Properties, String) - Method in class org.openadaptor.adaptor.display.InspectorGUI
initialise based on the properties file passed
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.display.InspectorPipe
initialise based on the properties file passed
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.display.InspectorSink
initialise based on the properties file passed
init(AFEditor, Adaptor) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
init(AFEditor, Adaptor) - Method in class org.openadaptor.adaptor.editor.DelegateComponent
 
init(AFEditor, Adaptor) - Method in class org.openadaptor.adaptor.editor.Enum
 
init(AFEditor, Adaptor) - Method in interface org.openadaptor.adaptor.editor.FrameworkComponent
 
init(AFEditor, Adaptor) - Method in class org.openadaptor.adaptor.editor.NullComponent
 
init(AFEditor, Adaptor) - Method in class org.openadaptor.adaptor.editor.StandardComponent
 
init(AFEditor, Adaptor) - Method in class org.openadaptor.adaptor.editor.UnsetEnum
 
init(Properties, String) - Method in class org.openadaptor.adaptor.ftp.ApacheFTP
allows for library specific initialisation (eg.
init(Properties, String) - Method in class org.openadaptor.adaptor.ftp.EDTFTP
allows for library specific initialisation (eg.
init(Properties, String) - Method in interface org.openadaptor.adaptor.ftp.FTP
allows for library specific initialisation (eg.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.ftp.FTPSink
Initialise from properties object
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.ftp.FTPSource
Initialise from properties object.
init(Properties, String) - Method in class org.openadaptor.adaptor.ftp.JSchSFTP
allows for library specific initialisation (eg.
init(Properties, String) - Method in class org.openadaptor.adaptor.ftp.SunFTP
allows for library specific initialisation (eg.
init(String, Properties, String) - Method in class org.openadaptor.adaptor.hospital.AbstractHospital
construct key attribute maps from properties
init(String, Properties, String) - Method in interface org.openadaptor.adaptor.hospital.Hospital
Initialize the Hospital based on supplied properties.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.hospital.HospitalPipe
Calls super.init() and connects to a HospitalFactory as directed by the supplied properties.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.hospital.HospitalSink
Calls super.init()
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.hospital.HospitalSource
Initializes the source.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.hospital.HospitalSourcePipe
Calls super.init()
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.ibm.MqSink
Initializes the sink from properties.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.ibm.MqSource
Initialise from properties object.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.im.JabberSink
reads in the configuration properties, trys to connect to the Jabber server and authenticates the sender
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.jdbc.DBEnrichmentPipe
Subclasses should implement init similarly to the following.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.jdbc.informix.InformixSink
Initialise from properties object.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.jdbc.informix.InformixSource
Initializes the source.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.jdbc.JdbcSink
Initialise from properties object.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.jdbc.JdbcSource
Initializes the source.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.jdbc.msaccess.MSAccessSource
Initializes the source.
init(String, Properties, String) - Method in class org.openadaptor.adaptor.jdbc.mssql.HospitalMSSqlImpl
Initialize the Hospital based on supplied properties.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.jdbc.mssql.MSSqlBatchSource
initialise using properties
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.jdbc.mssql.MSSqlSource
Initializes the source.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.jdbc.MultiDoJdbcSink
Initialise from properties object.
init(String, Properties, String) - Method in class org.openadaptor.adaptor.jdbc.oracle.HospitalOracleImpl
** Initialize the Hospital based on supplied properties.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.jdbc.oracle.OracleSink
Initializes the sink.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.jdbc.oracle.OracleSource
Initializes the source.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.jdbc.oracle.OracleSQLSource
extends from parent
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.jdbc.PollingSQLSource
Initialise from properties object.
init(Properties, String) - Method in class org.openadaptor.adaptor.jdbc.SimpleSinkSQLGenerator
Called at init time
init(Properties, String) - Method in class org.openadaptor.adaptor.jdbc.SimpleSQLGenerator
Called at init time
init(Properties, String) - Method in interface org.openadaptor.adaptor.jdbc.SinkSQLGenerator
Called at init time
init(Properties, String) - Method in interface org.openadaptor.adaptor.jdbc.SQLGenerator
Called at init time
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.jdbc.SQLSink
Initialise from properties object.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.jdbc.SQLSource
extends from parent
init(String, Properties, String) - Method in class org.openadaptor.adaptor.jdbc.sybase.HospitalSybaseImpl
Initialize the Hospital based on supplied properties.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.jdbc.sybase.SybaseBatchSource
initialise using properties
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.jdbc.sybase.SybaseBcpInSink
Initialise instance from properties object.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.jdbc.sybase.SybaseSource
Initializes the source.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.jdom.JDOMFilterPipe
Deprecated. Initialise from properties object.
init(Properties, String) - Method in class org.openadaptor.adaptor.jdom.JDOMStreamReader
Deprecated. Initialise the reader.
init(Properties, String) - Method in class org.openadaptor.adaptor.jdom.JDOMStringWriter
Deprecated. Initialise from properties object.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.jms.JMSSink
Initializes the JMSSink.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.jms.JMSSource
Initializes the JMSSource.
init() - Method in class org.openadaptor.adaptor.jmx.JMXAdapter
 
init() - Method in interface org.openadaptor.adaptor.jmx.JMXAdapterMBean
 
init(Properties, String, Controller) - Method in class org.openadaptor.adaptor.jmx.JMXRemoteControl
 
init(String, Properties) - Method in class org.openadaptor.adaptor.jmx.JMXRemoteLogger
Simple initialisation method, sets the properties to use in this RemoteLogger.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.ldap.LDAPSink
Iniialize LDAPSink by reading all configuration properties.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.ldap.LDAPSource
Iniialize LDAPSource by reading all configuration properties.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.LocalAsyncSource
This is a callback source.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.LocalSource
This is a callback source.
init(String, Properties) - Method in class org.openadaptor.adaptor.mail.MailRemoteLogger
Initializes the component
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.mail.MailSink
Initializes the component
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.mail.MailSource
Initializes the component.
init(Properties, String, Controller) - Method in interface org.openadaptor.adaptor.RemoteControl
initialise remote control from properties file
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.scp.JSchSCPSink
Initialise from properties object.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.scp.JSchSCPSource
Initialise from properties object.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.SimpleComponent
Called by the component's controller, this initializes the component.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.SimpleController
Initialize the controller.
init(Properties, String) - Method in class org.openadaptor.adaptor.soap.AbstractSOAPCall
reads in adaptor properties and creates the SOAP Call
init(Properties, String) - Method in class org.openadaptor.adaptor.soap.SimpleSOAPCall
reads in adaptor properties and creates the Call
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.soap.WebServiceSink
Initializes the component
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.soap.WebServiceSource
Initializes the component
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.standard.AdvancedFileSource
Initialise from properties object.
init(Properties, String) - Method in class org.openadaptor.adaptor.standard.AliasingPipeSegment.AliasMapping
Parse all the AliasProperties.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.standard.AliasingPipeSegment
Calls super.init(), then gets all the aliasing information from the supplied properties
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.standard.AliasPipe
Calls super.init(), then gets all the aliasing information from the supplied properties.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.standard.ArraySplitterPipe
Initialise the pipe.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.standard.AuditPipe
** /** ** Initialise from properties object.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.standard.BinaryFileSink
read in properties specific to the component
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.standard.BinaryFileSource
Initialise from properties object.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.standard.CheckMandatory
Calls super.init(), then gets the attribute names to be checked from the supplied properties.
init(String) - Method in class org.openadaptor.adaptor.standard.CommandLineRemoteControl.CommandLine
 
init(Properties, String, Controller) - Method in class org.openadaptor.adaptor.standard.CommandLineRemoteControl
 
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.standard.DOAttributeAddPipe
initialises the pipe.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.standard.DOAttributeChangePipe
initialises the pipe.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.standard.DOAttributeFilter
Initialize the filter - super init, then load filter instructions from config.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.standard.DOAttributeRemovePipe
initialises the pipe.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.standard.DOFactoryPipe
read properties file and create implementations for the factory and validator
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.standard.DOTypeFilter
Calls super.init(), then gets the type names to be filtered on from the supplied properties.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.standard.DOUnwrapperPipe
initialises the pipe.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.standard.DOWrapperPipe
initialises the pipe.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.standard.EchoAttributePipe
Initialise the pipe by reading in the properties and storing them.
init(Properties, String) - Method in class org.openadaptor.adaptor.standard.EmptySocketHandshakeProtocol
does nothing
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.standard.FileBufferSource
Initialise from properties object.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.standard.FilePollSource
Initialise from properties object.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.standard.FileSink
Initialise from properties object.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.standard.FileSource
Initialise from properties object.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.standard.FilterPipe
Initialise from properties object.
init(Properties, String, Controller) - Method in class org.openadaptor.adaptor.standard.HTTPRemoteControl
** initialise remote control from properties ** supports the following properties...
init(String, Properties, String) - Method in interface org.openadaptor.adaptor.standard.MultiFileConfig
Initialize the configuration from the properties.
init(String, Properties, String) - Method in class org.openadaptor.adaptor.standard.MultiFilePropertiesConfig
Initialize the configuration from the props.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.standard.MultiFileSink
Initialize from the properties object.
init(String, Properties, String) - Method in class org.openadaptor.adaptor.standard.MultiFileXMLSchemaConfig
Initialize the configuration from the properties.
init(Properties, String) - Method in class org.openadaptor.adaptor.standard.NullSocketHandshakeProtocol
Initialise the receiver Does nothing.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.standard.PartPrintPipeSegment
Calls super.init(), then sets local properties which define what attribute are to be printed.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.standard.RequestReplyEmbeddedPipe
 
init(Properties, String, Controller) - Method in class org.openadaptor.adaptor.standard.RMIRemoteControlImpl
initialise remote control from properties supports the following properties...
init(Properties, String, Controller) - Method in class org.openadaptor.adaptor.standard.RMIRemoteControlImpl.RemoteControlDelegate
 
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.standard.RMISink
Initialise from properties object.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.standard.RMISource
Initialise from properties object.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.standard.SimpleEnvelopePipe
/** Initialise from properties object.
init(Properties, String) - Method in class org.openadaptor.adaptor.standard.SimpleSocketHandshakeProtocol
does nothing
init(Properties, String) - Method in interface org.openadaptor.adaptor.standard.SocketHandshakeProtocol
Initialise from properties object.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.standard.SocketSink
Initialise from properties object.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.standard.SocketSource
Initialise from properties object.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.standard.StringToDOPipe
Reads in properties specific to this pipe and sets the StreamReader.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.standard.TimeoutExceptionPipe
Initializes the Pipe.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.standard.TimestampAddingPipe
Initialize the TimestampAddingPipe.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.standard.TransactionTerminatePipe
reads in properties specific to the pipe.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.standard.ValueAliasPipe
Initialise from properties object.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.standard.ValueModifyPipe
Initalise the component.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.tcp.SocketMTAcceptor
To store the basic init props for when we need to pass these down to the threads so they can initialise correctly.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.tcp.SocketMTSource
Initialise from properties object.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.tcp.SocketMTSourceInstance
Main initialization method.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.tibco.tibrv.TibRvSink
Initializes the sink.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.tibco.tibrv.TibRvSource
Initialise from properties object.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterSink
Multi-transporter sinks must implement init.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterSource
Multi-transporter sources must implement init.
init(Properties, String, Controller) - Method in class org.openadaptor.adaptor.transporter.HTTPRemoteControl
Initialise remote control.
init(Properties, String) - Method in class org.openadaptor.adaptor.transporter.MessageEnvelopeProperties
Init-method called from JMSPublisher.init().
init(Properties, String) - Method in class org.openadaptor.adaptor.util.JdbcConnectionParams
initial contents using properties
init(String, Properties, String) - Method in class org.openadaptor.adaptor.value.action.ConcatenateAction
Initialise from properties object.
init(String, Properties, String) - Method in class org.openadaptor.adaptor.value.action.CopyValueAction
Initialise from properties object.
init(String, Properties, String) - Method in class org.openadaptor.adaptor.value.action.DateStringReformatAction
Initialise from properties object.
init(String, Properties, String) - Method in class org.openadaptor.adaptor.value.action.ExtractAction
Initialise from properties object.
init(String, Properties, String) - Method in class org.openadaptor.adaptor.value.action.MathsAction
Initialise from properties object.
init(String, Properties, String) - Method in class org.openadaptor.adaptor.value.action.StringLengthAction
reads in properties specific to this action
init(String, Properties, String) - Method in class org.openadaptor.adaptor.value.action.StringTrimAction
Initialise from properties object.
init(String, Properties, String) - Method in class org.openadaptor.adaptor.value.action.ValueAliasAction
Initialise from properties object.
init(String, Properties, String) - Method in class org.openadaptor.adaptor.value.action.ValueFileAliasAction
Initialise from properties object.
init(String, Properties, String) - Method in interface org.openadaptor.adaptor.value.action.XFAction
 
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.value.FilterPipe
Initialise from properties object.
init(String, Properties, String) - Method in class org.openadaptor.adaptor.value.predicate.AbstractComparisonPredicate
 
init(String, Properties, String) - Method in class org.openadaptor.adaptor.value.predicate.AbstractMatchPredicate
 
init(String, Properties, String) - Method in interface org.openadaptor.adaptor.value.predicate.XFPredicate
 
init(String, Properties, String) - Method in class org.openadaptor.adaptor.value.Transformer
Initialises a DataObjectTransformer from the given properties.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.value.TransformerPipe
Initialise from properties object.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.viewer.ViewerSink
initialise based on the properties file passed
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.xml.DOMParserPipe
Initialise pipe.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.xml.HTMLTidyPipe
Initialise pipe.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.xml.XPathFilterPipe
Initialise pipe.
init(String, Properties, String, Controller) - Method in class org.openadaptor.adaptor.xml.XSLTransformPipe
Initialise pipe.
init(Properties, String) - Method in interface org.openadaptor.dataobjects.DOPredicate
Initialize the predicate.
init(Properties, String) - Method in interface org.openadaptor.dataobjects.DOTypeRepository
initialisation method
init(Properties, String) - Method in class org.openadaptor.dataobjects.SimpleDOPredicate
Initialise the predicate from a properties object and a prefix for the property names.
init(Properties, String) - Method in class org.openadaptor.dmx.util.DMXTypeRepository
initialisation method
init(Properties, String) - Method in class org.openadaptor.dostrings.ConstantStringWriter
 
init(Properties, String) - Method in class org.openadaptor.dostrings.DelimitedStringReader
Initialise from properties object.
init(Properties, String) - Method in class org.openadaptor.dostrings.DelimitedStringWriter
Initialise from properties object.
init(Properties, String) - Method in class org.openadaptor.dostrings.DOStringReader
Initialise from properties object.
init(Properties, String) - Method in class org.openadaptor.dostrings.DOStringReaderWriter
Initialise from properties object.
init(DOType) - Method in class org.openadaptor.dostrings.DOStringReaderWriter
Deprecated. No one has used it, use DOStringReaderWriter.init(Properties, String)
init() - Method in class org.openadaptor.dostrings.DOStringReaderWriter
Deprecated. No one has used it, use DOStringReaderWriter.init(Properties, String)
init(Properties, String) - Method in class org.openadaptor.dostrings.DOStringWriter
Initialise from properties object.
init(Properties, String) - Method in class org.openadaptor.dostrings.FixedWidthStringReader
Initialise from properties object.
init(Properties, String) - Method in class org.openadaptor.dostrings.FixedWidthStringWriter
Initialise from properties object.
init(Properties, String) - Method in interface org.openadaptor.dostrings.ObjectTransformer
read configuration properties
init(Properties, String) - Method in class org.openadaptor.dostrings.SimpleReportWriter
Initialise the report writer.
init(Properties, String) - Method in class org.openadaptor.dostrings.StringDOStreamReader
reads in properties specific to the reader
init() - Method in class org.openadaptor.dostrings.transformers.AbstractTransformer
Initialisation of the transformer - override in subclasses.
init(Properties, String) - Method in class org.openadaptor.dostrings.transformers.AbstractTransformer
Initialise the receiver.
init() - Method in class org.openadaptor.dostrings.transformers.AppendTransformer
Initialise properties
init(Properties, String) - Method in class org.openadaptor.dostrings.transformers.DateFormatTransformer
Initialise the receiver.
init(Properties, String) - Method in class org.openadaptor.dostrings.transformers.DateStringReformatTransformer
Initialise the receiver.
init(Properties, String) - Method in class org.openadaptor.dostrings.transformers.DateStrToDateTimeStrTransformer
read configuration properties
init(Properties, String) - Method in class org.openadaptor.dostrings.transformers.FixedWidthIntegerTransformer
read configuration properties
init(Properties, String) - Method in class org.openadaptor.dostrings.transformers.FixedWidthTimeTransformer
Deprecated. read configuration properties
init(Properties, String) - Method in class org.openadaptor.dostrings.transformers.NullDateTransformer
 
init() - Method in class org.openadaptor.dostrings.transformers.PrependTransformer
Initialise our properties
init() - Method in class org.openadaptor.dostrings.transformers.RegexpTransformer
initialise our cached ivars
init(Properties, String) - Method in class org.openadaptor.dostrings.transformers.TrimTransformer
Does nothing.
init(Properties, String) - Method in class org.openadaptor.dostrings.TrueXMLReader
Initialise the reader.
init(Properties, String) - Method in class org.openadaptor.dostrings.TrueXMLWriter
Initialise from properties object.
init(Properties, String) - Method in class org.openadaptor.dostrings.TypedDOStringWriter
 
init(Properties, String) - Method in class org.openadaptor.dostrings.VerbatimStreamReader
Initialise the reader.
init(Properties, String) - Method in class org.openadaptor.dostrings.VerbatimStringWriter
Initialise the reader.
init(Properties, String) - Method in class org.openadaptor.dostrings.XMLStreamReader
Initialise the reader.
init(Properties, String) - Method in class org.openadaptor.dostrings.XMLStringWriter
Initialise from properties object.
init(Properties, String) - Method in class org.openadaptor.dostrings.XSLStreamReader
Initialise the reader.
init(Properties, String) - Method in class org.openadaptor.dostrings.XSLStringWriter
Initializes the receiver.
init(Properties, String) - Method in class org.openadaptor.doxml.GenericXMLConverter
Initialise from properties object.
init(Properties, String) - Method in class org.openadaptor.doxml.GenericXMLReader
 
init(Properties, String) - Method in class org.openadaptor.doxml.XMLParser
Openadaptor standard component initialisation method.
init() - Method in class org.openadaptor.j2ee.mdb.MDBListener
Initialise BeanLogger and JNDI classes
init() - Method in class org.openadaptor.j2ee.session.EJBSubscriberBean
Initialise BeanLogger and JNDI classes
init() - Method in class org.openadaptor.j2ee.session.EJBWithResourceAdaptorBean
Initialise BeanLogger and JNDI classes
init() - Method in class org.openadaptor.j2ee.session.EJBWithSinkBean
Initialise BeanLogger and JNDI classes
init(String, Properties, String, Controller) - Method in class org.openadaptor.security.AbstractSecurityManager
Called by the Adaptors's controller, Initialises the Security Manager
init(Properties, String) - Method in interface org.openadaptor.security.interfaces.Connection
Initialises the connection object to read relevant properties
init(String, Properties, String, Controller) - Method in interface org.openadaptor.security.interfaces.OASecurityManager
Initialises the Security Manager
init(String, Properties, String) - Method in interface org.openadaptor.security.interfaces.Policy
The Security Manager class creates the policy and calls the init function
init(String, Properties, String, Controller) - Method in class org.openadaptor.security.ServerSecurityManager
Initialises the SecurityManager
init(Properties, String) - Method in class org.openadaptor.security.SimpleConnection
Initialises the Connection
init(String, Properties, String) - Method in class org.openadaptor.security.SimplePolicy
The Security Manager class creates the policy and calls the init function
init(String, Properties, String, Controller) - Method in class org.openadaptor.security.TestSecurityManager
Initialisation of the TestSecurityManager Reads the File Name from which the Secuirty attributes are to be read.
init(String, Properties) - Method in class org.openadaptor.util.AbstractRemoteLogger
Simple initialisation method, sets the properties to use in this RemoteLogger.
init(Properties, String) - Method in class org.openadaptor.util.ContinuousDirectoryListFilenameGenerator
reads in properties specific to the generator class.
init(Properties, String) - Method in class org.openadaptor.util.DateFilenameGenerator
 
init(Properties, String) - Method in class org.openadaptor.util.DirectoryListFilenameGenerator
reads in properties specific to the generator class.
init(Properties, String) - Method in interface org.openadaptor.util.FilenameGenerator
reads in properties specific to the generator class.
init(Properties, String) - Method in class org.openadaptor.util.IncrementalFilenameGenerator
initialise the generator.
init(String, boolean, boolean) - Method in class org.openadaptor.util.jms.peeker.ObjectWriter
 
init(String, boolean, boolean) - Method in class org.openadaptor.util.jms.peeker.TextWriter
 
init(Properties) - Static method in class org.openadaptor.util.log4j.Log4jConfig
** Set the log4j config based on either a properties file or the properties object.
init(Properties, String) - Static method in class org.openadaptor.util.log4j.Log4jConfig
** Set the log4j config based on either a properties file or the properties object.
init(Properties, String) - Static method in class org.openadaptor.util.log4j.MDCConfig
 
init(Properties, String, HashMap) - Static method in class org.openadaptor.util.log4j.MDCConfig
 
init(Properties, String) - Static method in class org.openadaptor.util.log4j.NDCConfig
 
init(Properties, String, HashMap) - Static method in class org.openadaptor.util.log4j.NDCConfig
 
init(String, Properties) - Method in interface org.openadaptor.util.RemoteLogger
Simple initialisation method, sets the properties to use in this RemoteLogger.
initAttributes() - Method in class org.openadaptor.adaptor.crossref.CrossRefPipe
Initialise the attributes per type
initDefinedTypesInfo() - Method in class org.openadaptor.doxml.GenericXMLWriter
Prepares the mechanism for storing information about which DOTypes have been defined in the current XML document.
initDomain(String, String) - Method in interface org.openadaptor.adaptor.crossref.CrossRefService
Initialise any domains used - will be called prior to use of domains - should throw an exception if domains are not supported
initDomain(String, String) - Method in class org.openadaptor.adaptor.crossref.PropertyBasedCrossRefService
Initialise any domains used - will be called prior to use of domains - should throw an exception if domains are not supported
initDomains(CrossRefService) - Method in class org.openadaptor.adaptor.crossref.CrossRefAttribute
Init all the required domains from the service
initDomains(CrossRefService, Hashtable) - Method in class org.openadaptor.adaptor.crossref.CrossRefAttribute
Init all the required domains from the service
initDomains() - Method in class org.openadaptor.adaptor.crossref.CrossRefPipe
Initialise the required domains
INITIALISATION_PROCEDURE_PROPERTY - Static variable in class org.openadaptor.adaptor.jdbc.mssql.MSSqlBatchSource
property name of stored procedure to be called
initialiseFromProperties(Properties, String, HashMap) - Method in class org.openadaptor.util.log4j.MDCConfig
 
initialiseFromProperties(Properties, String, HashMap) - Method in class org.openadaptor.util.log4j.NDCConfig
 
initialiseStateStack() - Method in class org.openadaptor.doxml.GenericXMLReader
Initialises the State stack.
initialiseTags() - Static method in class org.openadaptor.doconverter.DOConverter
Creates all the class-wide XML tags.
initialiseTags() - Static method in class org.openadaptor.doconverter.NDCDMetadataGenerator
Creates all the class-wide XML tags.
initialiseTags() - Static method in class org.openadaptor.doconverter.NDCDMetadataParser
Creates all the class-wide XML tags.
initialize(Properties, JMenuBar, HATFrame, HATPatientPanel, HATPayloadPanel) - Method in interface org.openadaptor.hospital.plugins.HATPluginIF
 
initializeEnvFromPropertiesLocation(Hashtable) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
 
initializeHandlerNameDictionary() - Method in class org.openadaptor.dmx.converter.DMXHandlerFactory
Initialize the dictionary of DMX tags and their corresponding handler class names
initializeHandlerNameDictionary() - Method in class org.openadaptor.util.sax.ElementHandlerFactory
 
initializeHostID() - Method in class org.openadaptor.util.UniqueIDGenerator
 
initializeJndiEnvironment() - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
 
initializeJndiEnvironment(boolean) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
 
initializePublisherID() - Method in class org.openadaptor.util.UniqueIDGenerator
 
INITIATE_CONNECT - Static variable in class org.openadaptor.util.tcp.OASocket
 
initiateConnect() - Method in class org.openadaptor.adaptor.bridge.ProtocolWriter
Perform the connection handshake protocol.
initIcons() - Method in class org.openadaptor.adaptor.editor.AFEditor
 
initLogging() - Method in class org.openadaptor.util.jms.drain.RunDrainer
 
initLogging() - Method in class org.openadaptor.util.jms.peeker.RunPeeker
 
initLogging() - Method in class org.openadaptor.util.jms.stringpublisher.RunTransporterPublisher
 
initOldStyleLogging(String, Properties, boolean) - Static method in class org.openadaptor.util.log4j.Log4jConfig
 
initOldStyleRemoteLogging(String, Properties) - Static method in class org.openadaptor.util.log4j.Log4jConfig
**
initPrototypes() - Method in class org.openadaptor.dataobjects.SDOFactory
Initialise the prototype hashtable
initService() - Method in class org.openadaptor.adaptor.crossref.CrossRefPipe
Initialise the serice
initSession(String, boolean) - Method in class org.openadaptor.adaptor.ftp.ApacheFTP
sets up the FTP session.
initSession(String, boolean) - Method in class org.openadaptor.adaptor.ftp.EDTFTP
sets up the FTP session.
initSession(String, boolean) - Method in interface org.openadaptor.adaptor.ftp.FTP
sets up the FTP session.
initSession(String, boolean) - Method in class org.openadaptor.adaptor.ftp.JSchSFTP
sets up the FTP session.
initSession(String, boolean) - Method in class org.openadaptor.adaptor.ftp.SunFTP
sets up the FTP session.
InitTimeout - Class in org.openadaptor.adaptor
 
InitTimeout(Properties, String) - Constructor for class org.openadaptor.adaptor.InitTimeout
 
inputListener - Variable in class org.openadaptor.adaptor.standard.CommandLineRemoteControl
 
InputStreamBuffer - Class in org.openadaptor.adaptor.bridge
The InputStreamBuffer is an InputStream which buffers another InputStream, but also provides two other methods;
readLine() which returns the next line of UTF8 input (up to an LF character or end of stream) as a String,
and
getRequest() which reads a line of UTF8 input, then breaks it into space-separated tokens, which it returns in a String array.
InputStreamBuffer(InputStream) - Constructor for class org.openadaptor.adaptor.bridge.InputStreamBuffer
Convenience Constructor.
InputStreamBuffer(InputStream, int) - Constructor for class org.openadaptor.adaptor.bridge.InputStreamBuffer
Designated Constructor.
InputStreamComponent - Interface in org.openadaptor.util
This interface defines a pipe component of an InputStream.
insertAt(int, Object) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter.OrderedList
Insert a message at the given index in the list of messages to send.
insertAt(int, Object, Object) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter.OrderedList
Insert a message and any reply at the given index in the list of messages to send.
insertChainEntry(ConfigEntry, ConfigEntry, ConfigEntry) - Method in class org.openadaptor.util.ConfigData
 
Inspector - Class in org.openadaptor.adaptor.display.inspectorgui
Part of the InspectorSink GUI.
Inspector(DataObject[], String) - Constructor for class org.openadaptor.adaptor.display.inspectorgui.Inspector
constructor.
Inspector - Class in org.openadaptor.util.inspector
The Inspector implements some utilities for inspection DO's and DOType's.
Inspector(DOType) - Constructor for class org.openadaptor.util.inspector.Inspector
new inspector for a DOType
Inspector(DOType[]) - Constructor for class org.openadaptor.util.inspector.Inspector
new inspector for a collection of DOType
Inspector(DataObject) - Constructor for class org.openadaptor.util.inspector.Inspector
 
Inspector(DataObject[]) - Constructor for class org.openadaptor.util.inspector.Inspector
new inspector for a collection of DataObjects
INSPECTOR_TITLE - Static variable in interface org.openadaptor.adaptor.display.inspectorgui.InspectorConstants
 
InspectorCellRenderer - Class in org.openadaptor.adaptor.display.inspectorgui
Part of the InspectorSink.
InspectorCellRenderer() - Constructor for class org.openadaptor.adaptor.display.inspectorgui.InspectorCellRenderer
constructor.
InspectorConstants - Interface in org.openadaptor.adaptor.display.inspectorgui
defines the various application constants for the InspectorSink GUI.
InspectorGUI - Class in org.openadaptor.adaptor.display
Helper class to read in Java properties specific to the Inspector and provide methods for displaying the actual GUI
InspectorGUI(String, Properties, String) - Constructor for class org.openadaptor.adaptor.display.InspectorGUI
constructor - reads in properties
InspectorHeaderRenderer - Class in org.openadaptor.adaptor.display.inspectorgui
Provides a simple Header renderer for the DataObject Inspector payload attribute display table.
InspectorHeaderRenderer() - Constructor for class org.openadaptor.adaptor.display.inspectorgui.InspectorHeaderRenderer
constructor.
InspectorPipe - Class in org.openadaptor.adaptor.display
Displays the supplied DataObject payload in a GUI browser and once the user closes the gui the message is passed on to the next component.
InspectorPipe() - Constructor for class org.openadaptor.adaptor.display.InspectorPipe
 
InspectorSink - Class in org.openadaptor.adaptor.display
Displays the supplied DataObject payload in a GUI browser.
InspectorSink() - Constructor for class org.openadaptor.adaptor.display.InspectorSink
 
InspectorTableModel - Class in org.openadaptor.adaptor.display.inspectorgui
TableModel for the DataObject Inspector GUI.
InspectorTableModel(DataObject) - Constructor for class org.openadaptor.adaptor.display.inspectorgui.InspectorTableModel
Constructor.
InspectorTreeCellRenderer - Class in org.openadaptor.util.inspector
The InspectorTreeCellRenderer will give different representations of a node, dependent of the type.
InspectorTreeCellRenderer() - Constructor for class org.openadaptor.util.inspector.InspectorTreeCellRenderer
 
instance - Static variable in class org.openadaptor.util.log4j.MDCConfig
 
instance - Static variable in class org.openadaptor.util.log4j.NDCConfig
 
INSTANCE_TAG - Static variable in class org.openadaptor.adaptor.editor.AbstractComponent
 
instanceCount - Static variable in class org.openadaptor.adaptor.editor.AbstractComponent
 
instanceMatch(String, String, String) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
instanceTagExpansionCounts - Variable in class org.openadaptor.adaptor.editor.AbstractComponent
 
instantiateRunAdaptor(String, SuperProperties) - Static method in class org.openadaptor.adaptor.RunAdaptor
A factory method to instantiate the correct RunAdaptor Class.
INT16 - Static variable in class org.openadaptor.dataobjects.SDOType
16 bit integer primitive type
INT16 - Static variable in class org.openadaptor.dmx.metaobjects.types.MOAtomic
16 bit integer primitive class
INT32 - Static variable in class org.openadaptor.dataobjects.SDOType
32 bit integer primitive type
INT32 - Static variable in class org.openadaptor.dmx.metaobjects.types.MOAtomic
32 bit integer primitive class
INT64 - Static variable in class org.openadaptor.dataobjects.SDOType
64 bit integer primitive type
INT64 - Static variable in class org.openadaptor.dmx.metaobjects.types.MOAtomic
64 bit integer primitive class
INT8 - Static variable in class org.openadaptor.dmx.metaobjects.types.MOAtomic
8 bit integer primitive class
INTEGER - Static variable in class org.openadaptor.dataobjects.SDOType
Synonym for INT32
IntegerComparator - Class in org.openadaptor.util.comparator
For JDK 1.1 compatibility, we need to provide our own Integer comparator to avoid a ClassCastException when using collections for JDK 1.1.
IntegerComparator() - Constructor for class org.openadaptor.util.comparator.IntegerComparator
 
IntegerPredicate - Class in org.openadaptor.adaptor.value.predicate
Compares a Integer value in the named attribute against either another attribute in the same DataObject, or a literal integer value.
IntegerPredicate() - Constructor for class org.openadaptor.adaptor.value.predicate.IntegerPredicate
 
intermediateCount - Variable in class org.openadaptor.adaptor.benchmark.BenchmarkThroughputPipe
 
intermediateLogInterval - Variable in class org.openadaptor.adaptor.benchmark.BenchmarkThroughputPipe
 
inUse(String) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
inUse(String) - Method in class org.openadaptor.adaptor.editor.DelegateComponent
 
inUse(String) - Method in class org.openadaptor.adaptor.editor.Enum
 
inUse(String) - Method in interface org.openadaptor.adaptor.editor.FrameworkComponent
 
inUse(String) - Method in class org.openadaptor.adaptor.editor.StandardComponent
 
invalid - Variable in class org.openadaptor.util.layout.StrutLayout
 
INVALID_CHAR - Static variable in class org.openadaptor.util.base64.Base64
Magic number representing the invalid chars when decoding base64.
INVALID_CHAR - Static variable in class org.openadaptor.util.base64.Base64ReaderInputStream
Magic number representing the invalid chars when decoding base64.
INVALID_DATE - Static variable in class org.openadaptor.util.DateHolder
Useful invalid date value
INVALID_HOURS - Static variable in class org.openadaptor.util.DateTimeHolder
Useful invalid hour value
INVALID_MINUTES - Static variable in class org.openadaptor.util.DateTimeHolder
Useful invalid minute value
INVALID_MONTH - Static variable in class org.openadaptor.util.DateHolder
Useful invalid month value
INVALID_SECONDS - Static variable in class org.openadaptor.util.DateTimeHolder
Useful invalid second value
INVALID_YEAR - Static variable in class org.openadaptor.util.DateHolder
Useful invalid year value
invalidate() - Method in class org.openadaptor.adaptor.editor.AFContainer
 
invalidateLayout(Container) - Method in class org.openadaptor.util.layout.StrutLayout
 
InvalidModelException - Exception in org.openadaptor.dmx.metaobjects.util
 
InvalidModelException() - Constructor for exception org.openadaptor.dmx.metaobjects.util.InvalidModelException
 
InvalidModelException(String) - Constructor for exception org.openadaptor.dmx.metaobjects.util.InvalidModelException
 
InvalidParameterException - Exception in org.openadaptor.dataobjects
 
InvalidParameterException() - Constructor for exception org.openadaptor.dataobjects.InvalidParameterException
 
InvalidParameterException(String) - Constructor for exception org.openadaptor.dataobjects.InvalidParameterException
 
InvalidTypeVersionException - Exception in org.openadaptor.dataobjects
The InvalidTypeVersionException will be raised, when factory creates a prototype, and the specified version of type cannot be found in metadata.
InvalidTypeVersionException(String, int) - Constructor for exception org.openadaptor.dataobjects.InvalidTypeVersionException
constructor, with the specified typeName and version
invoke(DOType) - Method in class org.openadaptor.adaptor.soap.AbstractSOAPCall
does all the work - issues the call the remote server, retrieves the response object and creates an array of one or more DataObjects from the response This is where you add code to handle complex response objects
invoke(DOType) - Method in class org.openadaptor.adaptor.soap.NullReturnSOAPCall
does all the work - issues the call the remote server and ignores the response object.
invoke(DOType) - Method in class org.openadaptor.adaptor.soap.SimpleSOAPCall
does all the work - issues the call the remote server, retrieves the response object and creates an array of one or more DataObjects from the response This is where you add code to handle complex response objects
IS_SET - Static variable in class org.openadaptor.dataobjects.SimpleDOPredicate
 
isAbleToEdit(int) - Method in class org.openadaptor.hospital.gui.HATTableModel
Returns true if the cell at rowIndex is allowed to edit.
isAccessGranted() - Method in class org.openadaptor.hospital.authorisation.HATUser
getters/setters
isAddAutoQuotes() - Method in class org.openadaptor.adaptor.jdbc.SimpleSinkSQLGenerator
 
isAdmin() - Method in class org.openadaptor.hospital.authorisation.HATUser
returns true if the user's role is that of a HAT administrator
isAggregation() - Method in class org.openadaptor.dmx.converter.DMXDatatype
 
isAggregation() - Method in class org.openadaptor.dmx.metaobjects.types.MOAttribute
 
isAggregation() - Method in class org.openadaptor.dmx.metaobjects.types.MOCollection
Returns whether collections, the receiver describes, are holding their elements by value.
isAggregationRefTypeInAttribute(DOType, String) - Method in class org.openadaptor.dataobjects.AbstractDOTypeRepository
Checks whether the reference type of an attribute, given by its name, is aggregation.
isAggregationRefTypeInAttribute(DOType, String) - Method in interface org.openadaptor.dataobjects.DOTypeRepository
Checks whether the reference type of an attribute, given by its name, is aggregation.
isAggregationRefTypeInAttribute(DOType, String) - Method in class org.openadaptor.dmx.metaobjects.util.MOTypeRepository
Checks the attribute reference type to see if it is aggregation and if it is the method will return true.
isAlias(String) - Method in class org.openadaptor.adaptor.editor.Enum
 
isAlias() - Method in class org.openadaptor.dmx.metaobjects.types.MOAlias
Returns true, because the receiver is an alias type.
isAlias() - Method in class org.openadaptor.dmx.metaobjects.types.MOType
Returns true, if the receiver is an alias type.
isanAssignment(String) - Method in class org.openadaptor.util.IniFile
does the line represent an assignment?
isAncestorOf(StandardComponent) - Method in class org.openadaptor.adaptor.editor.StandardComponent
 
isAncestorOf(StandardComponent, Hashtable) - Method in class org.openadaptor.adaptor.editor.StandardComponent
 
isAppend() - Method in class org.openadaptor.util.jms.peeker.JMSPeeker
 
isApplicableForDO(DataObject) - Method in interface org.openadaptor.security.interfaces.Policy
Checks whether this Policy is applicable for the DataObject Provided
isApplicableForDO(DataObject) - Method in class org.openadaptor.security.SimplePolicy
Checks whether this Policy is applicable for the DataObject Provided
isApplicableForType(DOType) - Method in interface org.openadaptor.security.interfaces.Policy
Checks wether this policy is applicable to the DOType
isApplicableForType(String) - Method in interface org.openadaptor.security.interfaces.Policy
Checks wether this policy is applicable to the DOType Name
isApplicableForType(DOType) - Method in class org.openadaptor.security.SimplePolicy
Checks wether this policy is applicable to the DOType
isApplicableForType(String) - Method in class org.openadaptor.security.SimplePolicy
Checks wether this policy is applicable to the DOType Name
isAssociation() - Method in class org.openadaptor.dmx.converter.DMXDatatype
 
isAssociation() - Method in class org.openadaptor.dmx.metaobjects.types.MOAttribute
 
isAssociation() - Method in class org.openadaptor.dmx.metaobjects.types.MOCollection
Returns whether collections, the receiver describes, are holding their elements by reference.
isAssociativeArrayIndexing() - Static method in class org.openadaptor.dataobjects.AbstractDataObject
Returns status of associative array indexing property.
isaSubject(String) - Method in class org.openadaptor.util.IniFile
does the line represent a subject?
isAsyncSender() - Method in class org.openadaptor.adaptor.jms.JMSListener
Return whether this transporter is acting as an asynchronous message sender.
isAsyncSender() - Method in class org.openadaptor.adaptor.jms.JMSPublisher
Return whether this transporter is acting as an asynchronous message sender.
isAsyncSender() - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Enquire whether the transporter is configured to send messages asynchronously.
isAsyncSender() - Method in interface org.openadaptor.adaptor.transporter.Transporter
Enquire whether the transporter is configured to send messages asynchronously.
isAtomic() - Method in class org.openadaptor.dmx.metaobjects.types.MOAtomic
Returns true, because the receiver is an atomic type.
isAtomic() - Method in class org.openadaptor.dmx.metaobjects.types.MOType
Returns true, if the receiver is an atomic type.
isAttributeCyclic(DOType, DOAttribute, DOTypeHolder) - Method in class org.openadaptor.dmx.metaobjects.util.MOTypeValidator
Check the particular attribute for cyclic references.
isAttributeDefined(String) - Method in class org.openadaptor.dataobjects.FixedDOType
Returns true if an attribute 'name' is defined in the receiver.
isBackgroundLoading() - Method in class org.openadaptor.hospital.HATPatientLoader
Check whether the HospitalLoader is busy with backgrund loading activities or not.
isBeanManaged() - Method in class org.openadaptor.j2ee.mdb.MDBListener
Returns whether the MDB is deployed using bean-managed transactions.
isBusy() - Method in class org.openadaptor.hospital.HATPatientLoader
Check whether the HospitalLoader is busy or not.
isCallbackReceiver() - Method in class org.openadaptor.adaptor.jms.JMSListener
Returns whether this transporter is receiving messages using callbacks.
isCallbackReceiver() - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Enquire whether the transporter receives message by callbacks.
isCallbackReceiver - Variable in class org.openadaptor.adaptor.transporter.AbstractTransporter.NullTransporterManager
 
isCallbackReceiver(Transporter) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter.NullTransporterManager
 
isCallbackReceiver(Transporter) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterManager
Hook to allow a TransporterManager to control whether the Transporter receives messages by callbacks.
isCallbackReceiver(Transporter) - Method in interface org.openadaptor.adaptor.transporter.TransporterManager
Hook to allow a TransporterManager to control whether the Transporter receives messages by callbacks.
isCellEditable(int, int) - Method in class org.openadaptor.adaptor.editor.AFPropertiesModel
 
isCellEditable(EventObject) - Method in class org.openadaptor.adaptor.editor.AFTableCellRenderer
 
isCellEditable(EventObject) - Method in class org.openadaptor.adaptor.editor.AFTreeCellEditor
 
isCellEditable(int, int) - Method in class org.openadaptor.adaptor.viewer.gui.ViewerTableModel
Returns true if the cell at rowIndex and columnIndex is editable.
isCellEditable(int, int) - Method in class org.openadaptor.hospital.gui.HATEditableAttributesTableModel
 
isCellEditable(int, int) - Method in class org.openadaptor.hospital.gui.HATTableModel
Returns true if the cell at rowIndex and columnIndex is editable.
isCellEditable(int, int) - Method in class org.openadaptor.hospital.gui.HATUserAdminTableModel
Returns true if the cell at rowIndex and columnIndex is editable.
isClass() - Method in class org.openadaptor.dmx.metaobjects.types.MOClass
Returns true, because the receiver is a class type.
isClass() - Method in class org.openadaptor.dmx.metaobjects.types.MOType
Returns true, if the receiver is a class type.
isClassScope() - Method in class org.openadaptor.dmx.converter.DMXScopeHandler
Returns whether the read information indicated a class scope.
isClassScope() - Method in class org.openadaptor.dmx.metaobjects.types.MOAttribute
 
isClassScope() - Method in class org.openadaptor.dmx.metaobjects.types.MOMethod
 
isClassScope() - Method in interface org.openadaptor.dmx.metaobjects.types.MOScope
 
isClosed - Variable in class org.openadaptor.j2ee.jca.oaConnection
 
isCollection() - Method in interface org.openadaptor.dataobjects.DOType
Returns true if this DOType acts as a collection
isCollection() - Method in class org.openadaptor.dataobjects.FixedDOType
Returns true if the receiver is a collection type.
isCollection() - Method in class org.openadaptor.dmx.metaobjects.types.MOAlias
Returns whether the alias type corresponds to a collection type.
isCollection() - Method in class org.openadaptor.dmx.metaobjects.types.MOAttribute
 
isCollection() - Method in class org.openadaptor.dmx.metaobjects.types.MOCollection
Returns whether the receiver is a collection.
isCollection() - Method in class org.openadaptor.dmx.metaobjects.types.MOType
Returns true, if the receiver is a collection class.
isCollectionCyclic(DOCollection, DOTypeHolder) - Method in class org.openadaptor.dmx.metaobjects.util.MOTypeValidator
Check the element type of the collection if its cyclic.
isComment() - Method in class org.openadaptor.util.ConfigEntry
 
isComplexAttribute(Object) - Static method in class org.openadaptor.adaptor.display.inspectorgui.Inspector
Check if the passed object is primitive object or a business object.
isComplexAttribute(Object) - Static method in class org.openadaptor.adaptor.viewer.helpers.ViewerUtils
Check if the passed object is primitive object or a business object.
isComplexAttribute(Object) - Static method in class org.openadaptor.hospital.gui.HATPayloadPanel
Check if the passed object is primitive object or a business object.
isConnected() - Method in class org.openadaptor.adaptor.bridge.BridgeSocketSink
Returns true if we have a valid connection.
isConnected() - Method in class org.openadaptor.adaptor.bridge.ProtocolWriter
Return connection status.
isConnected() - Method in class org.openadaptor.adaptor.ftp.ApacheFTP
returns flag to indicate if the FTPClient object has successfully connected to the remote server
isConnected() - Method in class org.openadaptor.adaptor.ftp.EDTFTP
returns flag to indicate if the FTPClient object has successfully connected to the remote server
isConnected() - Method in interface org.openadaptor.adaptor.ftp.FTP
returns flag to indicate if the FTPClient object has successfully connected to the remote server
isConnected() - Method in class org.openadaptor.adaptor.ftp.JSchSFTP
returns flag to indicate if the FTPClient object has successfully connected to the remote server
isConnected() - Method in class org.openadaptor.adaptor.ftp.SunFTP
returns flag to indicate if the FTPClient object has successfully connected to the remote server
isConnected() - Method in class org.openadaptor.adaptor.ldap.LDAP
return true if we have connected successfully to the directory
isConnected() - Method in class org.openadaptor.hospital.helpers.HATDatabase
check for open database connection
isConnectionAlive() - Method in class org.openadaptor.adaptor.jms.JMSTransporter
Check whether the connection is alive (and is not closing) or has failed.
isConnectionAlive() - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Check whether the connection is alive (and is not closing) or has failed.
isConnectionAlive() - Method in interface org.openadaptor.adaptor.transporter.Control
Check whether the connection is alive (and is not closing) or has failed.
isConnectionClosing() - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Returns true if a connection is being closed
isConnectionClosing() - Method in interface org.openadaptor.adaptor.transporter.Control
Returns true if a connection is being closed
isController() - Method in class org.openadaptor.hospital.authorisation.HATUser
returns true if the user's role is that of a HAT controller or higher
isCreate() - Method in class org.openadaptor.util.jms.peeker.JMSPeeker
 
isCyclic(DOType) - Method in class org.openadaptor.dmx.metaobjects.util.MOTypeValidator
Checks for cyclic references in the given type.
isCyclic(DOType, DOTypeHolder) - Method in class org.openadaptor.dmx.metaobjects.util.MOTypeValidator
Checks for cyclic references in the given type.
isCyclicInAttributes(DOType, DOAttribute[], DOTypeHolder) - Method in class org.openadaptor.dmx.metaobjects.util.MOTypeValidator
Checks the attributes for cyclic references.
isDataObject(Object) - Static method in class org.openadaptor.hospital.gui.HATPayloadPanel
checks if the supplied object is a DataObject array.
isDataObjectArray(Object) - Static method in class org.openadaptor.adaptor.display.inspectorgui.Inspector
checks if the supplied object is a DataObject array.
isDataObjectList(List) - Method in class org.openadaptor.doxml.DOBuilder.DOTypeEntry
Checks if list is a List of Strings.
isDBLoadingInProgress(boolean) - Static method in class org.openadaptor.hospital.gui.HATFrame
Check whether a hospital loading activity is in progress or not.
isDeadlock(SQLException) - Method in class org.openadaptor.adaptor.jdbc.informix.InformixSource
Implementation method.
isDeadlock(SQLException) - Method in class org.openadaptor.adaptor.jdbc.JdbcSource
Method isDeadlock Detects if the SQLException was caused by Database deadlocking
isDeadlock(SQLException) - Method in class org.openadaptor.adaptor.jdbc.mssql.MSSqlSource
Method isDeadlock Detects if the SQLException was caused by Database deadlocking
isDeadlock(SQLException) - Method in class org.openadaptor.adaptor.jdbc.oracle.OracleSink
Method isDeadlock Detects if the SQLException was caused by Database deadlocking
isDeadlock(SQLException) - Method in class org.openadaptor.adaptor.jdbc.oracle.OracleSource
Method isDeadlock Detects if the SQLException was caused by Database deadlocking
isDeadlock(SQLException) - Method in class org.openadaptor.adaptor.jdbc.sybase.SybaseSource
Method isDeadlock Detects if the SQLException was caused by Database deadlocking
isDelegate(String) - Method in class org.openadaptor.adaptor.editor.DelegateComponent
 
isDeprecated(String) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
isDeprecated(int) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
isDeprecated(int) - Method in class org.openadaptor.adaptor.editor.AFPropertiesModel
 
isDeprecated(String) - Method in class org.openadaptor.adaptor.editor.DelegateComponent
 
isDeprecated(String) - Method in class org.openadaptor.adaptor.editor.Enum
 
isDeprecated(int) - Method in class org.openadaptor.adaptor.editor.Enum
 
isDeprecated(int) - Method in interface org.openadaptor.adaptor.editor.FrameworkComponent
 
isDeprecated(String) - Method in interface org.openadaptor.adaptor.editor.FrameworkComponent
 
isDeprecated() - Method in class org.openadaptor.adaptor.editor.Property
 
isDeprecatedTemplate(String) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
isDirty() - Method in class org.openadaptor.adaptor.viewer.gui.ViewerGUI
returns true if there is payload data that has changed and needs to be saved
isDirty() - Static method in class org.openadaptor.hospital.gui.HATPayloadPanel
flag to indicate that some elements of the payload have been modified and need to be saved to the database
isDirty() - Method in class org.openadaptor.util.IniFile
 
isDoubleClick(MouseEvent) - Method in class org.openadaptor.hospital.gui.HATPayloadPanel
Check the MouseEvent for a double click.
isEmbedded(FrameworkComponent) - Method in class org.openadaptor.adaptor.editor.Adaptor
 
isEmbedded(FrameworkComponent) - Method in class org.openadaptor.adaptor.editor.AFContainer
 
isEmbedded() - Method in class org.openadaptor.adaptor.editor.StandardComponent
 
isEmpty() - Method in class org.openadaptor.dataobjects.CollectionDataObject
Can be used to find out if the collection is empty
isEmptyArray(Object[]) - Static method in class org.openadaptor.doxml.GenericXMLConverter
Returns boolean indicating if the array object is empty.
isEndOfDocument() - Method in class org.openadaptor.util.sax.XMLDocumentReader
Returns true if this is at the end of an XML document.
isEndTag() - Method in class org.openadaptor.simplexml.XTag
Returns true if the receiver is of the form </name...>
isEnumeration() - Method in interface org.openadaptor.dataobjects.DOType
Returns true if this DOType acts as an enumeration
isEnumeration() - Method in class org.openadaptor.dataobjects.FixedDOType
Returns true if the receiver is a enumeration type.
isEnumeration() - Method in class org.openadaptor.dmx.metaobjects.types.MOEnumeration
Returns true, because the receiver is an enumeration type.
isEnumeration() - Method in class org.openadaptor.dmx.metaobjects.types.MOType
Returns true, if the receiver is an enumeration class.
isExitOnDOConversionError() - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterSource
 
isFile() - Method in class org.openadaptor.util.ConfigEntry
 
isFixed() - Method in class org.openadaptor.dataobjects.FixedDOType
** if fixed then return true
isFullyLoaded() - Method in class org.openadaptor.hospital.HATPatient
returns true if the patient's details have been fully loaded from the hospital database
isIgnoreNull() - Method in class org.openadaptor.dostrings.transformers.DateFormatTransformer
 
isIn() - Method in class org.openadaptor.dmx.metaobjects.types.MOParameter
Returns whether the parameter is an incoming parameter to the method it belongs to
isInDataBlock() - Method in class org.openadaptor.doconverter.v3.DebugInputStreamComponent
Returns true if the Component is currently reading a data block
isInDataBlock() - Method in class org.openadaptor.doconverter.v3.DebugOutputStreamComponent
Returns true if the Component is currently reading a data block
isInDataBlock() - Method in interface org.openadaptor.util.InputStreamComponent
Returns true if the Component is currently reading a data block
isInDataBlock() - Method in interface org.openadaptor.util.OutputStreamComponent
Returns true if the Component is currently writing a data block
isInDataBlock() - Method in class org.openadaptor.util.PipelineInputStream
Returns true if the Component is currently reading a data block
isInDataBlock() - Method in class org.openadaptor.util.PipelineOutputStream
Returns true if the Component is currently reading a data block
isInDataBlock() - Method in class org.openadaptor.util.ReaderInputStream
Returns true if the Component is currently reading a data block
isInEventList(String, String[]) - Method in class org.openadaptor.adaptor.SimpleCallbackManager
Checks whether a given event is in the specified event list.
isInitialized() - Method in class org.openadaptor.adaptor.jms.JMSListener
Check if JMS Queue/Topic is fully initialised.
isInitialized() - Method in class org.openadaptor.adaptor.jms.JMSPublisher
Check if JMS Queue/Topic is fully initialised.
isInitialized() - Method in class org.openadaptor.adaptor.jms.JMSTransporter
Check if JMS Queue/Topic is fully initialised.
isInitialized() - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Check if transporter is fully initialised.
isInitialized() - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterManager
Check if transporters are fully initialised/connected.
isInitialized() - Method in interface org.openadaptor.adaptor.transporter.AdaptorTransporterManager
Check if transporters are fully initialised/connected.
isInitialized() - Method in interface org.openadaptor.adaptor.transporter.Transporter
Check if Transporter is fully initialised.
isInitialized() - Method in class org.openadaptor.security.SecurityAgent
Returns whether the security agent is initialized.
isInitiatingConnection() - Method in class org.openadaptor.util.tcp.OASocket
 
isInnerTypeCyclic(DOType, DOTypeHolder) - Method in class org.openadaptor.dmx.metaobjects.util.MOTypeValidator
Checks inside the type for attribute or element types which are cyclic.
isInOut() - Method in class org.openadaptor.dmx.metaobjects.types.MOParameter
Returns whether the parameter is an in and out parameter to the method it belongs to
isInput() - Method in class org.openadaptor.adaptor.hospital.HospitalCmdLineInterface.InputListener
 
isInput() - Method in class org.openadaptor.adaptor.standard.CommandLineRemoteControl.InputListener
 
isInstanceScope() - Method in class org.openadaptor.dmx.converter.DMXScopeHandler
Returns whether the read information indicated an instance scope or not.
isInstanceScope() - Method in class org.openadaptor.dmx.metaobjects.types.MOAttribute
 
isInstanceScope() - Method in class org.openadaptor.dmx.metaobjects.types.MOMethod
 
isInstanceScope() - Method in interface org.openadaptor.dmx.metaobjects.types.MOScope
 
isLeaf() - Method in class org.openadaptor.util.inspector.DataObjectTreeNode
checks, whether a node as a leaf.
isLeaf() - Method in class org.openadaptor.util.inspector.DOTypeTreeNode
checks, whether a node is a leaf.
isLeapYear(int) - Static method in class org.openadaptor.util.DateHolder
Returns true if year is a leap year
isListenReceiver() - Method in class org.openadaptor.adaptor.jms.JMSListener
Returns whether this transporter is receiving messages by listening.
isListenReceiver() - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Enquire whether the transporter receives message by listening.
isListenReceiver - Variable in class org.openadaptor.adaptor.transporter.AbstractTransporter.NullTransporterManager
 
isListenReceiver(Transporter) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter.NullTransporterManager
 
isListenReceiver(Transporter) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterManager
Hook to allow a TransporterManager to control whether the Transporter receives messages by listening.
isListenReceiver(Transporter) - Method in interface org.openadaptor.adaptor.transporter.TransporterManager
Hook to allow a TransporterManager to control whether the Transporter receives messages by listening.
isLoaded() - Method in class org.openadaptor.hospital.HATPatient
Checks whether the DOXML object string already has been loaded or not
isLocalHost(String) - Method in class org.openadaptor.adaptor.standard.RMIRemoteControlImpl
Determines whether the given hostname is an alias for the local host.
isLocalHost(String) - Method in class org.openadaptor.adaptor.standard.RMISource
Determines whether the given hostname is an alias for the local host.
isLocalHost(String) - Method in class org.openadaptor.util.tcp.OASocket
returns true if the address string supplied is the localhost
isLogAllSeqNums() - Method in class org.openadaptor.adaptor.benchmark.UniqueIDVerifyPipe
 
isLoggedIn() - Method in class org.openadaptor.adaptor.ftp.ApacheFTP
returns flag to indicate if the FTPClient object has successfully logged into the remote server
isLoggedIn() - Method in class org.openadaptor.adaptor.ftp.EDTFTP
returns flag to indicate if the FTPClient object has successfully logged into the remote server
isLoggedIn() - Method in interface org.openadaptor.adaptor.ftp.FTP
returns flag to indicate if the FTPClient object has successfully logged into the remote server
isLoggedIn() - Method in class org.openadaptor.adaptor.ftp.JSchSFTP
returns flag to indicate if the FTPClient object has successfully logged into the remote server
isLoggedIn() - Method in class org.openadaptor.adaptor.ftp.SunFTP
returns flag to indicate if the FTPClient object has successfully logged into the remote server
isManager() - Method in class org.openadaptor.hospital.authorisation.HATUser
returns true if the user's role is that of a HAT manager or higher
isManagingOwnTransactions() - Method in class org.openadaptor.adaptor.hospital.HospitalSource
Delegate down to the Hospital
isManagingOwnTransactions() - Method in class org.openadaptor.adaptor.jdbc.JdbcSink
** @see #_managingOwnTransactions
isManagingOwnTransactions() - Method in class org.openadaptor.adaptor.jdbc.mssql.HospitalMSSqlImpl
Flag stating whether this Sink is managing its own transactions or not.
isManagingOwnTransactions() - Method in class org.openadaptor.adaptor.jdbc.oracle.HospitalOracleImpl
** Flag stating whether this Sink is managing its own transactions ** or not.
isManagingOwnTransactions() - Method in class org.openadaptor.adaptor.jdbc.oracle.OracleSink
** @see #_managingOwnTransactions
isManagingOwnTransactions() - Method in class org.openadaptor.adaptor.jdbc.SQLSink
Flag stating whether this Sink is managing its own transactions or not.
isManagingOwnTransactions() - Method in class org.openadaptor.adaptor.jdbc.sybase.HospitalSybaseImpl
Flag stating whether this Sink is managing its own transactions or not.
isManagingOwnTransactions() - Method in interface org.openadaptor.adaptor.JdbcTransactionalResource
true if this component is managing it's own transactions
isMandatory(String) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
isMandatory(int) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
isMandatory(int) - Method in class org.openadaptor.adaptor.editor.AFPropertiesModel
 
isMandatory(String) - Method in class org.openadaptor.adaptor.editor.DelegateComponent
 
isMandatory(String) - Method in class org.openadaptor.adaptor.editor.Enum
 
isMandatory(int) - Method in class org.openadaptor.adaptor.editor.Enum
 
isMandatory(int) - Method in interface org.openadaptor.adaptor.editor.FrameworkComponent
 
isMandatory(String) - Method in interface org.openadaptor.adaptor.editor.FrameworkComponent
 
isMandatory() - Method in class org.openadaptor.adaptor.editor.Property
 
isMandatory() - Method in interface org.openadaptor.dataobjects.DOAttribute
Returns true if this DOAttribute is mandatory.
isMandatory() - Method in class org.openadaptor.dataobjects.SDOAttribute
Returns true if this DOAttribute is mandatory.
isMandatory() - Method in class org.openadaptor.dmx.metaobjects.types.MOAttribute
 
isMandatoryAttribute(DOType, String) - Method in class org.openadaptor.dataobjects.AbstractDOTypeRepository
Checks whether an attribute, given by its name, is Mandatory.
isMandatoryAttribute(DOType, String) - Method in interface org.openadaptor.dataobjects.DOTypeRepository
Checks whether an attribute, given by its name, is Mandatory.
isMandatoryTemplate(String) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
isMatch(Object) - Method in class org.openadaptor.dataobjects.ValueSelector
 
isMatch(String) - Method in class org.openadaptor.dataobjects.ValueSelector
 
isMatch(Boolean) - Method in class org.openadaptor.dataobjects.ValueSelector
 
isMatch(Byte) - Method in class org.openadaptor.dataobjects.ValueSelector
 
isMatch(Character) - Method in class org.openadaptor.dataobjects.ValueSelector
 
isMatch(Short) - Method in class org.openadaptor.dataobjects.ValueSelector
 
isMatch(Integer) - Method in class org.openadaptor.dataobjects.ValueSelector
 
isMatch(Long) - Method in class org.openadaptor.dataobjects.ValueSelector
 
isMatch(Float) - Method in class org.openadaptor.dataobjects.ValueSelector
 
isMatch(Double) - Method in class org.openadaptor.dataobjects.ValueSelector
 
isMatch(BigInteger) - Method in class org.openadaptor.dataobjects.ValueSelector
 
isMatch(BigDecimal) - Method in class org.openadaptor.dataobjects.ValueSelector
 
isMatch(DateHolder) - Method in class org.openadaptor.dataobjects.ValueSelector
 
isMatch(DateTimeHolder) - Method in class org.openadaptor.dataobjects.ValueSelector
 
isMultiValued() - Method in class org.openadaptor.dataobjects.Selector
Return whether this selector can return multi-valued results.
isNameStart(char) - Method in class org.openadaptor.util.sax.XMLDocumentReader.InRootMarkup
 
isNull() - Method in class org.openadaptor.simplexml.XAttribute
Returns true if the receiver has (and can have) no value.
isNullValue(String) - Method in class org.openadaptor.dataobjects.AbstractDataObject
 
isNullValue(String) - Method in interface org.openadaptor.dataobjects.DataObject
Returns true if the value of attribute name is null.
ISO_LATIN_1 - Static variable in class org.openadaptor.util.sax.XMLUtils
Text defining default 8-bit character encoding
ISODateTime - Class in org.openadaptor.util
Class for converting Java Date object to/from ISO datetime strings.
ISODateTime() - Constructor for class org.openadaptor.util.ISODateTime
 
isOptional(String) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
isOptional(String) - Method in class org.openadaptor.adaptor.editor.DelegateComponent
 
isOptional(String) - Method in class org.openadaptor.adaptor.editor.Enum
 
isOptional(String) - Method in interface org.openadaptor.adaptor.editor.FrameworkComponent
 
isOptionalTemplate(String) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
isOut() - Method in class org.openadaptor.dmx.metaobjects.types.MOParameter
Returns whether the parameter is an outgoing parameter to the method it belongs to
isParallelPipeline() - Method in class org.openadaptor.adaptor.RunAdaptor
Checks whether every component is attached to the same pipeline.
isParent() - Static method in class org.openadaptor.hospital.gui.HATPayloadPanel
Checks if this HATPayloadPanel object has a parent or not.
isParentOf(StandardComponent) - Method in class org.openadaptor.adaptor.editor.StandardComponent
 
isPartialPipeline(String) - Method in class org.openadaptor.adaptor.RunAdaptor
Checks whether the given component is a member of a partial pipeline and warns if the given component itself has insufficient links.
isPassingProcParamNames() - Method in class org.openadaptor.adaptor.jdbc.JdbcSource
Method declaration
isPaused() - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Returns true after pauseTransporter() has been called.
isPaused() - Method in interface org.openadaptor.adaptor.transporter.Control
Returns true after pauseTransporter() has been called.
isPaused() - Method in class org.openadaptor.adaptor.transporter.TransporterThread
Returns true after pauseTHread() has been called.
isPersistent() - Method in class org.openadaptor.adaptor.jms.JMSListener
For Queue subjects, returns whether the delivery mode for the last received message was PERSISTENT, and for Topic subjects, returns whether the delivery mode for the last received message was PERSISTENT and the subscriber is durable.
isPipe() - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter.NullTransporterManager
 
isPipe() - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterManager
Enquire wether the Component with which a AdaptorTransporterManager is associated is a Pipe.
isPipe() - Method in interface org.openadaptor.adaptor.transporter.TransporterManager
Enquire wether the Component with which a TransporterManager is associated is a Pipe.
isPollingReceiver() - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Enquire whether the transporter receives message by polling.
isPollingReceiver - Variable in class org.openadaptor.adaptor.transporter.AbstractTransporter.NullTransporterManager
 
isPollingReceiver(Transporter) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter.NullTransporterManager
 
isPollingReceiver(Transporter) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterManager
Hook to allow an AdaptorTransporterManager to control whether the Transporter receives messages by polling.
isPollingReceiver(Transporter) - Method in interface org.openadaptor.adaptor.transporter.TransporterManager
Hook to allow a TransporterManager to control whether the Transporter receives messages by polling.
isPresent(String) - Method in class org.openadaptor.dataobjects.SimpleDataObject
 
isPrimitive() - Method in interface org.openadaptor.dataobjects.DOType
Returns true if the receiver is a primitive type.
isPrimitive() - Method in class org.openadaptor.dataobjects.FixedDOType
Returns true if the receiver is a primitive type.
isPrimitive - Variable in class org.openadaptor.dataobjects.SDOType
Set true if the SDOType represents a primitive type
isPrimitive() - Method in class org.openadaptor.dataobjects.SDOType
Returns true if the receiver is a primitive type.
isPrimitiveType(DOType) - Static method in class org.openadaptor.dataobjects.AbstractDOTypeRepository
test, whether the given DOType is registered as a primitive type.
isPrimitiveTypeCompatibleTo(DOType, DOType) - Static method in class org.openadaptor.dataobjects.AbstractDOTypeRepository
checks, whether a primitive type is compatible to another
isPrivate() - Method in class org.openadaptor.dmx.converter.DMXVisibilityHandler
Returns whether the read information indicated a private visibility.
isPrivate() - Method in class org.openadaptor.dmx.metaobjects.types.MOAttribute
 
isPrivate() - Method in class org.openadaptor.dmx.metaobjects.types.MOMethod
 
isPrivate() - Method in interface org.openadaptor.dmx.metaobjects.types.MOVisibility
 
isPropertyExists(String) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
isPropertyExists(String) - Method in class org.openadaptor.adaptor.editor.Enum
 
isPropertyExists(String) - Method in interface org.openadaptor.adaptor.editor.FrameworkComponent
 
isPropertyNameEditable(String) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
isPropertyNameEditable(String) - Method in class org.openadaptor.adaptor.editor.Enum
 
isPropertyNameEditable(String) - Method in interface org.openadaptor.adaptor.editor.FrameworkComponent
 
isProtected() - Method in class org.openadaptor.dmx.converter.DMXVisibilityHandler
Returns whether the read information indicated a protected visibility.
isProtected() - Method in class org.openadaptor.dmx.metaobjects.types.MOAttribute
 
isProtected() - Method in class org.openadaptor.dmx.metaobjects.types.MOMethod
 
isProtected() - Method in interface org.openadaptor.dmx.metaobjects.types.MOVisibility
 
isPublic() - Method in class org.openadaptor.dmx.converter.DMXVisibilityHandler
Returns whether the read information indicated a public visibility.
isPublic() - Method in class org.openadaptor.dmx.metaobjects.types.MOAttribute
 
isPublic() - Method in class org.openadaptor.dmx.metaobjects.types.MOMethod
 
isPublic() - Method in interface org.openadaptor.dmx.metaobjects.types.MOVisibility
 
isQuoteCharDefined() - Method in class org.openadaptor.dostrings.DelimitedStringReader
 
isReaderEOF() - Method in class org.openadaptor.adaptor.AbstractReader
Returns true if reader is at EOF (empty).
isReadonly(int) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
isReadonly(int) - Method in class org.openadaptor.adaptor.editor.AFPropertiesModel
 
isReadonly(int) - Method in class org.openadaptor.adaptor.editor.Enum
 
isReadonly(int) - Method in interface org.openadaptor.adaptor.editor.FrameworkComponent
 
isReadOnly() - Method in class org.openadaptor.adaptor.editor.Property
 
isReceiver() - Method in class org.openadaptor.adaptor.jms.JMSListener
Return whether this transporter is acting as a message receiver.
isReceiver() - Method in class org.openadaptor.adaptor.jms.JMSPublisher
Return whether this transporter is acting as a message receiver.
isReceiver() - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Enquire whether the transporter is configured to send receive messages.
isReceiver() - Method in interface org.openadaptor.adaptor.transporter.Transporter
Enquire whether the transporter is configured to send receive messages.
isReleased() - Method in class org.openadaptor.simplexml.XToken
Returns "reuse" status of object.
isReleased() - Method in interface org.openadaptor.util.ReusableObject
 
isRequestReply() - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
isRequestReply() - Method in class org.openadaptor.adaptor.editor.Enum
 
isRequestReply() - Method in interface org.openadaptor.adaptor.editor.FrameworkComponent
 
isRequestReply(String) - Method in class org.openadaptor.adaptor.RunAdaptor
Returns true if the given component is a RequestReply component.
isRequestReply(Class) - Method in class org.openadaptor.adaptor.RunAdaptor
Returns true if the given component class is a RequestReply component.
isReservedTypeName(String) - Static method in class org.openadaptor.dataobjects.SDOType
Method declaration
isResource() - Method in class org.openadaptor.util.ConfigEntry
 
isRunning() - Method in class org.openadaptor.adaptor.editor.AdaptorRunner
 
isRunning() - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Check if the transporter is running and trying to process messages.
isRunning() - Method in interface org.openadaptor.adaptor.transporter.Control
Check if the transporter is running and trying to process messages.
isRunning() - Method in class org.openadaptor.adaptor.transporter.TransporterThread
Check if the transporter is running and trying to process messages.
isRunning() - Static method in class org.openadaptor.hospital.gui.HATFrame
Returns a boolean to indicate that the GUI is initialised and running
isRunning() - Method in class org.openadaptor.j2ee.jca.AdaptorResourceWrapper
 
isScanningCData() - Method in class org.openadaptor.simplexml.XScanner
Returns true if the scanner is currently scanning inside an XML CDATA section.
isScanningComment() - Method in class org.openadaptor.simplexml.XScanner
Returns true if the scanner is currently scanning inside an XML comment.
isSDOTypeNumeric(SDOType) - Static method in class org.openadaptor.adaptor.jdbc.SimpleSinkSQLGenerator
Deprecated.  
isSelected(HATPatient) - Method in interface org.openadaptor.hospital.HATPatientFilter
this method has to be implented to select patients.
isSender() - Method in class org.openadaptor.adaptor.jms.JMSListener
Return whether this transporter is acting as a message sender.
isSender() - Method in class org.openadaptor.adaptor.jms.JMSPublisher
Return whether this transporter is acting as a message sender.
isSender() - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Enquire whether the transporter is configured to send messages synchronously.
isSender() - Method in interface org.openadaptor.adaptor.transporter.Transporter
Enquire whether the transporter is configured to send messages synchronously.
isSimpleDataObject(Object) - Static method in class org.openadaptor.hospital.gui.HATPayloadPanel
checks if the supplied object is an array of SimpleDataObjects.
isSimpleDataObjectArray(Object) - Static method in class org.openadaptor.adaptor.display.inspectorgui.Inspector
checks if the supplied object is an array of SimpleDataObjects.
isSingle() - Method in class org.openadaptor.dmx.metaobjects.types.MOAttribute
 
isSingletonTag() - Method in class org.openadaptor.simplexml.XTag
Returns true if the receiver is of the form <name.../>
isSink() - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter.NullTransporterManager
 
isSink() - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterManager
Enquire wether the Component with which an AdaptorTransporterManager is associated is a Sink.
isSink() - Method in interface org.openadaptor.adaptor.transporter.TransporterManager
Enquire wether the Component with which a TransporterManager is associated is a Sink.
isSocketAlive() - Method in class org.openadaptor.adaptor.tcp.SocketMTSourceInstance
Test if the thread is alive.
isSource() - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter.NullTransporterManager
 
isSource() - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterManager
Enquire wether the Component with which a TransporterManager is associated is a Source.
isSource() - Method in interface org.openadaptor.adaptor.transporter.TransporterManager
Enquire wether the Component with which a TransporterManager is associated is a Source.
isStandalone() - Static method in class org.openadaptor.hospital.HAT
returns true if the application is running in standalone mode
isStartChar(char) - Static method in class org.openadaptor.simplexml.XName
Returns true if ch could validly start an XML 'name'.
isStartTag() - Method in class org.openadaptor.simplexml.XTag
Returns true if the receiver is of the form <name...>
isStopping() - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Check if the transporter is trying to stop.
isStopping() - Method in interface org.openadaptor.adaptor.transporter.Control
Check if the transporter is trying to stop.
isStopping() - Method in class org.openadaptor.adaptor.transporter.TransporterThread
Check if the transporter is trying to stop.
isStreaming() - Method in class org.openadaptor.doconverter.BasicDO2XMLConverter
Returns true if a 'streaming' DOType has been set.
isStreamingCData() - Method in class org.openadaptor.simplexml.XScanner
 
isStringList(List) - Method in class org.openadaptor.doxml.DOBuilder.DOTypeEntry
Checks if list is a List of Strings.
isStripQuotes() - Method in class org.openadaptor.dostrings.DelimitedStringReader
 
isStructure() - Method in class org.openadaptor.dmx.metaobjects.types.MOStructure
Returns true, because the receiver is a structured type.
isStructure() - Method in class org.openadaptor.dmx.metaobjects.types.MOType
Returns true, if the receiver is a structured type.
isSubsetOf(DOType) - Method in class org.openadaptor.dataobjects.SDOType
Returns true if the receiver is a subset of other.
isSubsetOf(DOType) - Method in class org.openadaptor.dmx.metaobjects.types.MOEnumeration
Returns true if the receiver is a subset of other.
isSupportedEvent(String) - Method in interface org.openadaptor.adaptor.CallbackManager
Checks whether a given event is supported by this CallbackManager.
isSupportedEvent(String) - Method in class org.openadaptor.adaptor.SimpleCallbackManager
Checks whether a given event is supported by this CallbackManager.
isTemplate(String) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
isTemplate(String) - Method in class org.openadaptor.adaptor.editor.Enum
 
isTemplate(String) - Method in interface org.openadaptor.adaptor.editor.FrameworkComponent
 
isThrowFatalOnOutOfSequence() - Method in class org.openadaptor.adaptor.benchmark.UniqueIDVerifyPipe
 
isToBeProcessed(Message) - Method in class org.openadaptor.adaptor.mail.MailSource
returns true if the supplied message is to be processed - ie.
isTransacted() - Method in class org.openadaptor.adaptor.jms.JMSListener
Check if Transporter supports transactions.
isTransacted() - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Check if Transporter supports transactions.
isTransacted() - Method in interface org.openadaptor.adaptor.transporter.Transaction
Check if Transporter supports transactions.
isTransactional() - Method in class org.openadaptor.util.tcp.OASocket
 
isTreatEmptyStringAsNull() - Method in class org.openadaptor.dostrings.DOStringReader
If true, then subclasses should treat empty (String) fields as containing null rather than as zero-length strings.
isTriggeringEvent(LoggingEvent) - Method in class org.openadaptor.util.log4j.SMTPPassAllEvaluator
we convert the incomign log level into an int and then compare it to the Priority.ALL_INT value (-2147483648).
isTrue(DataObject) - Method in interface org.openadaptor.dataobjects.DOPredicate
Returns true if the predicate is true for the supplied DataObject
isTrue(DataObject) - Method in class org.openadaptor.dataobjects.SimpleDOPredicate
Tests dob against this predicate.
isTrue(DataObject) - Method in class org.openadaptor.dataobjects.SimpleDOPredicate.SimpleDOAttPredicate
Evaluates the predicate using the provided DataObject.
isTrue(String) - Static method in class org.openadaptor.doxml.GenericXMLConverter
Returns boolean equivalent of value String.
isTypeDef() - Method in class org.openadaptor.j2ee.jca.oaMappedRecord
 
isTypeEquals() - Method in class org.openadaptor.dataobjects.SimpleDOPredicate
 
isUndefined - Variable in class org.openadaptor.doxml.GenericXMLWriter.TypeDef
 
isUnique() - Method in class org.openadaptor.dmx.metaobjects.types.MOAttribute
 
isUniqueEnvelopedDO(DataObject) - Method in class org.openadaptor.adaptor.benchmark.UniqueIDVerifyPipe
 
isUnset(Object) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
isUnset(FrameworkComponent) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
isUseLog4j() - Static method in class org.openadaptor.util.log4j.Log4jConfig
 
isUser() - Method in class org.openadaptor.hospital.authorisation.HATUser
returns true if the user's role is that of a HAT user.
isUserAdded(String) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
isUserAdded(int) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
isUserAdded(int) - Method in class org.openadaptor.adaptor.editor.AFPropertiesModel
 
isUserAdded(String) - Method in class org.openadaptor.adaptor.editor.DelegateComponent
 
isUserAdded(int) - Method in class org.openadaptor.adaptor.editor.Enum
 
isUserAdded(int) - Method in interface org.openadaptor.adaptor.editor.FrameworkComponent
 
isUserAdded() - Method in class org.openadaptor.adaptor.editor.Property
 
isUsingAdaptorHistory() - Method in class org.openadaptor.util.DirectoryListFilenameGenerator
 
isUsingSelect() - Method in class org.openadaptor.adaptor.jdbc.JdbcSource
Method declaration
isV1CompatibilityMode() - Method in class org.openadaptor.doconverter.XMLFormatter
Returns V1 compatibility mode status.
isValid(String) - Method in class org.openadaptor.adaptor.ibm.MqDataObject
Returns true if all mandatory attributes have non-null values.
isValid(Hashtable) - Method in class org.openadaptor.dataobjects.SDOType
Deprecated. Please use validate()
isValid(Hashtable) - Method in class org.openadaptor.dmx.metaobjects.types.MOEnumeration
Checks, whether this type isValid
isValid(SimpleDataObject) - Method in interface org.openadaptor.hospital.helpers.HATValidator
Check whether the passed value is valid or not
isValid(SimpleDataObject) - Method in class org.openadaptor.hospital.helpers.SampleValidator
For sample purposes we simple return true for all DataObjects checked
isValidDOAttribute(DOAttribute) - Static method in class org.openadaptor.dataobjects.SDOAttribute
Deprecated. Use validateDOAttribute() instead.
isValidDOAttribute(DOAttribute, Hashtable) - Static method in class org.openadaptor.dataobjects.SDOAttribute
Deprecated. Use validateDOAttribute() instead.
isValidDOType(DOType) - Static method in class org.openadaptor.dataobjects.SDOType
Deprecated. Please use validateDOType
isValidDOType(DOType, Hashtable) - Static method in class org.openadaptor.dataobjects.SDOType
Returns validity of DOType type.
isValidEvent(String) - Method in interface org.openadaptor.adaptor.CallbackManager
Checks whether a given string is a valid event name.
isValidEvent(String) - Method in class org.openadaptor.adaptor.SimpleCallbackManager
Checks whether a given string is a valid event name.
isValidModOp(int) - Method in class org.openadaptor.adaptor.ldap.LDAPEntryModification
Check to see if the given integer is a valid value for the modOp field.
isValidName(String) - Static method in class org.openadaptor.dataobjects.SDOAttribute
Checks validity of name as an attribute name.
isValidName(String) - Static method in class org.openadaptor.dataobjects.SDOType
Checks validity of name as an type name.
isValidTagName(String) - Static method in class org.openadaptor.doxml.DOBuilder
Checks validity of name as an XML tag/attribute name.
isValidType(Object) - Method in class org.openadaptor.dataobjects.CollectionDataObject
Check the element type of the object to make sure it is the same as as the DOType specified in the constructor
isValidValueForType(Object, DOType) - Method in class org.openadaptor.doxml.DOBuilder.DOTypeEntry
Returns flag indicating if value is a valid value of DOType type.
isVerbatim() - Method in class org.openadaptor.doxml.DOBuilder
Returns verbatim attribute
isVerbatim() - Method in class org.openadaptor.doxml.XMLWriter
 
isWaitForClose() - Method in class org.openadaptor.adaptor.display.InspectorGUI
 
isWellFormed(DataObject) - Method in interface org.openadaptor.dataobjects.DOValidator
returns true, if this object is an "well formed" data object.
isWellFormed(DataObject) - Method in class org.openadaptor.dataobjects.SDOValidator
returns true, if this object is an valid data object.
isWhitespace(String) - Method in class org.openadaptor.adaptor.AbstractReader
 
isWhitespace(String) - Method in class org.openadaptor.adaptor.SimpleReaderDelegate
 
isWhitespace() - Method in class org.openadaptor.simplexml.XCData
Returns false.
isWhitespace() - Method in class org.openadaptor.simplexml.XComment
Return false.
isWhitespace() - Method in class org.openadaptor.simplexml.XText
Returns true if the text contains only whitespace.
isWhitespace() - Method in class org.openadaptor.simplexml.XToken
Returns true if the XToken represents whitespace.
isWhitespace() - Method in class org.openadaptor.simplexml.XWhitespace
 
isWhitespace(String) - Method in class org.openadaptor.util.SuperProperties
Determine whether a text string is empty or contains only whitespace.
isWildcard(String) - Method in class org.openadaptor.adaptor.editor.AFEditor
 
isXMLAttribute() - Method in class org.openadaptor.util.ConfigEntry
 
isXMLCDATA() - Method in class org.openadaptor.util.ConfigEntry
 
isXMLProcessingInstruction() - Method in class org.openadaptor.util.ConfigEntry
 
isXStringStart(char) - Static method in class org.openadaptor.simplexml.XString
Returns true if ch is a single or double quote.
isXSymbolStart(char) - Static method in class org.openadaptor.simplexml.XSymbol
 
iterator() - Method in class org.openadaptor.dataobjects.CollectionDataObject
Gets all elements of the collection

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _