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 _

A

about() - Method in class org.openadaptor.hospital.gui.HATFrame
Menu item File-->About (action performed)
aboutWindow - Variable in class org.openadaptor.adaptor.editor.Help
 
ABSTRACT - Static variable in interface org.openadaptor.adaptor.editor.FrameworkComponent
 
AbstractComparisonPredicate - Class in org.openadaptor.adaptor.value.predicate
Abstract superclass for 'comparison' XFPredicates, i.e.
AbstractComparisonPredicate() - Constructor for class org.openadaptor.adaptor.value.predicate.AbstractComparisonPredicate
 
AbstractComponent - Class in org.openadaptor.adaptor.editor
 
AbstractComponent(AFEditor, Adaptor) - Constructor for class org.openadaptor.adaptor.editor.AbstractComponent
 
AbstractComponent(AFEditor, Adaptor, IniFile, String) - Constructor for class org.openadaptor.adaptor.editor.AbstractComponent
 
AbstractComponent(AFEditor, Adaptor, IniFile) - Constructor for class org.openadaptor.adaptor.editor.AbstractComponent
 
AbstractComponent.Settings - Class in org.openadaptor.adaptor.editor
 
AbstractComponent.Settings() - Constructor for class org.openadaptor.adaptor.editor.AbstractComponent.Settings
 
AbstractComponent.Settings(AbstractComponent.Settings) - Constructor for class org.openadaptor.adaptor.editor.AbstractComponent.Settings
 
AbstractCompressor - Class in org.openadaptor.doconverter
Abstract superclass for Compressors.
AbstractCompressor() - Constructor for class org.openadaptor.doconverter.AbstractCompressor
 
AbstractDataObject - Class in org.openadaptor.dataobjects
This AbstractDataObject class is intended to give users of DataObjects an easy way of creating Java classes implementing the DataObject interface by subclassing this abstract class.
AbstractDataObject() - Constructor for class org.openadaptor.dataobjects.AbstractDataObject
Default constructor of AbstractDataObject subclasses
AbstractDOTypeRepository - Class in org.openadaptor.dataobjects
The AbstractDOTypeRepository implements the abstract parts of a repository of DOType's.
AbstractDOTypeRepository() - Constructor for class org.openadaptor.dataobjects.AbstractDOTypeRepository
default constructor
AbstractHierarchicalElementHandler - Class in org.openadaptor.util.sax
 
AbstractHierarchicalElementHandler() - Constructor for class org.openadaptor.util.sax.AbstractHierarchicalElementHandler
 
AbstractHospital - Class in org.openadaptor.adaptor.hospital
Partial implementation of the Hospital interface.
AbstractHospital() - Constructor for class org.openadaptor.adaptor.hospital.AbstractHospital
 
AbstractMatchPredicate - Class in org.openadaptor.adaptor.value.predicate
Abstract superclass for XFPredicates.
AbstractMatchPredicate() - Constructor for class org.openadaptor.adaptor.value.predicate.AbstractMatchPredicate
 
AbstractMessageReader - Class in org.openadaptor.doconverter
Instances of this class try to convert XML documents containing DataObject messages (see AbstractMessageWriter) into arrays of DataObjects.
AbstractMessageReader() - Constructor for class org.openadaptor.doconverter.AbstractMessageReader
 
AbstractMessageWriter - Class in org.openadaptor.doconverter
Abstract superclass for classes which convert arrays of DataObjects into DealBus/Adapter Framework messages - XML documents.
AbstractMessageWriter() - Constructor for class org.openadaptor.doconverter.AbstractMessageWriter
 
AbstractMetadataGenerator - Class in org.openadaptor.doconverter
Abstract MetadataGenerator class; subclass it - you know it makes sense.
AbstractMetadataGenerator() - Constructor for class org.openadaptor.doconverter.AbstractMetadataGenerator
 
AbstractMetadataParser - Class in org.openadaptor.doconverter
An abstract base class for metadata parsers.
AbstractMetadataParser() - Constructor for class org.openadaptor.doconverter.AbstractMetadataParser
 
AbstractObjectPool - Class in org.openadaptor.util
Abstract superclass for building classes which maintain a pool of ReusableObjects to avoid the performance penalty of repeated creation/deletion.
AbstractObjectPool(int) - Constructor for class org.openadaptor.util.AbstractObjectPool
Designated constructor
AbstractReader - Class in org.openadaptor.adaptor
AbstractReader is an abstract class used for all Reader based Sources (e.g.
AbstractReader() - Constructor for class org.openadaptor.adaptor.AbstractReader
 
AbstractRemoteControl - Class in org.openadaptor.adaptor
Abstract implementation of the RemoteControl interface, reads generic properties and implements generic reuqest processing using DataObject based request objects.
AbstractRemoteControl() - Constructor for class org.openadaptor.adaptor.AbstractRemoteControl
 
AbstractRemoteLogger - Class in org.openadaptor.util
RemoteLogger is an Interface to a remote logging subsystem.
AbstractRemoteLogger() - Constructor for class org.openadaptor.util.AbstractRemoteLogger
 
AbstractSecurityInputStreamComponent - Class in org.openadaptor.security
This is an abstract implementation of the SecurityInputStreamComponent.
AbstractSecurityInputStreamComponent(InputStreamComponent) - Constructor for class org.openadaptor.security.AbstractSecurityInputStreamComponent
Default constructor for a pipeline.
AbstractSecurityManager - Class in org.openadaptor.security
Abstract implementation of OASecurityManager Stores all the basic parameters of any Security Manager implementation Adaptor Name Adaptor Context Security Manager Prefix Controller
AbstractSecurityManager() - Constructor for class org.openadaptor.security.AbstractSecurityManager
 
AbstractSecurityOutputStreamComponent - Class in org.openadaptor.security
This is an abstract implementation of the SecurityOutputStreamComponent.
AbstractSecurityOutputStreamComponent(OutputStreamComponent) - Constructor for class org.openadaptor.security.AbstractSecurityOutputStreamComponent
Default constructor for a pipeline.
AbstractSimplePipe - Class in org.openadaptor.adaptor
A 'Pipe' is a pipeline component which receives messages from a Source (or another PipeSegment) and passes it on to a Sink (or another PipeSegment).
AbstractSimplePipe() - Constructor for class org.openadaptor.adaptor.AbstractSimplePipe
 
AbstractSimpleSink - Class in org.openadaptor.adaptor
A 'Sink' is a pipeline component which takes some decisive, final action with the message it receives - for example, store it in a database, publish it on the DBus, email it etc.
AbstractSimpleSink() - Constructor for class org.openadaptor.adaptor.AbstractSimpleSink
 
AbstractSimpleSource - Class in org.openadaptor.adaptor
All sources should sub-class this abstract implementation.
AbstractSimpleSource() - Constructor for class org.openadaptor.adaptor.AbstractSimpleSource
 
AbstractSimpleSource.SourceListenThread - Class in org.openadaptor.adaptor
ListenThread class used by Listen implementation of run, this simply calls sourceListen in another thread.
AbstractSimpleSource.SourceListenThread(AbstractSimpleSource) - Constructor for class org.openadaptor.adaptor.AbstractSimpleSource.SourceListenThread
 
AbstractSimpleSourceSink - Class in org.openadaptor.adaptor
Abstract class which allows use of the openadaptor framework for request-reply interactions as well as one-way message passing.
AbstractSimpleSourceSink() - Constructor for class org.openadaptor.adaptor.AbstractSimpleSourceSink
 
AbstractSOAPCall - Class in org.openadaptor.adaptor.soap
Abstract class to read in relevant properties from the adaptor properties file, create the SOAP call and invoke it returning the response as DataObjects Only the invoke method is declared as abstract as in most cases the default method implementations are fine and you just concentrate on writing the code to set up the call and convert the response into DataObjects Mandatory properties: EndpointURL - The URL for the WebService, (eg.
AbstractSOAPCall() - Constructor for class org.openadaptor.adaptor.soap.AbstractSOAPCall
 
AbstractTransformer - Class in org.openadaptor.dostrings.transformers
 
AbstractTransformer() - Constructor for class org.openadaptor.dostrings.transformers.AbstractTransformer
 
AbstractTransporter - Class in org.openadaptor.adaptor.transporter
An AbstractTransporter stores parameters for each connection for multi-subject support in Compoments.
AbstractTransporter(TransporterManager, String, String, String) - Constructor for class org.openadaptor.adaptor.transporter.AbstractTransporter
Create a transporter with the specified manager, identity and subject.
AbstractTransporter.AssociativeList - Class in org.openadaptor.adaptor.transporter
 
AbstractTransporter.AssociativeList() - Constructor for class org.openadaptor.adaptor.transporter.AbstractTransporter.AssociativeList
 
AbstractTransporter.NullTransporterManager - Class in org.openadaptor.adaptor.transporter
This is a Dummy Implementation of TransportManager.
AbstractTransporter.NullTransporterManager() - Constructor for class org.openadaptor.adaptor.transporter.AbstractTransporter.NullTransporterManager
 
AbstractTransporter.OrderedList - Class in org.openadaptor.adaptor.transporter
Encapsulate representation and handling of message lists
AbstractTransporter.OrderedList() - Constructor for class org.openadaptor.adaptor.transporter.AbstractTransporter.OrderedList
 
AbstractTransporter.StopThread - Class in org.openadaptor.adaptor.transporter
StopThread is used to pause transporter message reception while an adaptor is being stopped.
AbstractTransporter.StopThread(AbstractTransporter, long) - Constructor for class org.openadaptor.adaptor.transporter.AbstractTransporter.StopThread
Create a stop thread for the specified transporter, forcibly terminating the transporter thread if it is still running after the specified timeout.
AbstractTransporterManager - Class in org.openadaptor.adaptor.transporter
AbstractTransporterManager provides a default partial implementation of AdaptorTransporterManager, which is responsible for managing multiple transporters on behalf of a Source or Sink which supports multiple subject subscription or publication.
AbstractTransporterManager(Component) - Constructor for class org.openadaptor.adaptor.transporter.AbstractTransporterManager
Create an AdaptorTransporterManager.
AbstractTransporterSink - Class in org.openadaptor.adaptor.transporter
AbstractTransporterSink supports Snks with multiple transporters.
AbstractTransporterSink() - Constructor for class org.openadaptor.adaptor.transporter.AbstractTransporterSink
 
AbstractTransporterSource - Class in org.openadaptor.adaptor.transporter
AbstractTransporterSource supports Sources with multiple transporters.
AbstractTransporterSource() - Constructor for class org.openadaptor.adaptor.transporter.AbstractTransporterSource
 
AbstractValueDecoder - Class in org.openadaptor.doconverter.v3
An Abstract implementation of ValueDecoder which provides useful methods and default implementations of interface methods.
AbstractValueDecoder() - Constructor for class org.openadaptor.doconverter.v3.AbstractValueDecoder
Creates a AbstractValueDecoder with no InputStream set
AbstractValueDecoder(InputStreamComponent) - Constructor for class org.openadaptor.doconverter.v3.AbstractValueDecoder
Creates a AbstractValueDecoder.
AbstractWriter - Class in org.openadaptor.adaptor
Abstract writer that writes DataObjects to a Writer.
AbstractWriter() - Constructor for class org.openadaptor.adaptor.AbstractWriter
 
ACC_IN - Static variable in class org.openadaptor.dmx.metaobjects.types.MOParameter
 
ACC_INOUT - Static variable in class org.openadaptor.dmx.metaobjects.types.MOParameter
 
ACC_OUT - Static variable in class org.openadaptor.dmx.metaobjects.types.MOParameter
 
ACCEPT_TIMEOUT - Static variable in class org.openadaptor.util.tcp.OAMTSocket
Controlling the sleep times of the thread
acceptHandshake(PrintWriter, BufferedReader) - Method in class org.openadaptor.adaptor.standard.EmptySocketHandshakeProtocol
does nothing
acceptHandshake(PrintWriter, BufferedReader) - Method in class org.openadaptor.adaptor.standard.NullSocketHandshakeProtocol
called after the Socket component has accepted a connection.
acceptHandshake(PrintWriter, BufferedReader) - Method in class org.openadaptor.adaptor.standard.SimpleSocketHandshakeProtocol
this will get called after Socket component has accepted a connection
acceptHandshake(PrintWriter, BufferedReader) - Method in interface org.openadaptor.adaptor.standard.SocketHandshakeProtocol
this will get called after Socket component has accepted a connection
ACT_ATTR - Static variable in class org.openadaptor.dostrings.DOStringReaderWriter
 
ACT_IGNORE - Static variable in class org.openadaptor.dostrings.DOStringReaderWriter
 
ACT_STRING - Static variable in class org.openadaptor.dostrings.DOStringReaderWriter
 
ACT_TYPENAME - Static variable in class org.openadaptor.dostrings.DOStringReaderWriter
 
action - Variable in class org.openadaptor.util.sax.XMLDocumentReader.AnchorMatch
 
action - Variable in class org.openadaptor.util.sax.XMLDocumentReader.MatchCharacterState
 
action - Variable in class org.openadaptor.util.sax.XMLDocumentReader.MatchStringState
 
action - Variable in class org.openadaptor.util.sax.XMLDocumentReader.SeekMatch
 
ACTION_PROP - Static variable in class org.openadaptor.adaptor.value.Transformer
 
actionPerformed(ActionEvent) - Method in class org.openadaptor.adaptor.editor.AdaptorRunner
 
actionPerformed(ActionEvent) - Method in class org.openadaptor.adaptor.editor.AFEditor
 
actionPerformed(ActionEvent) - Method in class org.openadaptor.adaptor.editor.ComponentFactory.GUI
 
actionPerformed(ActionEvent) - Method in class org.openadaptor.adaptor.editor.Help
 
actionPerformed(ActionEvent) - Method in class org.openadaptor.adaptor.editor.Preferences
 
actionPerformed(ActionEvent) - Method in class org.openadaptor.hospital.listeners.HATActionListener
 
actionPerformed(ActionEvent) - Method in class org.openadaptor.hospital.listeners.HATMenuActionListener
implementation class.
activate(String, Attributes) - Method in class org.openadaptor.dmx.converter.DMXAttributeHandler
This method is called, when the handler's start tag is reached.
activate(String, Attributes) - Method in class org.openadaptor.dmx.converter.DMXCardinalityHandler
Start the interpretation of the corresponding tag.
activate(String, Attributes) - Method in class org.openadaptor.dmx.converter.DMXClassHandler
This method is called, when the handler's start tag is reached.
activate(String, Attributes) - Method in class org.openadaptor.dmx.converter.DMXClassResultingTagHandler
Start the interpretation of the corresponding tag.
activate(String, Attributes) - Method in class org.openadaptor.dmx.converter.DMXContentHandler
Start the interpretation of the corresponding tag.
activate(String, Attributes) - Method in class org.openadaptor.dmx.converter.DMXDatatypeHandler
Start the interpretation of the corresponding tag.
activate(String, Attributes) - Method in class org.openadaptor.dmx.converter.DMXDocumentationHandler
This method is called for the start tag of DMX comments.
activate(String, Attributes) - Method in class org.openadaptor.dmx.converter.DMXEnumerationHandler
Start the interpretation of the corresponding tag.
activate(String, Attributes) - Method in class org.openadaptor.dmx.converter.DMXHeaderHandler
This method is called, when the handler's start tag is reached.
activate(String, Attributes) - Method in class org.openadaptor.dmx.converter.DMXMetamodelHandler
This method is called, when the handler's start tag is reached.
activate(String, Attributes) - Method in class org.openadaptor.dmx.converter.DMXMethodHandler
 
activate(String, Attributes) - Method in class org.openadaptor.dmx.converter.DMXModelHandler
This method is called, when the handler's start tag is reached.
activate(String, Attributes) - Method in class org.openadaptor.dmx.converter.DMXModuleHandler
Start the interpretation of the corresponding tag.
activate(String, Attributes) - Method in class org.openadaptor.dmx.converter.DMXParameterHandler
 
activate(String, Attributes) - Method in class org.openadaptor.dmx.converter.DMXRelationshipHandler
 
activate(String, Attributes) - Method in class org.openadaptor.dmx.converter.DMXRelationshipPartHandler
 
activate(String, Attributes) - Method in class org.openadaptor.dmx.converter.DMXTypeHandler
This method receives the start tag of the element the handler is responsible for.
activate(String, Attributes) - Method in class org.openadaptor.dmx.converter.DMXValueHandler
Start the interpretation of the corresponding tag.
activate(String, Attributes) - Method in class org.openadaptor.dmx.converter.DMXValueResultHandler
Start the interpretation of the corresponding tag.
activate(String, Attributes) - Method in class org.openadaptor.util.sax.AbstractHierarchicalElementHandler
This method is called, when the handler's start tag is reached.
activate(String, Attributes) - Method in interface org.openadaptor.util.sax.HierarchicalElementHandler
Is called, when the handler's start tag is reached This method should interpret the given attributes.
adaptor - Variable in class org.openadaptor.adaptor.editor.AbstractComponent
 
Adaptor - Class in org.openadaptor.adaptor.editor
 
Adaptor(AFEditor) - Constructor for class org.openadaptor.adaptor.editor.Adaptor
 
adaptor - Variable in class org.openadaptor.adaptor.editor.Enum
 
ADAPTOR - Static variable in interface org.openadaptor.adaptor.editor.FrameworkComponent
 
ADAPTOR_NAME_EMPTY - Static variable in class org.openadaptor.adaptor.editor.AFEditor
 
ADAPTOR_NAME_EXISTS - Static variable in class org.openadaptor.adaptor.editor.AFEditor
 
adaptorCommand(StreamTokenizer) - Method in class org.openadaptor.adaptor.editor.Script
 
AdaptorHistory - Class in org.openadaptor.adaptor.util
This class allows you to add "history" to your adaptor components.
AdaptorHistory(String, Properties) - Constructor for class org.openadaptor.adaptor.util.AdaptorHistory
Builds and initialize an adaptor history object.
adaptorInsertIndex(Vector, String) - Method in class org.openadaptor.adaptor.editor.AFEditor
 
AdaptorListenerManager - Interface in org.openadaptor.adaptor.jms
Simple interface which when implemented by a TransporterManager allows the Transporter access to the managing component.
adaptorName - Variable in class org.openadaptor.j2ee.jca.AdaptorResourceWrapper
 
adaptorPrefix - Variable in class org.openadaptor.util.jms.drain.RunDrainer
 
adaptorPrefix - Variable in class org.openadaptor.util.jms.peeker.RunPeeker
 
adaptorPrefix - Variable in class org.openadaptor.util.jms.stringpublisher.RunTransporterPublisher
 
AdaptorPrefixVariable - Static variable in class org.openadaptor.adaptor.editor.AbstractComponent
 
AdaptorProperties - Class in org.openadaptor.adaptor.editor
 
AdaptorProperties(AFEditor, Adaptor) - Constructor for class org.openadaptor.adaptor.editor.AdaptorProperties
 
AdaptorProperties(AFEditor, Adaptor, String) - Constructor for class org.openadaptor.adaptor.editor.AdaptorProperties
 
AdaptorProperties(AFEditor, Adaptor, IniFile, String) - Constructor for class org.openadaptor.adaptor.editor.AdaptorProperties
 
adaptorProperties - Variable in class org.openadaptor.adaptor.editor.ComponentFactory
 
AdaptorResourceWrapper - Class in org.openadaptor.j2ee.jca
Encapsulates interaction between Connection Factory and OpenAdaptor.
AdaptorResourceWrapper(String, String, String, String) - Constructor for class org.openadaptor.j2ee.jca.AdaptorResourceWrapper
 
adaptorResourceWrapper - Variable in class org.openadaptor.j2ee.jca.oaInteraction
 
adaptorResourceWrapper - Variable in class org.openadaptor.j2ee.jca.oaLocalTransaction
 
adaptorResourceWrapper - Variable in class org.openadaptor.j2ee.jca.oaManagedConnection
 
AdaptorRunner - Class in org.openadaptor.adaptor.editor
 
AdaptorRunner(AFEditor, JFrame) - Constructor for class org.openadaptor.adaptor.editor.AdaptorRunner
 
AdaptorTransporterManager - Interface in org.openadaptor.adaptor.transporter
A AdaptorTransporterManager is responsible for managing multiple transporters on behalf of a Component which supports multiple subject subscription or publication.
add(LDAPEntryModification) - Method in class org.openadaptor.adaptor.ldap.LDAP
This will add the entry to the LDAP Server.
add(Object, Object, Exception) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter.AssociativeList
Add a message and associated data.
add(AbstractTransporter.AssociativeList) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter.AssociativeList
Appends the given list to the list of messages.
add(Object) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter.OrderedList
Add a message to the end of the list of messages.
add(Object, Object) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter.OrderedList
Add a message and any reply to the end of the list of messages.
add(Collection) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter.OrderedList
Appends the given list to the list of messages.
add(AbstractTransporter.OrderedList) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter.OrderedList
Appends the given list to the list of messages.
add(Object) - Method in class org.openadaptor.dataobjects.CollectionDataObject
Add an Object to the CollectionDataObject.
add(Component, int) - Method in class org.openadaptor.util.layout.StrutLayout.SizeGroup
Adds a component to this group using sizeMode to determine which dimensions are tied to the group.
ADD_ENTRY - Static variable in class org.openadaptor.adaptor.ldap.LDAPEntryModification
defines modification actions (add, modify, delete)
addAdaptor(String) - Method in class org.openadaptor.adaptor.editor.AFEditor
 
addAdaptor(StreamTokenizer) - Method in class org.openadaptor.adaptor.editor.Script
 
addAdaptorProperties(SuperProperties, String, SuperProperties) - Method in class org.openadaptor.adaptor.editor.Adaptor
 
addAll(Object[]) - Method in class org.openadaptor.dataobjects.CollectionDataObject
Add an Object array to the CollectionDataObject.
addAll(Collection) - Method in class org.openadaptor.dataobjects.CollectionDataObject
Add a collection of objects to the collectionDataObject They have to have the same DOType as specified in the constructor.
addAllElementsTo(Vector, Enumeration) - Method in class org.openadaptor.dmx.metaobjects.types.MOType
Add all given elements to the given vector.
addAllElementsTo(Vector, Object[]) - Method in class org.openadaptor.dmx.metaobjects.types.MOType
Add all elements of the given array to the given vector.
addAssignment(String, String) - Method in class org.openadaptor.util.IniFile
Adds and assignment (i.e.
addAt(Object, int) - Method in class org.openadaptor.dataobjects.CollectionDataObject
Provides a mechanism by which a value can be added at a specified position in the collection (assumes that the collection is indexable).
addAttPredicate(String, String, boolean, int) - Method in class org.openadaptor.dataobjects.SimpleDOPredicate
 
addAttribute() - Method in class org.openadaptor.adaptor.viewer.gui.ViewerGUI
Adds a new attribute to the DataObjects in the payload
addAttribute(String, DOType) - Method in class org.openadaptor.dataobjects.SDOType
Adds a newly created SDOAttribute to the receiver.
addAttribute(DOAttribute) - Method in class org.openadaptor.dataobjects.SDOType
Adds attribute to the receiver.
addAttribute(MOAttribute) - Method in class org.openadaptor.dmx.metaobjects.types.MORelationship
Add an attributeto the relationship.
addAttribute(DOAttribute) - Method in class org.openadaptor.dmx.metaobjects.types.MOStructure
Adds an attribute definition to the attributes of the receiver.
addAttribute(String, DOType) - Method in class org.openadaptor.dmx.metaobjects.types.MOType
Creates an attribute and adds it to the type
addAttribute(DOAttribute) - Method in class org.openadaptor.dmx.metaobjects.types.MOType
Adds the attribute to the type
addAttribute(String, String) - Method in class org.openadaptor.doxml.DOBuilder
Adds a String-valued attribute to the current AttributeHolder
addAttribute(String, Object) - Method in class org.openadaptor.doxml.DOBuilder.AttributeHolder
Adds String value to attribute attrName.
addAttribute(String, Object, DOType) - Method in class org.openadaptor.hospital.gui.HATPayloadPanel
adds a new attribute to the currently selecetd DataObject
addAttribute() - Method in class org.openadaptor.hospital.gui.HATPayloadPanel
Menu item Attribute-->Add (action performed)
addAttributeDefinition(Element, MOAttribute) - Method in class org.openadaptor.dmx.converter.DMXCreator
 
addAttributeValue(String, Object) - Method in class org.openadaptor.dataobjects.SimpleDataObject
If an attribute name does not exists, create it and set it to value.
addAttributeValue(String, Object, DOType) - Method in class org.openadaptor.dataobjects.SimpleDataObject
If an attribute name does not exists, create it and set it to value.
addCallback(String, Callback) - Method in interface org.openadaptor.adaptor.CallbackManager
Registers a callback.
addCallback(String, Callback) - Method in interface org.openadaptor.adaptor.CallbackProvider
Registers a callback.
addCallback(String, Callback) - Method in class org.openadaptor.adaptor.SimpleCallbackManager
Registers a callback.
addCallback(String, Callback) - Method in class org.openadaptor.adaptor.SimpleComponent
Registers a callback.
addCallback(String, Callback) - Method in class org.openadaptor.adaptor.SimpleController
Registers a callback.
addCardinalityDefinition(Element, MOCardinality) - Method in class org.openadaptor.dmx.converter.DMXCreator
Add the definition of the given cardinality to the XML document
addCellEditorListener(CellEditorListener) - Method in class org.openadaptor.adaptor.editor.AFTableCellRenderer
 
addChild(StandardComponent) - Method in class org.openadaptor.adaptor.editor.StandardComponent
 
addChildElement(Element, String) - Method in class org.openadaptor.util.SuperProperties
Adds a child node with the specified tag to the given parent element.
addClassDefinition(Element, MOClass) - Method in class org.openadaptor.dmx.converter.DMXCreator
Add the definition of the given class to the XML document
addClassReference(Element, MOType, String) - Method in class org.openadaptor.dmx.converter.DMXCreator
Add tag with a reference to another class to the XML document
addComplexAttribute() - Method in class org.openadaptor.adaptor.viewer.gui.ViewerGUI
Adds a new complex attribute (one that is itself a DataObject) to the DataObjects in the payload.
addComponent(DefaultMutableTreeNode) - Method in class org.openadaptor.adaptor.editor.Adaptor
 
addComponent(FrameworkComponent) - Method in class org.openadaptor.adaptor.editor.Adaptor
 
addComponent(String) - Method in class org.openadaptor.adaptor.editor.AFEditor
 
addComponent(DefaultMutableTreeNode) - Method in class org.openadaptor.adaptor.editor.AFEditor
 
addComponent(FrameworkComponent) - Method in class org.openadaptor.adaptor.editor.ComponentFactory
 
addComponent(StreamTokenizer) - Method in class org.openadaptor.adaptor.editor.Script
 
addComponentDuplicate(FrameworkComponent, String) - Method in class org.openadaptor.adaptor.editor.Adaptor
 
addConnectionEventListener(ConnectionEventListener) - Method in class org.openadaptor.j2ee.jca.oaManagedConnection
 
addContent(String) - Method in class org.openadaptor.doxml.DOBuilder
Adds some string to the current AttributeHolder (DataObject/DOType).
addContent(String) - Method in class org.openadaptor.doxml.DOBuilder.AttributeHolder
Adds a 'content' attribute to current attribute with value String as its contents.
addControllerAndLogger(SuperProperties, String, boolean, boolean, boolean, SuperProperties) - Method in class org.openadaptor.adaptor.editor.Adaptor
 
addCrossRef(Properties, String, String, String, String, String) - Static method in class org.openadaptor.adaptor.crossref.PropertyBasedCrossRefService
Add the properties to the Properties object necessary to establish this xref in the mock service when it is initialised using the properties
addDataObject() - Method in class org.openadaptor.adaptor.viewer.gui.ViewerGUI
adds a new DataObject to the payload.
addDataObject() - Method in class org.openadaptor.hospital.gui.HATPayloadPanel
Menu item DataObject-->Add (action performed)
addDataObjects(DataObject[]) - Method in class org.openadaptor.adaptor.viewer.gui.ViewerGUI
replaces the existing payload with the supplied DataObject array and sets the focus to the 1st one.
addDatatypeDefinition(Element, MOType, String) - Method in class org.openadaptor.dmx.converter.DMXCreator
Add the definition of the given type to the XML document
addDefinitionOfAttributes(Element, MOAttribute[]) - Method in class org.openadaptor.dmx.converter.DMXCreator
Add the definition of each given class to the DMX document
addDefinitionOfClasses(Element, Vector) - Method in class org.openadaptor.dmx.converter.DMXCreator
Add the definition of each given class to the DMX document
addDefinitionOfMethods(Element, MOClass) - Method in class org.openadaptor.dmx.converter.DMXCreator
Add all definitions of a method to the DMX document
addDefinitionOfModules(Element, Vector) - Method in class org.openadaptor.dmx.converter.DMXCreator
Add all given modules to the document tree
addDefinitionOfRelationships(Element, Vector) - Method in class org.openadaptor.dmx.converter.DMXCreator
Add the definition of each given relationship to the DMX document
addDelegate(String, FrameworkComponent) - Method in class org.openadaptor.adaptor.editor.DelegateComponent
 
addDeprecated(TreeMap) - Method in class org.openadaptor.adaptor.editor.DelegateComponent
 
addDescendants(Vector, FrameworkComponent, Hashtable) - Method in class org.openadaptor.adaptor.editor.AFContainer
 
addEntry(SimpleDataObject) - Method in class org.openadaptor.hospital.gui.HATPayloadPanel
Add an entry to the DataObject selection list.
addEnumerationDefinition(Element, MOEnumeration) - Method in class org.openadaptor.dmx.converter.DMXCreator
Add the given value enumeration definition to the XML document
addHeaderComment - Variable in class org.openadaptor.adaptor.editor.Preferences.GUI
 
addHeaderComment - Variable in class org.openadaptor.adaptor.editor.Preferences.Settings
 
addHeaderDefinition(Element) - Method in class org.openadaptor.dmx.converter.DMXCreator
Add the header to the XML doument
addInputParams() - Method in class org.openadaptor.adaptor.soap.AbstractSOAPCall
adds the parameters defined in the properties file to the call as INPUT.
addLayoutComponent(String, Component) - Method in class org.openadaptor.util.layout.StrutLayout
Does nothing.
addLayoutComponent(Component, Object) - Method in class org.openadaptor.util.layout.StrutLayout
Adds a component to the layout, possibly using a strut as the constraint.
addLink(StreamTokenizer) - Method in class org.openadaptor.adaptor.editor.Script
 
addListDataListener(ListDataListener) - Method in class org.openadaptor.adaptor.editor.AFTableCellRenderer.ListModel
 
addMapping(String, String) - Method in class org.openadaptor.dmx.converter.DMXHandlerFactory
Add a tag and its corresponding handler class name to the internal dictionary
addMapping(String, String) - Method in class org.openadaptor.util.sax.ElementHandlerFactory
 
addMessageProperties(Message, MessageProperties) - Method in class org.openadaptor.adaptor.jms.JMSTransporter
Use the information in messageProperties to add JMS Message Properties to message.
addMetadataDefinition(Node, Vector) - Method in class org.openadaptor.dmx.converter.DMXCreator
Add all meta-data definitions for the given modules and their contents to the given document node.
addMetadataForClasses(Node, Vector) - Method in class org.openadaptor.dmx.converter.DMXCreator
Add all meta-data definitions for the given classes to the given document node.
addMethod(MOMethod) - Method in class org.openadaptor.dmx.metaobjects.types.MOClass
Adds a method definition to the set of the receiver's already defined methods.
addMethodDefinition(Element, MOMethod) - Method in class org.openadaptor.dmx.converter.DMXCreator
 
addModification(String, int, Object) - Method in class org.openadaptor.adaptor.ldap.LDAPEntryModification
Add a new modification to this entry mod.
addModification(ModificationItem) - Method in class org.openadaptor.adaptor.ldap.LDAPEntryModification
Adds the modification item to this entry modification.
addModifications(ModificationItem[]) - Method in class org.openadaptor.adaptor.ldap.LDAPEntryModification
Adds the modification items to this entry modification.
addModuleDefinition(Node, MOModule) - Method in class org.openadaptor.dmx.converter.DMXCreator
Create the module element of a DMX document for the given module
addNamespaceDeclarationToRoot(Element, Namespace) - Method in class org.openadaptor.util.SuperProperties
 
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.openadaptor.adaptor.jmx.JMXAdapter
 
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.openadaptor.adaptor.jmx.JMXRemoteLogger
 
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in interface org.openadaptor.adaptor.jmx.JMXRemoteLoggerMBean
 
addOutputParams() - Method in class org.openadaptor.adaptor.soap.AbstractSOAPCall
adds the parameters defined in the properties file to the call as OUTPUT.
addPageLoadedListener(Help.HelpTextPane) - Method in class org.openadaptor.adaptor.editor.Help.HelpWindowBuilder
 
addParameter(ConfigRow) - Method in class org.openadaptor.adaptor.jdbc.JdbcProcConfig
adds a procedure config row to the parameters list
addParameter(MOParameter) - Method in class org.openadaptor.dmx.metaobjects.types.MOMethod
 
addParameterDefinition(Element, MOParameter) - Method in class org.openadaptor.dmx.converter.DMXCreator
 
addParticipant(MORelationshipPart) - Method in class org.openadaptor.dmx.metaobjects.types.MORelationship
Add a participant to the relationship.
addPatient(HATPatient) - Method in class org.openadaptor.hospital.gui.HATPatientPanel
Add a patient to the hospital and the associated GUI patient list.
addPatients(Vector) - Method in class org.openadaptor.hospital.gui.HATPatientPanel
Add a list of patients to the hospital and the associated GUI patient list.
addPredecessorDefinition(Element, MOClass) - Method in class org.openadaptor.dmx.converter.DMXCreator
Add the definition of the given class's predecessor to the XML document
addPropertiesTable(FrameworkComponent, String) - Method in class org.openadaptor.adaptor.editor.Adaptor
 
addProperty(String) - Method in class org.openadaptor.adaptor.editor.Adaptor
 
addProperty(StreamTokenizer) - Method in class org.openadaptor.adaptor.editor.Script
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openadaptor.j2ee.jca.oaInteractionSpec
 
addPrototype(DataObject) - Method in class org.openadaptor.dataobjects.DOFactoryTypeHolder
Adds an additional prototype method to the factory.
addPrototype(DataObject) - Method in class org.openadaptor.dataobjects.SimpleDOFactory
 
addPrototypes(DataObject[]) - Method in class org.openadaptor.dataobjects.DOFactoryTypeHolder
Adds the DataObject elements of the array as prototypes.
addPrototypes(DataObject[]) - Method in class org.openadaptor.dataobjects.SimpleDOFactory
 
addRelationship(MORelationship) - Method in class org.openadaptor.dmx.metaobjects.types.MOModule
Adds the given relationship to the receiver and sets the module of the relationship to this.
addRelationshipDefinition(Element, MORelationship) - Method in class org.openadaptor.dmx.converter.DMXCreator
Add the definition of the given relationship to the XML doument
addRelationshipPartDefinition(Element, MORelationshipPart) - Method in class org.openadaptor.dmx.converter.DMXCreator
Add the definition of the given relationship participant to the XML doument
addRelationships(MORelationship[]) - Method in class org.openadaptor.dmx.metaobjects.types.MOModule
Adds all given relationships to the receiver.
addScopeDefinition(Element, MOScope) - Method in class org.openadaptor.dmx.converter.DMXCreator
 
addSelectedIndex(int) - Method in class org.openadaptor.hospital.gui.HATPatientPanel
Add the index passed to the list of selected patients in the patients list.
addStandardComponents(SuperProperties, String, SuperProperties) - Method in class org.openadaptor.adaptor.editor.Adaptor
 
addStruts(Container, StrutLayout.Strut[]) - Static method in class org.openadaptor.util.layout.StrutLayout
Adds a number of struts to the layout at once.
addSubject(String) - Method in class org.openadaptor.adaptor.tibco.tibrv.TibRvSource
 
addSubjectLine(String) - Method in class org.openadaptor.util.IniFile
add a subject line to the end of the lines vector
addSuperclassDefinition(Element, MOClass) - Method in class org.openadaptor.dmx.converter.DMXCreator
Add the definition of the given class's superclass to the XML document
addToMessage(Component, DataObject[]) - Method in class org.openadaptor.adaptor.Message
Deprecated.  
addToMessage(Component, DataObject[], boolean) - Method in class org.openadaptor.adaptor.Message
Deprecated.  
addToParent() - Method in class org.openadaptor.doxml.DOBuilder.AttributeHolder
Add this AttributeHolder (attribute/value) to its parent/ If this is a simple attribute with one string content, the value added to the parent is simply the string value (no surrounding DataObject etc.)
addToProcessedFileList(String) - Method in class org.openadaptor.util.DirectoryListFilenameGenerator
adds the supplied filename to the list of processed files
addTransporter(Properties, String) - Method in class org.openadaptor.adaptor.jms.JMSAdaptorListenerManager
Add new subscription or publication subjects specified by properties.
addTransporter(Properties, String) - Method in class org.openadaptor.adaptor.jms.JMSAdaptorPublisherManager
Add new subscription or publication subjects specified by properties.
addTransporter(String, Transporter) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterManager
Add transporter with the given id to the list of transporters replacing any previous transporter with that id.
addTransporter(String, String, String, String) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterManager
Add a transporter with the given id for the specified subject to list of transporters.
addTransporter(Properties, String) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterManager
Add new subscription or publication subjects specified by properties.
addTransporter(Properties, String) - Method in interface org.openadaptor.adaptor.transporter.AdaptorTransporterManager
Add new subscription or publication subjects specified by properties.
addTransporter(String, String, String, String) - Method in interface org.openadaptor.adaptor.transporter.AdaptorTransporterManager
Add a transporter with the given id for the specified subject to list of transporters.
addTransporterFromProperties(Properties, String, String, String, String, String) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterManager
Scans a property list for properties matching TypeN.Subject, and optionally TypeN.Factory, where N is a number which can be omitted, and creates the associated transporter.
addType(DOType, boolean, String[]) - Method in class org.openadaptor.dataobjects.DOFactoryTypeHolder
Adds DOType type to the receiver.
addType(DOType, boolean, String[]) - Method in class org.openadaptor.dataobjects.DOTypeHolder
Adds DOType type to the receiver.
addType(DOType, boolean) - Method in class org.openadaptor.dataobjects.DOTypeHolder
Adds DOType type to the receiver.
addType(DOType) - Method in class org.openadaptor.dataobjects.DOTypeHolder
Adds DOType type to the receiver.
addType(MOType) - Method in class org.openadaptor.dmx.metaobjects.types.MOModule
Adds the given type to the receiver and sets the module of the type to this.
addTypeDefinition(Element, MOType) - Method in class org.openadaptor.dmx.converter.DMXCreator
Add the definition of the given class to the XML document
addTypeEntry(String) - Method in class org.openadaptor.doxml.DOBuilder
Ensures that a mapping of typename -> TypeEntry exists, and returns TypeEnty.
addTypeOrdering(String, String[]) - Method in class org.openadaptor.doxml.GenericXMLWriter
This method allows you to specify a particular ordering for attributes in a DOType in the output XML.
addTypes(DOType[]) - Method in class org.openadaptor.dataobjects.DOFactoryTypeHolder
Adds any DOType instances found in types to the receiver
addTypes(DOType[]) - Method in class org.openadaptor.dataobjects.DOTypeHolder
Adds any DOType instances found in types to the receiver
addTypes(MOType[]) - Method in class org.openadaptor.dmx.metaobjects.types.MOModule
Adds all given types to the receiver.
addValue(String, String, String, boolean) - Method in class org.openadaptor.util.IniFile
Sets a specific subject/variable combination the given value.
addValueDefinition(Element, DMXValue) - Method in class org.openadaptor.dmx.converter.DMXCreator
Add the given value definition to the XML document
addValueNamed(String) - Method in class org.openadaptor.dmx.metaobjects.types.MOEnumeration
Adds a new value name to the end of the list of supported values.
addVariable(String, String) - Method in class org.openadaptor.util.IniFile
Adds a variable with no assignment(i.e.
addVisibilityDefinition(Element, MOVisibility) - Method in class org.openadaptor.dmx.converter.DMXCreator
 
adjustMenuItemsForUserPermissions() - Method in class org.openadaptor.hospital.gui.HATFrame
adjust the menu items according to the users LDAP role.
admit(DataObject) - Method in interface org.openadaptor.adaptor.hospital.Hospital
Admit a patient.
admit(DataObject) - Method in class org.openadaptor.adaptor.jdbc.mssql.HospitalMSSqlImpl
Admit a message.
admit(DataObject) - Method in class org.openadaptor.adaptor.jdbc.oracle.HospitalOracleImpl
Admit a message.
admit(DataObject) - Method in class org.openadaptor.adaptor.jdbc.sybase.HospitalSybaseImpl
Admit a message.
admitPatient() - Method in class org.openadaptor.hospital.gui.HATFrame
Menu item Patient-->Admit (action performed)
admitPatient(HATPatient, HATDatabase) - Method in class org.openadaptor.hospital.HATPatient
Mark the suppllied patient as being ready to be readmitted to the hospital.
AdvancedFileSource - Class in org.openadaptor.adaptor.standard
This component is basically an advanced version of the standard FileSource.
AdvancedFileSource() - Constructor for class org.openadaptor.adaptor.standard.AdvancedFileSource
 
AFComponent - Class in org.openadaptor.adaptor.editor
AFComponent represents a framework component in an AFContainer.
AFComponent(AFEditor, AFContainer, FrameworkComponent) - Constructor for class org.openadaptor.adaptor.editor.AFComponent
 
AFContainer - Class in org.openadaptor.adaptor.editor
 
AFContainer(AFEditor, Adaptor) - Constructor for class org.openadaptor.adaptor.editor.AFContainer
 
AFEditor - Class in org.openadaptor.adaptor.editor
 
AFEditor() - Constructor for class org.openadaptor.adaptor.editor.AFEditor
 
AFMessageReader - Class in org.openadaptor.doconverter.v3
Instances of this class try to convert XML documents containing DataObject messages (see AFMessageWriter) into arrays of DataObjects.
AFMessageReader() - Constructor for class org.openadaptor.doconverter.v3.AFMessageReader
Designated constructor for AFMessageReader.
AFMessageWriter - Class in org.openadaptor.doconverter.v3
Instances of this class convert arrays of DataObjects to XML documents.
AFMessageWriter() - Constructor for class org.openadaptor.doconverter.v3.AFMessageWriter
Designated constructor Creates an instance with default format.
AFPropertiesModel - Class in org.openadaptor.adaptor.editor
 
AFPropertiesModel(AFEditor, Adaptor, FrameworkComponent) - Constructor for class org.openadaptor.adaptor.editor.AFPropertiesModel
 
AFTableCellRenderer - Class in org.openadaptor.adaptor.editor
 
AFTableCellRenderer(AFEditor, Adaptor, AFPropertiesModel) - Constructor for class org.openadaptor.adaptor.editor.AFTableCellRenderer
 
AFTableCellRenderer.ListModel - Class in org.openadaptor.adaptor.editor
 
AFTableCellRenderer.ListModel() - Constructor for class org.openadaptor.adaptor.editor.AFTableCellRenderer.ListModel
 
AFTreeCellEditor - Class in org.openadaptor.adaptor.editor
 
AFTreeCellEditor(JTree, AFEditor) - Constructor for class org.openadaptor.adaptor.editor.AFTreeCellEditor
 
AFTreeCellRenderer - Class in org.openadaptor.adaptor.editor
 
AFTreeCellRenderer(JTree, AFEditor) - Constructor for class org.openadaptor.adaptor.editor.AFTreeCellRenderer
 
AH_CLASS_NAME - Static variable in class org.openadaptor.adaptor.util.AdaptorHistory
 
AH_DIR_PROP - Static variable in class org.openadaptor.adaptor.util.AdaptorHistory
 
AH_FILE_NAME_DEFAULT - Static variable in class org.openadaptor.adaptor.util.AdaptorHistory
 
AH_FILE_NAME_PROP - Static variable in class org.openadaptor.adaptor.util.AdaptorHistory
 
AH_SAVE_INTERVAL_PROP - Static variable in class org.openadaptor.adaptor.util.AdaptorHistory
 
AH_TAG - Variable in class org.openadaptor.util.DirectoryListFilenameGenerator
 
AH_TAG - Variable in class org.openadaptor.util.IncrementalFilenameGenerator
 
AH_VERSION - Static variable in class org.openadaptor.adaptor.util.AdaptorHistory
 
ALGORITHM_HD_ATTR - Static variable in interface org.openadaptor.security.interfaces.SecurityComponent
Message header property names.
ALIAS_PROP - Static variable in class org.openadaptor.adaptor.value.action.ValueAliasAction
 
aliases - Variable in class org.openadaptor.adaptor.editor.Enum
 
AliasingPipeSegment - Class in org.openadaptor.adaptor.standard
Creates a new DataObject array from the supplied DataObject array with certain attributes 'aliased' - that is, renamed as directed by the configuration (properties) file.
AliasingPipeSegment() - Constructor for class org.openadaptor.adaptor.standard.AliasingPipeSegment
 
AliasingPipeSegment.AliasMapping - Class in org.openadaptor.adaptor.standard
structure class to hold all the stuff needed for aliasing
AliasingPipeSegment.AliasMapping(String) - Constructor for class org.openadaptor.adaptor.standard.AliasingPipeSegment.AliasMapping
empty constructor
AliasingPipeSegment.AliasParser - Class in org.openadaptor.adaptor.standard
 
AliasingPipeSegment.AliasParser(String) - Constructor for class org.openadaptor.adaptor.standard.AliasingPipeSegment.AliasParser
 
AliasPipe - Class in org.openadaptor.adaptor.standard
Creates an array of new DataObject by copying value from the supplied array of source DataObjects.
AliasPipe() - Constructor for class org.openadaptor.adaptor.standard.AliasPipe
 
aliasType() - Static method in class org.openadaptor.dmx.converter.DMX
Returns the attribute value for atomic type
alignment - Variable in class org.openadaptor.util.layout.StrutLayout
 
allDeprecated - Variable in class org.openadaptor.adaptor.editor.DelegateComponent
 
allInstanceTagExpansionCounts - Variable in class org.openadaptor.adaptor.editor.DelegateComponent
 
allMandatory - Variable in class org.openadaptor.adaptor.editor.DelegateComponent
 
allocateConnection(ManagedConnectionFactory, ConnectionRequestInfo) - Method in class org.openadaptor.j2ee.jca.DefaultConnectionManager
 
allocateName() - Method in class org.openadaptor.adaptor.editor.StandardComponent
 
allOptional - Variable in class org.openadaptor.adaptor.editor.DelegateComponent
 
allowedMove(Point, Point) - Method in class org.openadaptor.adaptor.editor.AFContainer
Given a requested move and a constrained move, determine the allowed move.
allUserAdded - Variable in class org.openadaptor.adaptor.editor.DelegateComponent
 
alternativeIsSet(String) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
alternativeOptions - Variable in class org.openadaptor.adaptor.editor.AbstractComponent
 
AM_PM_PATTERN - Static variable in class org.openadaptor.util.DateFormatter
 
AMPERSAND - Static variable in class org.openadaptor.simplexml.XToken
 
AMPERSAND - Static variable in class org.openadaptor.util.sax.XMLUtils
XML 'ampersand' quoted string
ApacheFTP - Class in org.openadaptor.adaptor.ftp
This component will provide basic File Transfer Protocol (FTP) connunication to allow the adaptor to GET a file from or PUT a file onto a remote machine.
ApacheFTP() - Constructor for class org.openadaptor.adaptor.ftp.ApacheFTP
basic constructor for those that want it
append(String) - Method in class org.openadaptor.adaptor.ftp.ApacheFTP
Transfers a file to the remote server but appends the output stream the remote file rather than overwriting it.
append(String) - Method in class org.openadaptor.adaptor.ftp.EDTFTP
Transfers a file to the remote server but appends the output stream the remote file rather than overwriting it.
append(String) - Method in interface org.openadaptor.adaptor.ftp.FTP
Transfers a file to the remote server but appends the output stream the remote file rather than overwriting it.
append(String) - Method in class org.openadaptor.adaptor.ftp.JSchSFTP
Transfers a file to the remote server but appends the output stream the remote file rather than overwriting it.
append(String) - Method in class org.openadaptor.adaptor.ftp.SunFTP
the append() functionality requires JDK 1.4 and therefore we don't implement it here.
append - Variable in class org.openadaptor.util.jms.peeker.JMSPeeker
 
append(LoggingEvent) - Method in class org.openadaptor.util.log4j.CachingAppender
 
append(LoggingEvent) - Method in class org.openadaptor.util.log4j.RemoteAppender
 
appendTimeStamp(StringBuffer) - Static method in class org.openadaptor.util.FileUtils
Appends current time to String buffer in a Timestamp format.
AppendTransformer - Class in org.openadaptor.dostrings.transformers
This transformer takes a literal string (provided in a property) and inserts it at the beginning of the string representation of the value passed to it.
AppendTransformer() - Constructor for class org.openadaptor.dostrings.transformers.AppendTransformer
 
applicationMenu() - Method in class org.openadaptor.adaptor.hospital.HospitalCmdLineInterface
generate menu of applications for which there are patients in the hospital.
apply() - Method in class org.openadaptor.adaptor.editor.ComponentFactory.GUI
 
apply() - Method in class org.openadaptor.adaptor.editor.Preferences
 
applyAction(String, String) - Static method in class org.openadaptor.adaptor.crossref.CrossRefAttribute
Apply required action - return true or false if so specified or throw exception
applyButton - Variable in class org.openadaptor.adaptor.editor.Preferences.GUI
 
applySizeChange(int, int) - Method in class org.openadaptor.util.layout.StrutLayout.SizeGroup
Sets width and height of the components in this group as defined by their sizeMode.
applySizeGroupings() - Method in class org.openadaptor.util.layout.StrutLayout
Apply any size group constraints.
aqua - Static variable in interface org.openadaptor.adaptor.editor.Preferences.WWWColor
 
ARRAY - Static variable in class org.openadaptor.dmx.metaobjects.types.MOCollection
Template for collection classes: ARRAY
ARRAY_NAME - Static variable in class org.openadaptor.dmx.metaobjects.types.MOCollection
Template Name for collection classes: ARRAY
ArraySelector - Class in org.openadaptor.dataobjects
Selector to apply when fetching a sub-array of the array of values of a particular path component using array index notation.
ArraySelector() - Constructor for class org.openadaptor.dataobjects.ArraySelector
Create an ArraySelector which selects all elements of an array.
ArraySelector(String) - Constructor for class org.openadaptor.dataobjects.ArraySelector
Create an ArraySelector which selects the elements specified by the given text definition.
ArraySelector(int, int) - Constructor for class org.openadaptor.dataobjects.ArraySelector
Create an ArraySelector which selects the elements specified by the given sub-array bounds.
ArraySplitterPipe - Class in org.openadaptor.adaptor.standard
ArraySplitterPipe splits a single message into a sequence of messages.
ArraySplitterPipe() - Constructor for class org.openadaptor.adaptor.standard.ArraySplitterPipe
 
arrayToWriter(Writer, DataObject[], String, boolean) - Method in class org.openadaptor.doxml.GenericXMLWriter
Writes a DataObject Array as XML onto writer.
arrayToWriter(Writer, DataObject[], String, DOType, boolean) - Method in class org.openadaptor.doxml.GenericXMLWriter
Writes a DataObject Array as XML onto writer.
ArrayUtils - Class in org.openadaptor.util
Some (static) helper methods for Array handling.
asCalendar() - Method in class org.openadaptor.util.DateHolder
Returns the date/time value as a new java.util.Calendar object.
asCalendar() - Method in class org.openadaptor.util.DateTimeHolder
Returns the date/time value as a new java.util.Calendar object.
asDate() - Method in class org.openadaptor.util.DateHolder
Returns the date value as a new java.util.Date object.
asInputStream() - Method in class org.openadaptor.doconverter.v3.DebugInputStreamComponent
Returns the receiver as a (or wrapped in a) InputStream
asInputStream() - Method in interface org.openadaptor.util.InputStreamComponent
Returns the receiver as a (or wrapped in a) InputStream
asInputStream() - Method in class org.openadaptor.util.PipelineInputStream
Returns the receiver as a (or wrapped in a) InputStream
asInputStream() - Method in class org.openadaptor.util.ReaderInputStream
Returns the receiver as a (or wrapped in a) InputStream
asOutputStream() - Method in class org.openadaptor.doconverter.v3.DebugOutputStreamComponent
Returns the receiver as an (or wrapped in an) OutputStream.
asOutputStream() - Method in interface org.openadaptor.util.OutputStreamComponent
Returns the receiver as an OutputStream.
asOutputStream() - Method in class org.openadaptor.util.PipelineOutputStream
Returns the receiver as an (or wrapped in an) OutputStream.
asPropertyValue(String) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Utility methods to convert types to desired property value string representation,
asPropertyValue(boolean) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
 
asPropertyValue(int) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
 
asPropertyValue(long) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
 
asPropertyValue(String) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterManager
Utility methods to convert types to desired property value string representation,
asPropertyValue(boolean) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterManager
 
asPropertyValue(int) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterManager
 
asPropertyValue(long) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterManager
 
asSDOAttribute(DOAttribute) - Static method in class org.openadaptor.dataobjects.SDOAttribute
Returns an SDOAttribute equivalent of DOAttribute attr.
asSDOType(DOType) - Static method in class org.openadaptor.dataobjects.SDOType
Returns an SDOType copy of DOType type.
assignPreferredSizes() - Method in class org.openadaptor.util.layout.StrutLayout
Sizes components to their preferred size.
assignRelativePositions() - Method in class org.openadaptor.util.layout.StrutLayout
Assigns component positions starting from root, adjusting for the case where child components extend above or to the left of the root.
assignRelativePositions(StrutLayout.ComponentInfo) - Method in class org.openadaptor.util.layout.StrutLayout
Recursively assign components relative positions based on their strut constraints starting from root.
associateConnection(Object) - Method in class org.openadaptor.j2ee.jca.oaManagedConnection
 
asXML() - Method in class org.openadaptor.util.SuperProperties
Returns the properties list represented as an XML string.
asXML(boolean) - Method in class org.openadaptor.util.SuperProperties
Returns the properties list represented as an XML string.
atomicType() - Static method in class org.openadaptor.dmx.converter.DMX
Returns the attribute value for atomic type
att_mappings - Variable in class org.openadaptor.adaptor.standard.AliasingPipeSegment.AliasMapping
Hashtable containing mapping between attributes in the new DataObject we are creating and the attributes in the old DataObject.
ATT_MISSING - Static variable in class org.openadaptor.dataobjects.SimpleDOPredicate
 
ATT_NAME - Static variable in class org.openadaptor.dataobjects.SimpleDOPredicate
 
att_types - Variable in class org.openadaptor.adaptor.standard.AliasingPipeSegment.AliasMapping
Hashtable containing mapping between attributes in the new DataObject and the simple data object types, if there is no mapping then type is same as the old DataObject.
ATT_VALUE - Static variable in class org.openadaptor.dataobjects.SimpleDOPredicate
 
ATT_VALUE_IS_SET - Static variable in class org.openadaptor.dataobjects.SimpleDOPredicate
 
ATT_VALUE_NOT_SET - Static variable in class org.openadaptor.dataobjects.SimpleDOPredicate
 
ATT_VALUE_REGEXP - Static variable in class org.openadaptor.dataobjects.SimpleDOPredicate
 
ATT_VALUE_REGEXP2 - Static variable in class org.openadaptor.dataobjects.SimpleDOPredicate
 
AttFilterCond - Class in org.openadaptor.adaptor.standard
 
AttFilterCond(String, String, String, String) - Constructor for class org.openadaptor.adaptor.standard.AttFilterCond
 
attName - Variable in class org.openadaptor.adaptor.standard.DOFactoryPipe.SubTypeMapping
 
attName - Variable in class org.openadaptor.dostrings.DOStringReaderWriter.TypeInfo
 
ATTNAME_PROP - Static variable in interface org.openadaptor.adaptor.value.action.XFAction
 
ATTNAME_PROP - Static variable in class org.openadaptor.adaptor.value.predicate.AbstractComparisonPredicate
 
ATTNAME_PROP - Static variable in class org.openadaptor.adaptor.value.predicate.AbstractMatchPredicate
 
attPredicates() - Method in class org.openadaptor.dataobjects.SimpleDOPredicate
 
ATTRDEF - Static variable in class org.openadaptor.doconverter.NDCDMetadataParser
 
ATTRDEF_NAMEATTR - Static variable in class org.openadaptor.doconverter.NDCDMetadataParser
 
ATTRDEF_TAG - Static variable in class org.openadaptor.doconverter.NDCDMetadataParser
 
ATTRDEF_TYPEATTR - Static variable in class org.openadaptor.doconverter.NDCDMetadataParser
 
attrDefined - Variable in class org.openadaptor.doxml.GenericXMLWriter.TypeDef
 
attribute - Variable in class org.openadaptor.adaptor.standard.DOAttributeAddPipe.NewAttribute
 
ATTRIBUTE_HEADING_NAME - Static variable in interface org.openadaptor.adaptor.display.inspectorgui.InspectorConstants
 
ATTRIBUTE_HEADING_TYPE - Static variable in interface org.openadaptor.adaptor.display.inspectorgui.InspectorConstants
 
ATTRIBUTE_HEADING_VALUE - Static variable in interface org.openadaptor.adaptor.display.inspectorgui.InspectorConstants
 
ATTRIBUTE_NAME_RULES - Static variable in class org.openadaptor.dataobjects.SDOAttribute
 
ATTRIBUTE_TAG - Static variable in class org.openadaptor.adaptor.util.StringUtils
defines the character used to denote the start and end of a DataObject attribute when included in a String
ATTRIBUTEDEF - Static variable in class org.openadaptor.doconverter.NDCDMetadataGenerator
 
ATTRIBUTEDEF_NAMEATTR - Static variable in class org.openadaptor.doconverter.NDCDMetadataGenerator
 
ATTRIBUTEDEF_TAG - Static variable in class org.openadaptor.doconverter.NDCDMetadataGenerator
 
ATTRIBUTEDEF_TYPEATTR - Static variable in class org.openadaptor.doconverter.NDCDMetadataGenerator
 
AttributePath - Class in org.openadaptor.dataobjects
An attribute path is a simple extension of the DataObject attribute name syntax.
AttributePath(String) - Constructor for class org.openadaptor.dataobjects.AttributePath
Constructs an AttributePath from a path specified in text string notation.
AttributePath(String, boolean) - Constructor for class org.openadaptor.dataobjects.AttributePath
Constructs an AttributePath from a path specified in text string notation.
AttributePath() - Constructor for class org.openadaptor.dataobjects.AttributePath
Constructs an empty AttributePath.
attributes() - Method in class org.openadaptor.dataobjects.FixedDOType
 
attributeTableClicked(MouseEvent) - Method in class org.openadaptor.hospital.gui.HATPayloadPanel
Handle any MouseEvent for the attribute details table.
attributeTypeToWriter(Writer, int, GenericXMLWriter.TypeDef) - Method in class org.openadaptor.doxml.GenericXMLWriter
 
attrModOpToString(int) - Static method in class org.openadaptor.adaptor.ldap.LDAPUtils
Converts an attribute modification operation into a String value.
attrName - Variable in class org.openadaptor.adaptor.value.predicate.AbstractComparisonPredicate
Attribute name
attrName() - Method in class org.openadaptor.adaptor.value.predicate.AbstractMatchPredicate
 
attrNames - Variable in class org.openadaptor.doxml.GenericXMLWriter.TypeDef
 
atts - Variable in class org.openadaptor.adaptor.standard.AliasingPipeSegment.AliasMapping
Vector of attributes in the new DataObject we are creating
attTransformer - Variable in class org.openadaptor.dostrings.DOStringReaderWriter.TypeInfo
 
AuditPipe - Class in org.openadaptor.adaptor.standard
**
AuditPipe() - Constructor for class org.openadaptor.adaptor.standard.AuditPipe
 
authenticateUser(String) - Method in class org.openadaptor.hospital.authorisation.HATDatabaseLogin
uses the supplied details to authenticate the current user and set up their access levels/roles.
authenticateUser(String) - Method in class org.openadaptor.hospital.authorisation.HATDatabaseNoSecurityLogin
uses the supplied details to authenticate the current user and set up their access levels/roles.
authenticateUser(String) - Method in interface org.openadaptor.hospital.authorisation.HATLogin
uses the supplied details to authenticate the current user and set up their access levels/roles.
autoNumberPropertyKey(ConfigEntry, int, StringBuffer, int, StringBuffer) - Method in class org.openadaptor.util.SuperProperties
Process auto-number indicator (trailing '++') in a property name
available() - Method in class org.openadaptor.adaptor.bridge.InputStreamBuffer
Returns bytes available in buffer.
available() - Method in class org.openadaptor.util.base64.Base64ReaderInputStream
 
availableBytes() - Method in class org.openadaptor.adaptor.bridge.InputStreamBuffer
Returns a non-zero number of available bytes.
awaitBegin() - Method in class org.openadaptor.adaptor.bridge.ProtocolReader
Waits for BEGIN request on the input stream.
awaitConnection() - Method in class org.openadaptor.adaptor.bridge.ProtocolReader
Waits for CONNECT request on the input stream.

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 _