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 _

S

sameElements(Object, Object) - Static method in class org.openadaptor.util.ArrayUtils
Returns true if arr1 and arr2 are arrays containing the same elements, not necessarily in the same order.
SampleValidator - Class in org.openadaptor.hospital.helpers
 
SampleValidator() - Constructor for class org.openadaptor.hospital.helpers.SampleValidator
 
save() - Method in class org.openadaptor.adaptor.editor.Preferences
 
save(boolean) - Method in class org.openadaptor.adaptor.editor.Preferences
 
save(String, Hashtable) - Method in class org.openadaptor.adaptor.util.AdaptorHistory
Writes out the given file and position ever time regardless of the save interval
save(String, Hashtable, long) - Method in class org.openadaptor.adaptor.util.AdaptorHistory
Writes out the given properties to the history file.
save(OutputStream, String) - Method in class org.openadaptor.util.SuperProperties
Deprecated. As of JDK 1.2. Use the store(OutputStream out, String header) method.
save(String, String, boolean, boolean) - Method in class org.openadaptor.util.SuperProperties
Saves this property list to the specified file.
save(String, String, boolean, boolean, boolean) - Method in class org.openadaptor.util.SuperProperties
 
save(PrintWriter, String, boolean, boolean, boolean) - Method in class org.openadaptor.util.SuperProperties
Saves this property list to the specified file.
save(ConfigEntry, PrintWriter, String, boolean, boolean, String, Element) - Method in class org.openadaptor.util.SuperProperties
Saves a ConfigEntry chain to the specified output writer.
SAVE_END - Static variable in class org.openadaptor.adaptor.value.action.StringTrimAction
 
SAVE_START - Static variable in class org.openadaptor.adaptor.value.action.StringTrimAction
 
saveAdaptor(boolean) - Method in class org.openadaptor.adaptor.editor.AFEditor
 
saveAdaptor(String, boolean) - Method in class org.openadaptor.adaptor.editor.AFEditor
 
saveAdaptor(StreamTokenizer) - Method in class org.openadaptor.adaptor.editor.Script
 
saveAdaptorHistory() - Method in class org.openadaptor.util.DirectoryListFilenameGenerator
saves the current list of processed files to the adaptor history file
saveAsAdaptor(boolean) - Method in class org.openadaptor.adaptor.editor.AFEditor
 
saveAsXML - Variable in class org.openadaptor.adaptor.editor.Preferences.GUI
 
saveAsXML - Variable in class org.openadaptor.adaptor.editor.Preferences.Settings
 
saveAttribute(String, String) - Method in class org.openadaptor.adaptor.util.AdaptorHistory
Let's you specify an attribute name and value to be stored in the adaptor history database.
saveAttribute(String, String, boolean) - Method in class org.openadaptor.adaptor.util.AdaptorHistory
adds a attribute to the adaptor history
saveButton - Variable in class org.openadaptor.adaptor.editor.Preferences.GUI
 
saveComment(Element, ConfigEntry) - Method in class org.openadaptor.util.SuperProperties
Saves a comment block as an XML Element
saveComment(PrintWriter, ConfigEntry) - Method in class org.openadaptor.util.SuperProperties
Saves a comment block.
saveDefaultValues - Variable in class org.openadaptor.adaptor.editor.Preferences.GUI
 
saveDefaultValues - Variable in class org.openadaptor.adaptor.editor.Preferences.Settings
 
saveExplicitlySetDefaults - Variable in class org.openadaptor.adaptor.editor.Preferences.GUI
 
saveExplicitlySetDefaults - Variable in class org.openadaptor.adaptor.editor.Preferences.Settings
 
saveFile() - Method in class org.openadaptor.util.IniFile
save the lines vector back to the INI file
saveJavaClassParameters - Variable in class org.openadaptor.adaptor.editor.Preferences.GUI
 
saveJavaClassParameters - Variable in class org.openadaptor.adaptor.editor.Preferences.Settings
 
saveJavaClasspath - Variable in class org.openadaptor.adaptor.editor.Preferences.GUI
 
saveJavaClasspath - Variable in class org.openadaptor.adaptor.editor.Preferences.Settings
 
saveJavaCmd - Variable in class org.openadaptor.adaptor.editor.Preferences.GUI
 
saveJavaCmd - Variable in class org.openadaptor.adaptor.editor.Preferences.Settings
 
saveJavaMainClass - Variable in class org.openadaptor.adaptor.editor.Preferences.GUI
 
saveJavaMainClass - Variable in class org.openadaptor.adaptor.editor.Preferences.Settings
 
saveJavaOptions - Variable in class org.openadaptor.adaptor.editor.Preferences.GUI
 
saveJavaOptions - Variable in class org.openadaptor.adaptor.editor.Preferences.Settings
 
saveJavaWorkingDir - Variable in class org.openadaptor.adaptor.editor.Preferences.GUI
 
saveJavaWorkingDir - Variable in class org.openadaptor.adaptor.editor.Preferences.Settings
 
saveOnChange - Variable in class org.openadaptor.util.IniFile
If true, INI file will be saved every time a value is changed.
savePayload(DataObject[]) - Method in class org.openadaptor.adaptor.viewer.actions.NoActionViewer
Takes the paylaod data contained in the DataObject array and persists it in the data store of your choice.
savePayload(DataObject[]) - Method in interface org.openadaptor.adaptor.viewer.actions.ViewerPayloadActions
Takes the paylaod data contained in the DataObject array and persists it in the data store of your choice.
savePayload() - Method in class org.openadaptor.adaptor.viewer.gui.ViewerGUI
saves the current payload details
savePayload() - Method in class org.openadaptor.hospital.gui.HATPayloadPanel
write the current patient's payload back to the database.
savePreferencesChanges - Variable in class org.openadaptor.adaptor.editor.Preferences.Settings
 
saveProperty(Element, ConfigEntry, String) - Method in class org.openadaptor.util.SuperProperties
Saves a resource value as an XML element.
saveProperty(PrintWriter, ConfigEntry, String) - Method in class org.openadaptor.util.SuperProperties
Saves a resource value.
saveToolTipsInComments - Variable in class org.openadaptor.adaptor.editor.Preferences.GUI
 
saveToolTipsInComments - Variable in class org.openadaptor.adaptor.editor.Preferences.Settings
 
saveUnsetProperties - Variable in class org.openadaptor.adaptor.editor.Preferences.GUI
 
saveUnsetProperties - Variable in class org.openadaptor.adaptor.editor.Preferences.Settings
 
saveWithComments - Variable in class org.openadaptor.adaptor.editor.Preferences.GUI
 
saveWithComments - Variable in class org.openadaptor.adaptor.editor.Preferences.Settings
 
SAXHandlerController - Interface in org.openadaptor.util.sax
 
saxHandleTag(XTag) - Method in class org.openadaptor.simplexml.SAXXParser
Process the given tag.
saxHandleText(XText) - Method in class org.openadaptor.simplexml.SAXXParser
Process the given plain text token.
saxHandleToken(XToken) - Method in class org.openadaptor.simplexml.SAXXParser
Select the appropriate proceeding for the given token This method ignores all tokens except a tag or a text token.
SAXReadController - Class in org.openadaptor.util.sax
Instances of SAXReadController are responsible for the control of different element handlers, where each is responsible for one tag of a tag set.
SAXReadController() - Constructor for class org.openadaptor.util.sax.SAXReadController
 
SAXUtils - Class in org.openadaptor.util.sax
 
SAXUtils() - Constructor for class org.openadaptor.util.sax.SAXUtils
 
SAXXParser - Class in org.openadaptor.simplexml
This class extends XParser to be Simple API for XML (SAX) compliant.
SAXXParser() - Constructor for class org.openadaptor.simplexml.SAXXParser
Creates automatically an internal StringReader for the parsing process.
SAXXParser(Reader) - Constructor for class org.openadaptor.simplexml.SAXXParser
Installs the given reader.
SAXXParser(XScanner) - Constructor for class org.openadaptor.simplexml.SAXXParser
Installs the given scanner.
sayGoodbye(PrintWriter, BufferedReader) - Method in class org.openadaptor.adaptor.standard.EmptySocketHandshakeProtocol
does nothing
sayGoodbye(PrintWriter, BufferedReader) - Method in class org.openadaptor.adaptor.standard.NullSocketHandshakeProtocol
does nothing in this implementation
sayGoodbye(PrintWriter, BufferedReader) - Method in class org.openadaptor.adaptor.standard.SimpleSocketHandshakeProtocol
does nothing in this implementation
sayGoodbye(PrintWriter, BufferedReader) - Method in interface org.openadaptor.adaptor.standard.SocketHandshakeProtocol
this will get called when Socket component is exiting cleanly, should not block for long period of time
sb - Variable in class org.openadaptor.adaptor.value.filterstore.ValueXMLParser
Holds xml element content
sb - Static variable in class org.openadaptor.util.ISODateTime
 
scanFailed(String) - Method in class org.openadaptor.simplexml.XScanner
 
scanner - Variable in class org.openadaptor.simplexml.XParser
XML token input stream
scheduleStart(int, int, int, int) - Method in class org.openadaptor.adaptor.SimpleController
 
scheduleStop(int, int) - Method in class org.openadaptor.adaptor.SimpleController
 
SCHEMA_RESOURCE - Static variable in class org.openadaptor.doxml.GenericXMLReader
Resource location for an XML schema for validating either null for no validation or a resource path e.g.
sClass - Static variable in class org.openadaptor.adaptor.display.inspectorgui.Inspector
 
sClass - Static variable in class org.openadaptor.adaptor.display.inspectorgui.InspectorCellRenderer
 
sClass - Static variable in class org.openadaptor.adaptor.display.inspectorgui.InspectorTableModel
 
sClass - Static variable in class org.openadaptor.adaptor.display.InspectorSink
 
sClass - Static variable in class org.openadaptor.hospital.authorisation.HATDatabaseLogin
 
sClass - Static variable in class org.openadaptor.hospital.authorisation.HATDatabaseNoSecurityLogin
 
sClass - Static variable in class org.openadaptor.hospital.gui.HATCellRenderer
 
sClass - Static variable in class org.openadaptor.hospital.gui.HATEditableAttributesFrame
 
sClass - Static variable in class org.openadaptor.hospital.gui.HATEditableAttributesTableModel
 
sClass - Static variable in class org.openadaptor.hospital.gui.HATFrame
 
sClass - Static variable in class org.openadaptor.hospital.gui.HATLoginDialog
 
sClass - Static variable in class org.openadaptor.hospital.gui.HATPatientDetailsPanel
 
sClass - Static variable in class org.openadaptor.hospital.gui.HATPatientPanel
 
sClass - Static variable in class org.openadaptor.hospital.gui.HATPayloadPanel
 
sClass - Static variable in class org.openadaptor.hospital.gui.HATPopupMenu
 
sClass - Static variable in class org.openadaptor.hospital.gui.HATTableModel
 
sClass - Static variable in class org.openadaptor.hospital.gui.HATUserAdminTableModel
 
sClass - Static variable in class org.openadaptor.hospital.gui.HATUserRolesFrame
 
sClass - Static variable in class org.openadaptor.hospital.HAT
 
sClass - Static variable in class org.openadaptor.hospital.HATPatient
 
sClass - Static variable in class org.openadaptor.hospital.HATPatientLoader
 
sClass - Static variable in class org.openadaptor.hospital.helpers.HATDatabase
 
sclass - Static variable in class org.openadaptor.hospital.helpers.HATDOFactory
 
sClass - Static variable in class org.openadaptor.hospital.listeners.HATMenuActionListener
 
sClass - Static variable in class org.openadaptor.hospital.listeners.HATMouseListener
 
scopeClass() - Static method in class org.openadaptor.dmx.converter.DMX
Returns the attribute value for a class scope
scopeInstance() - Static method in class org.openadaptor.dmx.converter.DMX
Returns the attribute value for a instance scope
score() - Method in class org.openadaptor.util.ConfigEntry
 
scoreHit(char) - Method in class org.openadaptor.util.ConfigEntry
 
SCP_FILESIZE_COMMAND - Static variable in class org.openadaptor.util.ssh.Jsch
 
SCPWriter - Class in org.openadaptor.adaptor.scp
 
SCPWriter() - Constructor for class org.openadaptor.adaptor.scp.SCPWriter
 
Script - Class in org.openadaptor.adaptor.editor
Provides a scripting interface for calling editor functions.
Script(AFEditor, String) - Constructor for class org.openadaptor.adaptor.editor.Script
 
scriptFilename - Variable in class org.openadaptor.adaptor.editor.Preferences.GUI
 
scriptFilename - Variable in class org.openadaptor.adaptor.editor.Preferences.Settings
 
scriptPrompt - Variable in class org.openadaptor.adaptor.editor.Preferences.GUI
 
scriptPrompt - Variable in class org.openadaptor.adaptor.editor.Preferences.Settings
 
scriptStream - Variable in class org.openadaptor.adaptor.editor.AFEditor
 
scrollToReference(String) - Method in class org.openadaptor.adaptor.editor.Help.HelpTextPane
 
SDOAttribute - Class in org.openadaptor.dataobjects
SDOAttribute is the reference implementation of the DOAttribute interface.
SDOAttribute(String, DOType) - Constructor for class org.openadaptor.dataobjects.SDOAttribute
Creates a new SDOAttribute.
SDOFactory - Class in org.openadaptor.dataobjects
The SDOFactory class implementents the interface of an DOFactory.
SDOFactory(DOTypeRepository) - Constructor for class org.openadaptor.dataobjects.SDOFactory
When creating a SDOFactory, you have to specify an SDORepository, which gives us access to the metadata.
SDOType - Class in org.openadaptor.dataobjects
SDOType is the reference implementation of the DOType interface.
SDOType(String) - Constructor for class org.openadaptor.dataobjects.SDOType
Creates a new DOType instance with no parent.
SDOType(String, long) - Constructor for class org.openadaptor.dataobjects.SDOType
Creates a new DOType instance with no parent.
SDOType(String, DOType) - Constructor for class org.openadaptor.dataobjects.SDOType
Creates a new DOType instance named name with base type supertype.
SDOType(String, DOType, long) - Constructor for class org.openadaptor.dataobjects.SDOType
Creates a new DOType instance named name with base type supertype.
SDOValidator - Class in org.openadaptor.dataobjects
The SDOValidator implements the interface for validation of data objects.
SDOValidator(DOTypeRepository) - Constructor for class org.openadaptor.dataobjects.SDOValidator
When creating a SDOValidator, you have to specify an DOTypeRepository, which gives us access to the metadata.
search(String, String, SearchControls) - Method in class org.openadaptor.adaptor.ldap.LDAP
Simply search with filter given and return the attributes requested.
search(String, String[]) - Method in class org.openadaptor.adaptor.ldap.LDAP
Search for the entry identified by the given dn.
searchClasspath - Variable in class org.openadaptor.util.IniFile
Search for files in CLASSPATH first
searchPatients(String, String, String[]) - Method in interface org.openadaptor.adaptor.hospital.Hospital
serach for patients
searchPatients(String, String, String[]) - Method in class org.openadaptor.adaptor.jdbc.mssql.HospitalMSSqlImpl
 
searchPatients(String, String, String[]) - Method in class org.openadaptor.adaptor.jdbc.oracle.HospitalOracleImpl
** @return array of patientId strings for a given application, subject ** and index param pairs.
searchPatients(String, String, String[]) - Method in class org.openadaptor.adaptor.jdbc.sybase.HospitalSybaseImpl
 
searchResultsMenu(String[]) - Method in class org.openadaptor.adaptor.hospital.HospitalCmdLineInterface
generate a menu of patients based on search results
SECOND_PATTERN - Static variable in class org.openadaptor.util.DateFormatter
 
SECTION_END_STR - Static variable in class org.openadaptor.doconverter.DOConverter
Closing tag for a DataObjects XML section.
SECTION_START_STR - Static variable in class org.openadaptor.doconverter.DOConverter
Opening tag for a DataObjects XML section.
SecureKey - Interface in org.openadaptor.security.interfaces
Wrapper around java.security.Key to add additional information, like keyId, ExpiryTime, timeStamp, etc.
SECURITY_OPERATION - Variable in class org.openadaptor.security.SecurityAgent
 
SecurityAgent - Class in org.openadaptor.security
 
SecurityAgent() - Constructor for class org.openadaptor.security.SecurityAgent
 
SecurityComponent - Interface in org.openadaptor.security.interfaces
 
SecurityInputStreamComponent - Interface in org.openadaptor.security.interfaces
This interface extends the InputStreamComponent to define the methods required of a 'Security' component, for example, one which performs decryption, message signature checking or message integrity checking (digesting).
SECURITYMANAGER - Static variable in interface org.openadaptor.adaptor.editor.FrameworkComponent
 
SecurityManager - Class in org.openadaptor.adaptor.editor
 
SecurityManager(AFEditor, Adaptor) - Constructor for class org.openadaptor.adaptor.editor.SecurityManager
 
SecurityManager(AFEditor, Adaptor, IniFile, String) - Constructor for class org.openadaptor.adaptor.editor.SecurityManager
 
SecurityOutputStreamComponent - Interface in org.openadaptor.security.interfaces
This interface extends thae OutputStreamComponent to define the methods required of a 'Security' component, for example, one which performs encryption, message signing or digesting.
SEED - Static variable in class org.openadaptor.util.Hashcode
Good seed value for a hash; we 'add' hashcodes of immutable fields in the object.
seedNewGeneratorFor(String, String) - Method in class org.openadaptor.adaptor.benchmark.UniqueIDVerifyPipe
 
select_sql - Variable in class org.openadaptor.adaptor.jdbc.SimpleSQLGenerator.SQLTemplates
 
selectAdaptor(StreamTokenizer) - Method in class org.openadaptor.adaptor.editor.Script
 
selectComponent(StreamTokenizer) - Method in class org.openadaptor.adaptor.editor.Script
 
selection - Variable in class org.openadaptor.adaptor.editor.DelegateComponent.ComponentMenu
 
selector - Variable in class org.openadaptor.dataobjects.PathComponent
 
Selector - Class in org.openadaptor.dataobjects
Default simple Selector to apply when fetching the value of a path component.
Selector() - Constructor for class org.openadaptor.dataobjects.Selector
Create an empty simple single-valued selector.
Selector(String) - Constructor for class org.openadaptor.dataobjects.Selector
Create a simple single-valued selector whose text has the given value.
Selector(String, boolean) - Constructor for class org.openadaptor.dataobjects.Selector
Create a simple single or multi-valued selector whose text has the given value.
selectPropertiesTable(FrameworkComponent, String) - Method in class org.openadaptor.adaptor.editor.Adaptor
 
selectProperty(StreamTokenizer) - Method in class org.openadaptor.adaptor.editor.Script
 
SEND - Static variable in class org.openadaptor.adaptor.mail.MailProperties
 
sendAll(Object) - Method in class org.openadaptor.adaptor.jms.JMSAdaptorPublisherManager
 
sendAll(Object) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterManager
Send a message on all transporters.
sendAll(Object) - Method in interface org.openadaptor.adaptor.transporter.AdaptorTransporterManager
Send a message on all transporters.
sendAsyncMessage(Object) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Send a message asynchronously.
sendAsyncMessage(Object) - Method in interface org.openadaptor.adaptor.transporter.Transporter
Sends a message asynchronously.
sendCommand(String) - Method in class org.openadaptor.adaptor.standard.CommandLineRemoteControl
Construct a DBafControlMessage DO to pass the command along to the Adaptor for processing and pass back the reply.
sendJMSMessage(String, MessageProperties, boolean) - Method in class org.openadaptor.adaptor.jms.JMSPublisher
Sends a text string format with optional automatic commit.
sendJMSMessage(Serializable, MessageProperties, boolean) - Method in class org.openadaptor.adaptor.jms.JMSPublisher
Sends an object with optional automatic commit.
sendJMSMessage(Message, MessageProperties) - Method in class org.openadaptor.adaptor.jms.JMSPublisher
Send a JMS Queue/Topic message.
sendMessage(Object) - Method in class org.openadaptor.adaptor.bridge.ProtocolWriter
 
sendMessage(String) - Method in class org.openadaptor.adaptor.jmx.JMXRemoteLogger
Send the message to JMX.
sendMessage(String) - Method in class org.openadaptor.adaptor.mail.MailRemoteLogger
sets the message body to be the supplied msg, timestamps and sends it.
sendMessage(Object) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Sends a message.
sendMessage(Object) - Method in interface org.openadaptor.adaptor.transporter.Transporter
Sends a message.
sendMessage(String) - Method in class org.openadaptor.util.AbstractRemoteLogger
 
sendNotification(Notification) - Method in class org.openadaptor.adaptor.jmx.JMXRemoteLogger
 
sendNotification(Notification) - Method in interface org.openadaptor.adaptor.jmx.JMXRemoteLoggerMBean
 
sendNull(OutputStream, InputStream) - Method in class org.openadaptor.adaptor.scp.JSchSCPSink
sends a null terminator to the remote server to indicate either the end of the current command or a start of a new one.
sendNull() - Method in class org.openadaptor.adaptor.scp.JSchSCPSource
sends a null terminator to the remote server to indicate either the end of the current command or a start of a new one.
sendPendingMessages() - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
sendPendingMessages() is called by the default implementation of processMessages() to send messages and so normally runs in the Transporter thread, not the thread that requested the message send.
sendRequest(Message) - Method in class org.openadaptor.adaptor.standard.RequestReplyEmbeddedPipe
Sends the request message to the embedded Sink.
sentEvents - Variable in class org.openadaptor.adaptor.jdbc.JdbcSource
 
seqNumAttributeName - Static variable in class org.openadaptor.adaptor.benchmark.IDEnvelopePipe
 
SerializableKeyPair - Class in org.openadaptor.security
SerializableKeyPair supports a workaround to a JD 1.1 bug where java.security.KeyPair is not actually serializable (despite documentation saying it is).
SerializableKeyPair(PublicKey, PrivateKey) - Constructor for class org.openadaptor.security.SerializableKeyPair
 
serialVersionUID - Static variable in class org.openadaptor.dataobjects.AbstractDataObject
 
serialVersionUID - Static variable in class org.openadaptor.dataobjects.FixedDOType
 
serialVersionUID - Static variable in class org.openadaptor.dataobjects.SDOAttribute
 
serialVersionUID - Static variable in class org.openadaptor.dataobjects.SDOType
 
serialVersionUID - Static variable in class org.openadaptor.dataobjects.SimpleDataObject
 
serialVersionUID - Static variable in class org.openadaptor.dmx.metaobjects.types.MOCardinality
 
serialVersionUID - Static variable in class org.openadaptor.dmx.metaobjects.types.MOMethod
 
serialVersionUID - Static variable in class org.openadaptor.dmx.metaobjects.types.MOModule
 
serialVersionUID - Static variable in class org.openadaptor.dmx.metaobjects.types.MOParameter
 
serialVersionUID - Static variable in class org.openadaptor.dmx.metaobjects.types.MORelationship
 
serialVersionUID - Static variable in class org.openadaptor.dmx.metaobjects.types.MORelationshipPart
 
serialVersionUID - Static variable in class org.openadaptor.doconverter.MessageDataObject
 
serialVersionUID - Static variable in class org.openadaptor.doxml.DDOType
 
serialVersionUID - Static variable in class org.openadaptor.security.SerializableKeyPair
 
serialVersionUID - Static variable in class org.openadaptor.security.SimpleSecureKey
 
serialVersionUID - Static variable in class org.openadaptor.util.ConfigData
 
serialVersionUID - Static variable in class org.openadaptor.util.ConfigEntry
 
serialVersionUID - Static variable in class org.openadaptor.util.DateHolder
 
serialVersionUID - Static variable in class org.openadaptor.util.DateTimeHolder
 
serialVersionUID - Static variable in class org.openadaptor.util.SuperProperties
 
SERVER_HOSTNAME - Static variable in class org.openadaptor.util.tcp.OASocket
 
ServerSecurityManager - Class in org.openadaptor.security
Default implementation of SecurityManager It connects to SecurityServer via HTTP/SSL to get Policies and Keys.
ServerSecurityManager() - Constructor for class org.openadaptor.security.ServerSecurityManager
 
ServiceLevel - Interface in org.openadaptor.adaptor.transporter
Application "service levels" when processing messages.
serviceRequest(String) - Method in interface org.openadaptor.security.interfaces.Connection
services the request
serviceRequest(String) - Method in class org.openadaptor.security.SimpleConnection
Services the HTTP/SSL Request.
session - Variable in class org.openadaptor.adaptor.mail.MailProperties
 
set(AbstractTransporter.AssociativeList) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter.AssociativeList
Sets the list of messages from the given list.
set(AbstractTransporter.OrderedList) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter.OrderedList
Sets the list of messages from the given list.
SET - Static variable in class org.openadaptor.dmx.metaobjects.types.MOCollection
Template for collection classes: SET
set(Calendar) - Method in class org.openadaptor.util.DateHolder
For use in constructors only.
set(Calendar) - Method in class org.openadaptor.util.DateTimeHolder
PRIVATE METHOD which would not exist if Java initialisation did not suck.
set_dataObjectCompleteStoredProc(String) - Method in class org.openadaptor.adaptor.util.JdbcConnectionParams
 
SET_NAME - Static variable in class org.openadaptor.dmx.metaobjects.types.MOCollection
Template Name for collection classes: SET
setAccessGranted(boolean) - Method in class org.openadaptor.hospital.authorisation.HATUser
 
setAcknowledgeMode(int) - Method in class org.openadaptor.adaptor.jms.JMSTransporter
Sets the requested value of the JMS message AcknowledgeMode property used when establishing JMS sessions.
setAdaptor(String) - Method in class org.openadaptor.adaptor.jmx.JMXAdapter
 
setAdaptor(String) - Method in interface org.openadaptor.adaptor.jmx.JMXAdapterMBean
 
setAdaptorName(String) - Method in class org.openadaptor.adaptor.editor.Adaptor
 
setAdaptorName(AdaptorProperties, String, String) - Method in class org.openadaptor.adaptor.editor.Adaptor
 
setAdaptorName(AdaptorProperties, String, String) - Method in class org.openadaptor.adaptor.editor.AFEditor
 
setAdaptorName(String) - Method in class org.openadaptor.j2ee.jca.AdaptorResourceWrapper
 
setAdaptorName(String) - Method in class org.openadaptor.j2ee.jca.oaManagedConnectionFactory
 
setAdaptorPrefix(String) - Method in class org.openadaptor.util.jms.drain.RunDrainer
 
setAdaptorPrefix(String) - Method in class org.openadaptor.util.jms.peeker.RunPeeker
 
setAdaptorPrefix(String) - Method in class org.openadaptor.util.jms.stringpublisher.RunTransporterPublisher
 
setAdaptorWrapper(AdaptorResourceWrapper) - Method in class org.openadaptor.j2ee.jca.oaManagedConnectionFactory
 
setAggregation() - Method in class org.openadaptor.dmx.converter.DMXDatatype
 
setAggregation() - Method in class org.openadaptor.dmx.metaobjects.types.MOAttribute
 
setAggregation() - Method in class org.openadaptor.dmx.metaobjects.types.MOCollection
Sets the receiver to be a collection holding its elements by value.
setAlias(String) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Set an alias for the Transporter.
setAlias(String) - Method in interface org.openadaptor.adaptor.transporter.Transporter
Set an alias for the Transporter.
setAliasAttributeValue(String, String, DataObject, DataObject) - Method in class org.openadaptor.adaptor.standard.AliasingPipeSegment
Deprecated.  
setAliasAttributeValue(String, String, DataObject, DataObject, Object) - Method in class org.openadaptor.adaptor.standard.AliasingPipeSegment
set attribute value of AliasDO Override this if you want to do translations
setAliasAttributeValue(AliasPipe.Alias, DataObject, DataObject) - Method in class org.openadaptor.adaptor.standard.AliasPipe
Perform an attribute alias from a source DataObjet to a Destination DataObject.
setAliasAttributeValue(String, String, DataObject, DataObject, Object) - Method in class org.openadaptor.adaptor.standard.DOFactoryPipe
set attribute value of Alias DataObject This does not use SimpleDataObject.setAttributeValue() because this does not currently understand collections
setAliases(String) - Method in class org.openadaptor.adaptor.editor.Enum
 
setAlignment(int) - Method in class org.openadaptor.util.layout.StrutLayout
Sets the alignment of the layout area within the container (the default is CENTER).
setAllFromProperties(Properties, String) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterManager
Sets AdaptorTransporterManager and transporter parameters from a property list.
setAllFromProperties(Properties, String) - Method in interface org.openadaptor.adaptor.transporter.AdaptorTransporterManager
Sets AdaptorTransporterManager and transporter parameters from a property list.
setAlternateJndiProvider(String) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Set any JNDI provider url.
setAppend(boolean) - Method in class org.openadaptor.util.jms.peeker.JMSPeeker
 
setApplication(String) - Method in class org.openadaptor.adaptor.tibco.tibrv.TibRvSource
 
setApplication(String) - Static method in class org.openadaptor.hospital.gui.HATPatientDetailsPanel
set text of application
setApplication(String) - Method in class org.openadaptor.hospital.HATPatient
set the patient's application attribute
setAssociation() - Method in class org.openadaptor.dmx.converter.DMXDatatype
 
setAssociation() - Method in class org.openadaptor.dmx.metaobjects.types.MOAttribute
 
setAssociation() - Method in class org.openadaptor.dmx.metaobjects.types.MOCollection
Sets the receiver to be a collection holding its elements by reference.
setAssociativeArrayIndexing(boolean) - Static method in class org.openadaptor.dataobjects.AbstractDataObject
Enables/Disables associative array indexing for path based attribute referencing.
setAttributePathValue(DataObject, String, Object) - Static method in class org.openadaptor.dataobjects.AbstractDataObject
Sets an 'attribute path' value in obj to attrValue.
setAttributes(Vector) - Method in class org.openadaptor.dmx.metaobjects.types.MORelationship
Sets the attributes collection of the relationship
setAttributesFromArgs(String, GenericXMLConverter, String[], boolean) - Static method in class org.openadaptor.doxml.GenericXMLConverter
Sets attribute values from a (command line) args list.
setAttributeType(String, DOType) - Method in class org.openadaptor.adaptor.viewer.gui.ViewerGUI
renames the supplied attribute from the currently selecetd DataObject
setAttributeType(DataObject, String, DOType) - Static method in class org.openadaptor.adaptor.viewer.helpers.ViewerDOFactory
changes the DOType of the supplied attribute name for the supplied SimpleDataObject.
setAttributeType(DataObject[], String, DOType) - Static method in class org.openadaptor.adaptor.viewer.helpers.ViewerDOFactory
changes the DOType of the specified attribute for each DataObject in the supplied array
setAttributeType(String, DOType) - Method in class org.openadaptor.hospital.gui.HATPayloadPanel
renames the supplied attribute from the currently selecetd DataObject
setAttributeType(SimpleDataObject, String, DOType) - Static method in class org.openadaptor.hospital.helpers.HATDOFactory
changes the DOType of the supplied attribute name for the supplied SimpleDataObject.
setAttributeType(SimpleDataObject[], String, DOType) - Static method in class org.openadaptor.hospital.helpers.HATDOFactory
changes the DOType of the specified attribute for each DataObject in the supplied array
setAttributeValue(DataObject, String, Object) - Method in class org.openadaptor.adaptor.standard.AliasPipe
Set an attribute value based on a attribute path (dot notation).
setAttributeValue(DataObject, String, Object) - Method in class org.openadaptor.adaptor.standard.DOFactoryPipe
set an attribute value based on a attribute path (dot notation)
setAttributeValue(String, Object) - Method in class org.openadaptor.dataobjects.AbstractDataObject
Set the value of the attribute called name.
setAttributeValue(String, Object) - Method in interface org.openadaptor.dataobjects.DataObject
Set the value of the attribute called name.
setAttributeValue(String, Object) - Method in class org.openadaptor.dataobjects.DOMDataObject
takes the supplied XML string representation and adds it to the payload attribute.
setAttributeValue(String, String) - Method in class org.openadaptor.doconverter.AbstractMessageWriter
Sets the named message writer attribute to the supplied value.
setAttributeValue(String, String) - Method in class org.openadaptor.doconverter.DataObjectFormatter
Does nothing.
setAttributeValue(String, String) - Method in class org.openadaptor.doconverter.DataObjectMessageWriter
Sets the named message writer attribute to the supplied value.
setAttributeValue(String, Object) - Method in class org.openadaptor.doconverter.MessageDataObject
Sets attribute attrName to value.
setAttributeValue(String, Object, DOType) - Method in class org.openadaptor.doconverter.MessageDataObject
Sets attribute attrName to value.
setAttributeValue(String, String) - Method in interface org.openadaptor.doconverter.MessageWriter
Sets the named message writer attribute to the supplied value.
setAttributeValue(String, String) - Method in class org.openadaptor.doconverter.v3.AFMessageWriter
Sets the named message writer attribute to the supplied value.
setAttributeValue(String, String) - Method in class org.openadaptor.doconverter.XML_V1_Formatter
Does nothing.
setAttributeValue(String, String) - Method in class org.openadaptor.doconverter.XMLFormatter
Sets the attribute to the supplied value.
setAttributeValue(String, String) - Method in class org.openadaptor.doxml.GenericXMLConverter
Sets the attribute to the supplied value.
setAttributeValue(String, String) - Method in class org.openadaptor.doxml.GenericXMLReader
Sets the attribute to the supplied value.
setAttributeValue(String, String) - Method in class org.openadaptor.doxml.GenericXMLWriter
Sets the attribute to the supplied value.
setAttributeValue(String, String) - Method in class org.openadaptor.simplexml.XTag
Sets the value of the named attribute in the tag.
setAuth(boolean, String) - Method in class org.openadaptor.adaptor.value.filterstore.ValueReference
Sets the authorisation flag and authorizor string * * @param auth Authorisation flag.
setAutoAddQuotes(String) - Method in class org.openadaptor.adaptor.jdbc.SimpleSinkSQLGenerator
 
setBackgroundLoading(boolean) - Method in class org.openadaptor.hospital.HATPatientLoader
set the backgrund loading activity flag.
setBatchSize(String) - Method in class org.openadaptor.adaptor.jdbc.JdbcSource
 
setBatchSize(int) - Method in class org.openadaptor.adaptor.util.JdbcConnectionParams
Sets the BatchSize based on the BatchSize property
setBcgProcNamePrefix(String) - Method in class org.openadaptor.adaptor.jdbc.JdbcSource
Method declaration
setBooleanValue(String, String, boolean) - Method in class org.openadaptor.util.IniFile
 
setBulkAdd(boolean) - Method in class org.openadaptor.adaptor.editor.AFContainer
 
setBusy(boolean) - Method in class org.openadaptor.hospital.HATPatientLoader
set the busy flag for database loading activity.
setCallbackManager(CallbackManager) - Method in interface org.openadaptor.adaptor.CallbackProvider
Sets the CallbackManager.
setCallbackManager(String) - Method in interface org.openadaptor.adaptor.CallbackProvider
Sets the CallbackManager given a class name.
setCallbackManager(CallbackManager) - Method in class org.openadaptor.adaptor.SimpleComponent
Sets the CallbackManager.
setCallbackManager(String) - Method in class org.openadaptor.adaptor.SimpleComponent
Sets the CallbackManager given a class name.
setCallbackManager(CallbackManager) - Method in class org.openadaptor.adaptor.SimpleController
Sets the CallbackManager.
setCallbackManager(String) - Method in class org.openadaptor.adaptor.SimpleController
Sets the CallbackManager given a class name.
setCardinality(MOCardinality) - Method in class org.openadaptor.dmx.metaobjects.types.MORelationshipPart
Set the cardinality of the receiver
setChanged(boolean) - Method in class org.openadaptor.adaptor.editor.Adaptor
 
setChanged(FrameworkComponent) - Method in class org.openadaptor.adaptor.editor.Adaptor
 
setChanged() - Method in class org.openadaptor.adaptor.editor.AFEditor
 
setChangeNumber(Integer) - Method in class org.openadaptor.adaptor.ldap.LDAPEntryModification
Set the change number.
setChangeTime(String) - Method in class org.openadaptor.adaptor.ldap.LDAPEntryModification
Set the change time.
setCharEscapes(String) - Static method in class org.openadaptor.adaptor.editor.Script
 
setCharEscapes(String, boolean, String, boolean) - Method in class org.openadaptor.util.SuperProperties
 
setCharEscapesInKey(String) - Method in class org.openadaptor.util.SuperProperties
Scans a string for characters that need to be converted to an escape sequence on output and maps then to the appropriate escape sequence.
setCharEscapesInKey(String, String) - Method in class org.openadaptor.util.SuperProperties
 
setCharEscapesInValue(String) - Static method in class org.openadaptor.adaptor.editor.AbstractComponent
 
setCharEscapesInValue(String) - Method in class org.openadaptor.util.SuperProperties
 
setCharEscapesInValue(String, boolean) - Method in class org.openadaptor.util.SuperProperties
 
setCharEscapesInValue(String, String, boolean) - Method in class org.openadaptor.util.SuperProperties
 
setCharset(String) - Method in class org.openadaptor.adaptor.util.JdbcConnectionParams
set charset for database
setCheckPoint() - Method in class org.openadaptor.adaptor.editor.Preferences
 
setCipherParameters() - Method in class org.openadaptor.security.EncryptionInputStreamComponent
 
setCipherParameters() - Method in class org.openadaptor.security.EncryptionOutputStreamComponent
Determines the Cipher parameters, such as an IV, by performing a test encryption.
setClassID(String) - Method in class org.openadaptor.dmx.metaobjects.types.MOType
Set the unique class identifier of the defined class.
setClassScope() - Method in class org.openadaptor.dmx.metaobjects.types.MOAttribute
 
setClassScope() - Method in class org.openadaptor.dmx.metaobjects.types.MOMethod
 
setClassScope() - Method in interface org.openadaptor.dmx.metaobjects.types.MOScope
 
setClientHostname(String) - Method in class org.openadaptor.adaptor.bridge.BridgeSocketSource
Sets the hostname from which receiver will accept connections.
setClientHostName(String) - Method in class org.openadaptor.adaptor.tcp.SocketMTAcceptor
 
setClientHostName(String) - Method in class org.openadaptor.adaptor.tcp.SocketMTSourceInstance
Setters
setClientID(String) - Method in class org.openadaptor.adaptor.jms.JMSTransporter
Sets the requested value of the JMS client ID used when establishing a JMS connection.
setCollection(Collection) - Method in class org.openadaptor.dataobjects.CollectionDataObject
 
setCommand(String) - Method in class org.openadaptor.adaptor.standard.CommandLineRemoteControl.CommandLine
 
setCommandType(int) - Method in class org.openadaptor.adaptor.standard.CommandLineRemoteControl.CommandLine
 
setComment(String) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
setComment(String, String) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
setComment(String) - Method in class org.openadaptor.adaptor.editor.Enum
 
setComment(String, String) - Method in class org.openadaptor.adaptor.editor.Enum
 
setComment(String) - Method in interface org.openadaptor.adaptor.editor.FrameworkComponent
 
setComment(String, String) - Method in interface org.openadaptor.adaptor.editor.FrameworkComponent
 
setComment(ConfigEntry, int, Vector, String) - Method in class org.openadaptor.util.SuperProperties
Adds a comment block to the ConfigEntry chain.
setComment(ConfigEntry, int, String, String) - Method in class org.openadaptor.util.SuperProperties
Adds a comment string to the ConfigEntry chain.
setComponent(FrameworkComponent) - Method in class org.openadaptor.adaptor.editor.Property
 
setComponent(Component) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterManager
Set the component with which the transporters being managed are associated.
setComponent(Component) - Method in interface org.openadaptor.adaptor.transporter.AdaptorTransporterManager
Set the component with which the transporters being managed are associated.
setComponentBounds(AFComponent, int, int, int, int) - Method in class org.openadaptor.adaptor.editor.AFContainer
 
setComponentLocation(AFComponent, int, int) - Method in class org.openadaptor.adaptor.editor.AFContainer
 
setComponentLocation(AFComponent, int, int, boolean) - Method in class org.openadaptor.adaptor.editor.AFContainer
 
setComponentName(FrameworkComponent, String, String) - Method in class org.openadaptor.adaptor.editor.Adaptor
 
setComponentName(FrameworkComponent, String, String) - Method in class org.openadaptor.adaptor.editor.AFEditor
 
setComponentNumber(int) - Method in class org.openadaptor.adaptor.editor.StandardComponent
 
setComponentState(Component, String) - Method in class org.openadaptor.adaptor.SimpleController
Part of the Controller interface.
setComponentToolTipText(String) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
setComponentToolTipText(String) - Method in class org.openadaptor.adaptor.editor.Enum
 
setComponentToolTipText(String) - Method in interface org.openadaptor.adaptor.editor.FrameworkComponent
 
setCompressionStrategy(String) - Method in class org.openadaptor.util.compression.ZipCompress
 
setCompressor(Compressor) - Method in class org.openadaptor.doconverter.DataObjectMessageWriter
Sets the Compressor used to compress DataObject messages.
setCompressor(Compressor) - Method in class org.openadaptor.doconverter.XMLFormatter
Deprecated. Use setAttributeValue("Compression",...) instead.
setConfigFileName(String) - Method in class org.openadaptor.adaptor.jdbc.JdbcSink
 
setConfigFileName(String) - Method in class org.openadaptor.adaptor.jdbc.oracle.OracleSink
 
setConnectFailure(Properties, 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
setConnection(Connection) - Method in class org.openadaptor.adaptor.jms.JMSTransporter
Set the current JMS connection to use.
setConnectionCheckTimeout(long) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Set value of ConnectionCheckTimeout property in milliseconds.
setConnectionCheckTimeout(long) - Method in interface org.openadaptor.adaptor.transporter.Transporter
Set value of ConnectionCheckTimeout property in milliseconds.
setConnectionClientID(Connection, String) - Method in class org.openadaptor.adaptor.jms.JMSTransporter
Set connection ClientID - must be done first call after creating connection.
setConnectionClosing(boolean) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Set value of _connectionClosing variable.
setConnectionFailedException(String) - Method in class org.openadaptor.adaptor.jms.JMSTransporter
If there was a connection failure, remove the connection from the cache as well as noting the exception.
setConnectionFailedException(String) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
setConnectionFailedException() should be called in all cases where a where connection has failed.
setConnectionFailedException(String) - Method in interface org.openadaptor.adaptor.transporter.Control
Use setConnectionFailedException() to notify connection failures.
setConnectionTimeouts(Properties, String, int[]) - 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
setConnectionType(String) - Method in class org.openadaptor.util.jms.stringpublisher.RunTransporterPublisher
 
setConsumer(MessageConsumer) - Method in class org.openadaptor.adaptor.jms.JMSListener
Sets the value of the current JMS consumer.
setContainerName(String) - Method in class org.openadaptor.dmx.metaobjects.types.MOCollection
 
setContainerSizeForComponentBounds(int, int, int, int) - Method in class org.openadaptor.adaptor.editor.AFContainer
 
setContentHandler(ContentHandler) - Method in class org.openadaptor.simplexml.SAXXParser
Set the object that is to be called to process every tag and content.
setContinueOnException(boolean) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterManager
Set the value of ContinueOnException property.
setController(Controller) - Method in class org.openadaptor.j2ee.jca.AdaptorResourceWrapper
 
setController(SAXReadController) - Method in class org.openadaptor.util.sax.AbstractHierarchicalElementHandler
 
setController(SAXReadController) - Method in interface org.openadaptor.util.sax.HierarchicalElementHandler
This method is used to give a handler access to its supervising controller.
setControllerName(String) - Method in class org.openadaptor.adaptor.jmx.JMXRemoteControl
 
setControllerName(String) - Method in interface org.openadaptor.adaptor.jmx.JMXRemoteControlMBean
 
setCreate(boolean) - Method in class org.openadaptor.util.jms.peeker.JMSPeeker
 
setCreateOutputFiles(Map) - Method in class org.openadaptor.adaptor.standard.MultiFilePropertiesConfig
 
setCurrentAdaptor(Adaptor) - Method in class org.openadaptor.adaptor.editor.AFEditor
 
setCurrentMessage(Message) - Method in class org.openadaptor.j2ee.mdb.MDBListener
Called by onMessage() on receipt of a JMS message to allow a reference to the JMS message currently being processed to be saved.
setCurrentReceivedMessage(Object, String, String) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Temporary single message implementation of received message hostory
setCurrentState(String) - Method in class org.openadaptor.adaptor.SimpleComponent
Set current state.
setCurrentState(String) - Method in class org.openadaptor.adaptor.SimpleController
Set current state.
setDatabase(String) - Method in class org.openadaptor.adaptor.jdbc.mssql.HospitalMSSqlImpl
 
setDatabase(String) - Method in class org.openadaptor.adaptor.jdbc.oracle.HospitalOracleImpl
 
setDatabase(String) - Method in class org.openadaptor.adaptor.jdbc.oracle.OracleSink
 
setDatabase(String) - Method in class org.openadaptor.adaptor.jdbc.sybase.HospitalSybaseImpl
 
setDatabase(String) - Method in class org.openadaptor.adaptor.util.JdbcConnectionParams
set database name
setDataFromDob(String, DataObject) - Method in class org.openadaptor.adaptor.ibm.MqDataObject
Populates from a source DataObject
setDataObjectListener(LocalSink.DataObjectListener) - Method in class org.openadaptor.adaptor.LocalSink
set DataObject listener
setDatatype(MOType) - Method in class org.openadaptor.dmx.converter.DMXDatatype
 
setDeadlockIsFatal(boolean) - Method in class org.openadaptor.adaptor.jdbc.JdbcSource
 
setDeadlockRetries(int) - Method in class org.openadaptor.adaptor.util.JdbcConnectionParams
set number of times to retry a transaction if deadlock occurs
setDeadlockRetryDelay(int) - Method in class org.openadaptor.adaptor.jdbc.JdbcSource
Set the delay before retrying after a database deadlock
setDeadlockRetryDelay(int) - Method in class org.openadaptor.adaptor.jdbc.oracle.OracleSink
Set the delay before retrying after a database deadlock
setDeadlockRetryDelay(int) - Method in class org.openadaptor.adaptor.util.JdbcConnectionParams
set sleep time (milli-secs) between retry after a deadlock
setDeadlockString(String) - Method in class org.openadaptor.adaptor.util.JdbcConnectionParams
set deadlock string to pattern match on
setDebug(boolean) - Static method in class org.openadaptor.doconverter.v3.CDataStreamDecoder
Sets debugging status.
setDebug(boolean) - Static method in class org.openadaptor.doconverter.v3.CDataStreamEncoder
Sets debugging status.
setDecodeRvMsg(String) - Method in class org.openadaptor.adaptor.tibco.tibrv.TibRvSource
 
setDeepCopy(boolean) - Method in class org.openadaptor.adaptor.AbstractSimplePipe
helper method for subclasses that wish to switch off deep copy.
setDeepCopyUnlessSet(Properties, String, boolean) - Method in class org.openadaptor.adaptor.AbstractSimplePipe
Set default 'deep copy' property value for pipe.
setDefaultApplication(String) - Method in class org.openadaptor.adaptor.hospital.HospitalPipe
 
setDefaultOALogging() - Static method in class org.openadaptor.util.log4j.Log4jConfig
Initialises basic openadaptor logging to System.err.
setDefaultStrutLength(int) - Static method in class org.openadaptor.util.layout.StrutLayout
Sets the current default length for struts.
setDefaultSubject(String) - Method in class org.openadaptor.adaptor.hospital.HospitalPipe
 
setDelayAfterRollback(long) - Method in class org.openadaptor.adaptor.jms.JMSListener
Sets the requested value of the DelayAfterRollback property.
setDelayAfterRollback(long) - Method in class org.openadaptor.j2ee.mdb.MDBListener
Sets the value of the DelayAfterRollback property.
setDelegate(DOMessageReaderDelegate) - Method in class org.openadaptor.doconverter.AbstractMessageReader
Sets the message reader delegate.
setDelegate(DOMessageWriterDelegate) - Method in class org.openadaptor.doconverter.AbstractMessageWriter
Sets the message writer delegate.
setDelegate(DOMessageWriterDelegate) - Method in class org.openadaptor.doconverter.DataObjectFormatter
Does nothing
setDelegate(DOMessageWriterDelegate) - Method in interface org.openadaptor.doconverter.MessageWriter
Sets the message writer delegate.
setDelegate(DOMessageWriterDelegate) - Method in class org.openadaptor.doconverter.UniqueIDMessageWriterDelegate
Sets our delegate.
setDelegates(TreeMap) - Method in class org.openadaptor.adaptor.editor.DelegateComponent
 
setDelimiterChar(char) - Method in class org.openadaptor.dostrings.DelimitedStringReader
 
setDelimiterStr(String) - Method in class org.openadaptor.dostrings.DelimitedStringReader
Sets a delimiter string as an alternative to a delimiter character.
setDeliveryMode(int) - Method in class org.openadaptor.adaptor.jms.JMSPublisher
Sets the requested value of the JMS message delivery mode used when sending a JMS message.
setDeprecated(TreeMap) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
setDeprecated() - Method in class org.openadaptor.adaptor.editor.Property
 
setDeprecatedTemplates(TreeMap) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
setDestination(Destination) - Method in class org.openadaptor.adaptor.jms.JMSTransporter
Set the current JMS destination (i.e.
setDirectoryName(String) - Method in class org.openadaptor.adaptor.editor.AFEditor
 
setDirty(boolean) - Method in class org.openadaptor.adaptor.viewer.gui.ViewerGUI
sets the flag to indicate that the payload data has changed and needs to be saved
setDirty(boolean) - Method in class org.openadaptor.hospital.gui.HATPayloadPanel
sets the flag to indicate that the elements of the payload have been modified and need to be saved to the database.
setDisruptive(boolean) - Method in class org.openadaptor.adaptor.AbstractSimplePipe
set disruptive flag this denotes that pipe does not alter size or order of the incoming dataobject array
setDO2XMLConverter(DO2XMLConverter) - Method in class org.openadaptor.doconverter.DataObjectMessageWriter
Sets the DO2XMLConverter instance used to serialise DataObjects.
setDO2XMLConverter(DO2XMLConverter) - Method in class org.openadaptor.doconverter.MessageWrapper
 
setDOFocus(int) - Method in class org.openadaptor.adaptor.display.inspectorgui.Inspector
Set the focus of the DataObject selection list to the index requested
setDOFocus() - Method in class org.openadaptor.adaptor.viewer.gui.ViewerGUI
Set the focus to the currently selecetd DataObject in the list.
setDOFocus(int) - Method in class org.openadaptor.adaptor.viewer.gui.ViewerGUI
Set the focus of the DataObject selection list to the index requested
setDoModifications(boolean) - Method in class org.openadaptor.adaptor.ldap.LDAP
Set the value of the doModifications flag.
setDoSmartModifications(boolean) - Method in class org.openadaptor.adaptor.ldap.LDAP
Set the value of the doSmartModifications flag.
setDOStringReader(String, Properties, String) - Method in class org.openadaptor.adaptor.AbstractReader
Sets string reader class for this sink (see dostrings package)
setDOStringReader(String, Properties, String) - Method in interface org.openadaptor.adaptor.ReaderDelegate
Sets string reader class for this reader delegate (see dostrings package)
setDOStringReader(String, Properties, String) - Method in class org.openadaptor.adaptor.SimpleReaderDelegate
Sets string reader class for this sink (see dostrings package)
setDOStringWriter(String, Properties, String) - Method in class org.openadaptor.adaptor.AbstractWriter
Sets string writer class for this sink (see dostrings package)
setDOXML(String) - Method in class org.openadaptor.hospital.HATPatient
set the patient's DOXML representation of the DataObject payload
setDTDHandler(DTDHandler) - Method in class org.openadaptor.simplexml.SAXXParser
This method of SAX is not yet supported !
setDurable(boolean) - Method in class org.openadaptor.adaptor.jms.JMSListener
Sets the requested value of the Durable property for Topics.
setEditableAttributes(String, String[]) - Method in class org.openadaptor.adaptor.viewer.security.NoSecurityViewer
Stores the supplied list of the attributes that are editable for the supplied DataObject type.
setEditableAttributes(String, String[]) - Method in class org.openadaptor.adaptor.viewer.security.ReadOnlyViewer
Stores the supplied list of the attributes that are editable for the supplied DataObject type.
setEditableAttributes(String, String[]) - Method in interface org.openadaptor.adaptor.viewer.security.ViewerSecurity
Stores the supplied list of the attributes that are editable for the supplied DataObject type.
setEditButtons(Adaptor, FrameworkComponent) - Method in class org.openadaptor.adaptor.editor.AFEditor
 
setEditor(AFEditor) - Method in class org.openadaptor.adaptor.editor.Preferences
 
setElementMap(int[]) - Method in class org.openadaptor.adaptor.Message.MessageFrame
set element mapping array
setElementMap(int[]) - Method in class org.openadaptor.adaptor.Message
set element map for current message frame
setElementType(MOType) - Method in class org.openadaptor.dmx.metaobjects.types.MOCollection
 
setEncodeRvMsg(String) - Method in class org.openadaptor.adaptor.tibco.tibrv.TibRvSink
 
setEncoding(String) - Method in class org.openadaptor.adaptor.tcp.SocketMTAcceptor
 
setEncoding(String) - Method in class org.openadaptor.adaptor.tcp.SocketMTSourceInstance
sets the text encoding to use
setEncoding(String) - Method in class org.openadaptor.dmx.converter.DMXMetadataGenerator
Not implemented for DMX
setEncoding(String) - Method in class org.openadaptor.doconverter.AbstractMessageReader
Sets the character encoding format to be used.
setEncoding(String) - Method in class org.openadaptor.doconverter.AbstractMessageWriter
Sets the character encoding format to be used.
setEncoding(String) - Method in class org.openadaptor.doconverter.AbstractMetadataGenerator
Sets the character encoding format to be used.
setEncoding(String) - Method in class org.openadaptor.doconverter.BasicDO2XMLConverter
Sets the character encoding format to be used.
setEncoding(String) - Method in class org.openadaptor.doconverter.DataObjectFormatter
Sets the character encoding format to be used.
setEncoding(String) - Method in interface org.openadaptor.doconverter.DO2XMLConverter
Sets the character encoding format to be used.
setEncoding(String) - Method in interface org.openadaptor.doconverter.MessageWriter
Sets the character encoding format to be used.
setEncoding(String) - Method in interface org.openadaptor.doconverter.MetadataGenerator
Sets the character encoding format to be used.
setEncoding(String) - Method in class org.openadaptor.doconverter.XMLFormatter
Sets the character encoding format to be used.
setEncoding(String) - Method in class org.openadaptor.util.tcp.OASocket
 
setEntityResolver(EntityResolver) - Method in class org.openadaptor.simplexml.SAXXParser
This method of SAX is not yet supported !
setEnvelopeFromMessage(Message) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterManager
Set Message Properties for all managed Transporters
setEnvelopeFromMessage(Message) - Method in interface org.openadaptor.adaptor.transporter.AdaptorTransporterManager
Set Message Properties for all managed Transporters
setEnvelopeHeaderAttName(String) - Method in class org.openadaptor.adaptor.benchmark.UniqueIDVerifyPipe
 
setEnvelopeSupport(MessageEnvelopeProperties) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterManager
Sets the _messagePropertySupport.
setEnvelopeTypeName(String) - Method in class org.openadaptor.adaptor.benchmark.UniqueIDVerifyPipe
 
setErrorHandler(ErrorHandler) - Method in class org.openadaptor.simplexml.SAXXParser
This method of SAX is not yet supported !
setEventMessageStatus(JdbcSourceEventMessage, String, String) - Method in class org.openadaptor.adaptor.jdbc.informix.InformixSource
Sets the status on the database for this event.
setEventMessageStatus(JdbcSourceEventMessage, String, String) - Method in class org.openadaptor.adaptor.jdbc.JdbcSource
Sets the status of a particular event on the BCG_MsgQueue table.
setEventMessageStatus(String) - Method in class org.openadaptor.adaptor.jdbc.msaccess.MSAccessSource
convenience method that will update the status without updating the MsgFailedText field
setEventMessageStatus(String, String) - Method in class org.openadaptor.adaptor.jdbc.msaccess.MSAccessSource
Sets the status of a particular event on the BCG_Msg table.
setEventMessageStatus(JdbcSourceEventMessage, String, String) - Method in class org.openadaptor.adaptor.jdbc.mssql.MSSqlBatchSource
Sets the status of a particular event on the BCG_MsgQueue table.
setEventMessageStatus(JdbcSourceEventMessage, String, String, int) - Method in class org.openadaptor.adaptor.jdbc.mssql.MSSqlBatchSource
Sets the status of a particular event on the BCG_MsgQueue table.
setEventMessageStatus(String, String, String) - Method in class org.openadaptor.adaptor.jdbc.mssql.MSSqlBatchSource
Sets the status of a particular event on the BCG_MsgQueue table.
setEventMessageStatus(JdbcSourceEventMessage, String, String) - Method in class org.openadaptor.adaptor.jdbc.mssql.MSSqlSource
Sets the status of a particular event on the BCG_MsgQueue table.
setEventMessageStatus(JdbcSourceEventMessage, String, String) - Method in class org.openadaptor.adaptor.jdbc.oracle.OracleSource
Sets the status on the database for this event.
setEventMessageStatus(JdbcSourceEventMessage, String, String) - Method in class org.openadaptor.adaptor.jdbc.sybase.SybaseBatchSource
Sets the status of a particular event on the BCG_MsgQueue table.
setEventMessageStatus(JdbcSourceEventMessage, String, String, int) - Method in class org.openadaptor.adaptor.jdbc.sybase.SybaseBatchSource
Sets the status of a particular event on the BCG_MsgQueue table.
setEventMessageStatus(String, String, String) - Method in class org.openadaptor.adaptor.jdbc.sybase.SybaseBatchSource
Sets the status of a particular event on the BCG_MsgQueue table.
setEventMessageStatus(JdbcSourceEventMessage, String, String) - Method in class org.openadaptor.adaptor.jdbc.sybase.SybaseSource
Sets the status of a particular event on the BCG_MsgQueue table.
setEvents(String[]) - Method in interface org.openadaptor.adaptor.CallbackManager
Sets events supported by this CallbackManager from an array.
setEvents(String) - Method in interface org.openadaptor.adaptor.CallbackManager
Sets events from a comma separated list (intended for processing properties values).
setEvents(String[]) - Method in class org.openadaptor.adaptor.SimpleCallbackManager
Sets events supported by this CallbackManager from an array.
setEvents(String) - Method in class org.openadaptor.adaptor.SimpleCallbackManager
Sets events from a comma separated list.
setException(PipelineException) - Method in class org.openadaptor.adaptor.standard.RequestReplyEmbeddedPipe
Set any exception that was raised while receiving a reply from the embedded Source.
setExceptionForElement(int, Exception) - Method in class org.openadaptor.adaptor.Message.MessageFrame
set an exception that relates to a sepcific frame in the data array
setExceptionForElement(int, Exception) - Method in class org.openadaptor.adaptor.Message
set exception for specific dataobvject in the data array of the current message frame
setExitAllowed(boolean) - Method in interface org.openadaptor.adaptor.Controller
Set whether System.exit() call allowed.
setExitAllowed(boolean) - Method in class org.openadaptor.adaptor.SimpleController
Set whether System.exit() call allowed.
setExitCode(int) - Method in class org.openadaptor.adaptor.SimpleController
set exit code, if this is set to non-zero and a source exits then the controller should stop all other sources and exit with this code
setExitWhenSourceDry(String) - Method in class org.openadaptor.adaptor.SimpleController
Set property that dictates whether this adaptor should exit when Source are dry, eg: end of file if source is file based.
setFactory(String) - Method in class org.openadaptor.adaptor.jms.JMSTransporter
Sets the name of the JMS Queue/Topic factory to use.
setFactory(String) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Set the name of the factory used to create the underlying connection.
setFactory(String) - Method in interface org.openadaptor.adaptor.transporter.Transporter
Set the name of the factory used to create the underlying connection.
setFailedText(String) - Method in class org.openadaptor.adaptor.jdbc.JdbcSourceEventMessage
 
setFeature(String, boolean) - Method in class org.openadaptor.simplexml.SAXXParser
 
setFileName(String) - Method in class org.openadaptor.adaptor.editor.AFEditor
 
setFilename(String) - Method in class org.openadaptor.util.jms.peeker.JMSPeeker
 
setFileWriter(ObjectOutputStream) - Method in class org.openadaptor.util.jms.peeker.ObjectWriter
 
setFileWriter(OutputStreamWriter) - Method in class org.openadaptor.util.jms.peeker.TextWriter
 
setFilterPattern(String) - Method in class org.openadaptor.util.AbstractRemoteLogger
Setup the filter pattern to use to filter the log messages
setFirstCountedMessage() - Method in class org.openadaptor.adaptor.benchmark.BenchmarkThroughputPipe
Set start time and reset message count
setFixed() - Method in class org.openadaptor.dataobjects.FixedDOType
** set this SDOType as fixed, ie: no more attributes can be added either ** directly or indirectly to it's subtypes, this cannot be undone ** @return the UIDString for this type
setFooter(InputStreamComponent) - Method in class org.openadaptor.security.SecurityAgent
 
setFooterType(String) - Method in class org.openadaptor.adaptor.standard.MultiFilePropertiesConfig
 
setFooterTypes(Map) - Method in class org.openadaptor.adaptor.standard.MultiFilePropertiesConfig
 
setFormatString(String) - Method in class org.openadaptor.dostrings.transformers.DateFormatTransformer
 
setFrame(HATFrame) - Method in class org.openadaptor.hospital.listeners.HATMenuActionListener
set the _frame reference to the supplied HATFrame
setFromArguments(String[]) - Method in class org.openadaptor.adaptor.editor.Preferences
Set preferences based on program argumemnts.
setFromDialog() - Method in class org.openadaptor.adaptor.editor.Preferences
Set preferences from dialog values
setFromEnvelope(DataObject) - Method in class org.openadaptor.adaptor.transporter.MessageEnvelopeProperties
Intialise the message properties from the envelope.
setFromFile(File) - Method in class org.openadaptor.adaptor.editor.Preferences
Set preferences from a configuration file.
setFromGUIGeometry() - Method in class org.openadaptor.adaptor.editor.Preferences
Set preferences from current GUI geometry settings.
setFromMessage(Component, Message) - Method in class org.openadaptor.adaptor.transporter.MessageEnvelopeProperties
Set Message Properties from Message.
setFromProperties(Properties, String[]) - Method in class org.openadaptor.adaptor.AbstractSimplePipe
Sets parameters from a property list.
setFromProperties(Properties, String[]) - Method in class org.openadaptor.adaptor.benchmark.IDEnvelopePipe
 
setFromProperties(Properties, String[]) - Method in class org.openadaptor.adaptor.benchmark.UniqueIDVerifyPipe
 
setFromProperties(Properties, String[]) - Method in interface org.openadaptor.adaptor.Configurable
Sets parameters from a property list.
setFromProperties(Properties, String) - Method in interface org.openadaptor.adaptor.Configurable
Sets parameters from a property list.
setFromProperties(Properties, String) - Method in class org.openadaptor.adaptor.jms.JMSAdaptorListenerManager
Adds new JMSAdaptorListener transporters specified in the properties list.
setFromProperties(Properties, String) - Method in class org.openadaptor.adaptor.jms.JMSAdaptorPublisherManager
Adds new JMSAdaptorPublisher transporters specified in the properties list.
setFromProperties(Properties, String[]) - Method in class org.openadaptor.adaptor.jms.JMSListener
Sets parameters from a property list.
setFromProperties(Properties, String[]) - Method in class org.openadaptor.adaptor.jms.JMSPublisher
Sets parameters from a property list.
setFromProperties(Properties, String[]) - Method in class org.openadaptor.adaptor.jms.JMSTransporter
Sets parameters from a property list.
setFromProperties(Properties, String, String) - Method in interface org.openadaptor.adaptor.ReaderDelegate
Set state from properties object.
setFromProperties(Properties, String[]) - Method in class org.openadaptor.adaptor.SimpleCallbackManager
Sets parameters from a property list.
setFromProperties(Properties, String) - Method in class org.openadaptor.adaptor.SimpleCallbackManager
Sets parameters from a property list.
setFromProperties(Properties, String) - Method in class org.openadaptor.adaptor.SimpleComponent
Sets parameters from a property list.
setFromProperties(Properties, String[]) - Method in class org.openadaptor.adaptor.SimpleComponent
Sets parameters from a property list.
setFromProperties(Properties, String) - Method in class org.openadaptor.adaptor.SimpleController
Sets parameters from a property list.
setFromProperties(Properties, String[]) - Method in class org.openadaptor.adaptor.SimpleController
Sets parameters from a property list.
setFromProperties(Properties, String, String) - Method in class org.openadaptor.adaptor.SimpleReaderDelegate
Set state from properties object.
setFromProperties(Properties, String[]) - Method in class org.openadaptor.adaptor.standard.ArraySplitterPipe
Sets parameters from a property list.
setFromProperties(Properties, String[]) - Method in class org.openadaptor.adaptor.standard.RequestReplyEmbeddedPipe
Sets parameters from a property list.
setFromProperties(Properties, String) - Method in class org.openadaptor.adaptor.standard.SimpleEnvelopePipe
 
setFromProperties(Properties, String[]) - Method in class org.openadaptor.adaptor.standard.SimpleEnvelopePipe
 
setFromProperties(Properties, String) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter.NullTransporterManager
Sets TransporterManager parameters from a property list.
setFromProperties(Properties, String[]) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Sets parameters from a property list.
setFromProperties(Properties, String) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Sets parameters from a property list.
setFromProperties(Properties, String) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterManager
Sets AdaptorTransporterManager parameters from a property list.
setFromProperties(Properties, String[]) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterSink
Sets parameters from a property list.
setFromProperties(Properties, String[]) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterSource
Sets parameters from a property list.
setFromProperties(Properties, String) - Method in interface org.openadaptor.adaptor.transporter.AdaptorTransporterManager
Sets AdaptorTransporterManager parameters from a property list.
setFromProperties(Properties, String[]) - Method in interface org.openadaptor.adaptor.transporter.Configuration
Sets parameters from a property list.
setFromProperties(Properties, String) - Method in interface org.openadaptor.adaptor.transporter.Configuration
Sets parameters from a property list.
setFromProperties(Properties, String[]) - Method in class org.openadaptor.adaptor.transporter.MessageEnvelopeProperties
 
setFromProperties(Properties, String) - Method in class org.openadaptor.adaptor.transporter.MessageEnvelopeProperties
 
setFromProperties(Properties, String) - Method in interface org.openadaptor.j2ee.session.EJBWithResourceAdaptor
Called to update the openadaptor adaptor properties at run-time.
setFromProperties(Properties, String) - Method in class org.openadaptor.j2ee.session.EJBWithResourceAdaptorBean
Called to update the openadaptor adaptor properties at run-time.
setFromProperties(Properties, String) - Method in interface org.openadaptor.j2ee.session.EJBWithSink
Called to create a Sink or update its properties at run-time.
setFromProperties(Properties, String) - Method in class org.openadaptor.j2ee.session.EJBWithSinkBean
Called to create a Sink or update its properties at run-time.
setFromProperties(Properties, String[]) - Method in class org.openadaptor.util.jms.peeker.JMSPeeker
 
setFromResource(String) - Method in class org.openadaptor.adaptor.editor.Preferences
Set preferences from a configuration file.
setFromResource(String, String[]) - Method in class org.openadaptor.adaptor.SimpleComponent
Sets parameters from a class resource.
setFromStream(InputStream, String) - Method in class org.openadaptor.adaptor.editor.Preferences
 
setFullyLoaded(boolean) - Method in class org.openadaptor.hospital.HATPatient
set a flag to indicate that the patient's details have been fully read in from the hospital database
setFunctionName(String) - Method in class org.openadaptor.j2ee.jca.oaInteractionSpec
 
setHandlerController(SAXReadController) - Method in class org.openadaptor.dmx.converter.DMXMainDocumentHandler
 
setHandlerFactory(ElementHandlerFactory) - Method in class org.openadaptor.util.sax.SAXReadController
 
setHandlerNameDictionary(Hashtable) - Method in class org.openadaptor.util.sax.ElementHandlerFactory
 
setHandlerStack(Stack) - Method in class org.openadaptor.util.sax.SAXReadController
 
setHandshake(SocketHandshakeProtocol) - Method in class org.openadaptor.adaptor.tcp.SocketMTAcceptor
 
setHandshake(SocketHandshakeProtocol) - Method in class org.openadaptor.adaptor.tcp.SocketMTSourceInstance
Setters
setHasSecurityRole(boolean) - Method in class org.openadaptor.hospital.authorisation.HATUser
 
setHeader(InputStreamComponent) - Method in class org.openadaptor.security.SecurityAgent
Surely getHeaderFromInputStream() ?
setHeader(String, String, String, String, String) - Method in class org.openadaptor.security.SecurityAgent
 
setHeaderLines(int) - Method in class org.openadaptor.adaptor.AbstractReader
This allows File Sources to be able to set the number of lines to be skipped (ignored) for each new file.
setHeaderRenderer() - Method in class org.openadaptor.adaptor.display.inspectorgui.Inspector
takes the supplied header renderer and applies it to each column in the table
setHeaderRenderer() - Method in class org.openadaptor.adaptor.viewer.gui.ViewerGUI
takes the supplied header renderer and applies it to each column in the table
setHeaderRenderer() - Method in class org.openadaptor.hospital.gui.HATEditableAttributesFrame
takes the supplied header renderer and applies it to each column in the table
setHeaderRenderer() - Static method in class org.openadaptor.hospital.gui.HATPayloadPanel
takes the supplied header renderer and applies it to each column in the table
setHeaderRenderer() - Method in class org.openadaptor.hospital.gui.HATUserRolesFrame
takes the supplied header renderer and applies it to each column in the table
setHeaderType(String) - Method in class org.openadaptor.adaptor.standard.MultiFilePropertiesConfig
 
setHeaderTypes(Map) - Method in class org.openadaptor.adaptor.standard.MultiFilePropertiesConfig
 
setHospitalName(String) - Method in class org.openadaptor.adaptor.hospital.HospitalSource
 
setHostName(String) - Method in class org.openadaptor.adaptor.jmx.JMXRemoteControl
 
setHostName(String) - Method in interface org.openadaptor.adaptor.jmx.JMXRemoteControlMBean
 
setHostName(String) - Method in class org.openadaptor.adaptor.standard.CommandLineRemoteControl
 
setHTTPPort(String) - Method in class org.openadaptor.adaptor.standard.HTTPRemoteControl
** @see #_port
setID(String) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Set the Transporter identification.
setID(String) - Method in interface org.openadaptor.adaptor.transporter.Transporter
Set the Transporter identification.
setId(String) - Method in class org.openadaptor.dmx.converter.DMXValue
 
setIdGenerator(UniqueIDGenerator) - Method in class org.openadaptor.adaptor.benchmark.IDEnvelopePipe
 
setIgnoreNull(boolean) - Method in class org.openadaptor.dostrings.transformers.DateFormatTransformer
 
setIn() - Method in class org.openadaptor.dmx.metaobjects.types.MOParameter
Set the parameter to be only an incoming parameter to the method it belongs to
setIni(IniFile) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
setIni(IniFile) - Method in class org.openadaptor.adaptor.editor.Enum
 
setInOut() - Method in class org.openadaptor.dmx.metaobjects.types.MOParameter
Set the parameter to be an in a outgoing parameter to the method it belongs to
setInputListener(CommandLineRemoteControl.InputListener) - Method in class org.openadaptor.adaptor.standard.CommandLineRemoteControl
 
setInputStream(InputStream) - Method in class org.openadaptor.adaptor.bridge.ProtocolReader
 
setInputStream(InputStreamComponent) - Method in class org.openadaptor.doconverter.v3.AbstractValueDecoder
Sets the input component.
setInputStream(InputStreamComponent) - Method in class org.openadaptor.doconverter.v3.DebugInputStreamComponent
Sets the Component from which input is read.
setInputStream(InputStreamComponent) - Method in class org.openadaptor.doconverter.v3.JavaDecoder
Sets upstream component to stream.
setInputStream(InputStreamComponent) - Method in interface org.openadaptor.doconverter.v3.ValueDecoder
Sets the InputStreamComponent from which serialised values will be read.
setInputStream(InputStreamComponent) - Method in interface org.openadaptor.util.InputStreamComponent
Sets the Component from which input is read.
setInputStream(InputStreamComponent) - Method in class org.openadaptor.util.PipelineInputStream
Sets the input component.
setInputStream(InputStreamComponent) - Method in class org.openadaptor.util.ReaderInputStream
Does nothing (input is taken from a Reader).
setInstanceScope() - Method in class org.openadaptor.dmx.metaobjects.types.MOAttribute
 
setInstanceScope() - Method in class org.openadaptor.dmx.metaobjects.types.MOMethod
 
setInstanceScope() - Method in interface org.openadaptor.dmx.metaobjects.types.MOScope
 
setIntValue(String, String, int) - Method in class org.openadaptor.util.IniFile
 
setInvolvedAttribute(MOAttribute) - Method in class org.openadaptor.dmx.metaobjects.types.MORelationshipPart
Sets the link attribute.
setJavaClassName(String) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
setJavaClassName(String) - Method in class org.openadaptor.adaptor.editor.Enum
 
setJavaClassName(String) - Method in interface org.openadaptor.adaptor.editor.FrameworkComponent
 
setJavaClassName(String) - Method in class org.openadaptor.adaptor.editor.NullComponent
 
setJdbcConnection(Connection) - Method in class org.openadaptor.adaptor.hospital.HospitalSource
 
setJdbcConnection(Connection) - Method in class org.openadaptor.adaptor.jdbc.JdbcSink
** @see #_dbConnection
setJdbcConnection(Connection) - Method in class org.openadaptor.adaptor.jdbc.JdbcSource
 
setJdbcConnection(Connection) - Method in class org.openadaptor.adaptor.jdbc.mssql.HospitalMSSqlImpl
 
setJdbcConnection(Connection) - Method in class org.openadaptor.adaptor.jdbc.oracle.HospitalOracleImpl
** @see #_dbConnection
setJdbcConnection(Connection) - Method in class org.openadaptor.adaptor.jdbc.oracle.OracleSink
** @see #_dbConnection
setJdbcConnection(Connection) - Method in class org.openadaptor.adaptor.jdbc.SQLSink
 
setJdbcConnection(Connection) - Method in class org.openadaptor.adaptor.jdbc.sybase.HospitalSybaseImpl
 
setJdbcConnection(Connection) - Method in interface org.openadaptor.adaptor.JdbcTransactionalResource
set this components jdbc connection, throws exception if this is not possible
setJdbcDriver(String) - Method in class org.openadaptor.adaptor.jdbc.JdbcSource
 
setJdbcDriver(String) - Method in class org.openadaptor.adaptor.jdbc.mssql.HospitalMSSqlImpl
 
setJdbcDriver(String) - Method in class org.openadaptor.adaptor.jdbc.oracle.HospitalOracleImpl
 
setJdbcDriver(String) - Method in class org.openadaptor.adaptor.jdbc.oracle.OracleSink
 
setJdbcDriver(String) - Method in class org.openadaptor.adaptor.jdbc.sybase.HospitalSybaseImpl
 
setJdbcDriver(String) - Method in class org.openadaptor.adaptor.util.JdbcConnectionParams
set driver implementation, should be class name
setJDBCTypeMap(String) - Method in class org.openadaptor.adaptor.jdbc.JdbcSource
 
setJdbcUrl(String) - Method in class org.openadaptor.adaptor.jdbc.JdbcSource
 
setJdbcUrl(String) - Method in class org.openadaptor.adaptor.jdbc.mssql.HospitalMSSqlImpl
 
setJdbcUrl(String) - Method in class org.openadaptor.adaptor.jdbc.oracle.HospitalOracleImpl
 
setJdbcUrl(String) - Method in class org.openadaptor.adaptor.jdbc.oracle.OracleSink
 
setJdbcUrl(String) - Method in class org.openadaptor.adaptor.jdbc.sybase.HospitalSybaseImpl
 
setJdbcUrl(String) - Method in class org.openadaptor.adaptor.util.JdbcConnectionParams
set protocol, host and port url
setJMSPriority(int) - Method in class org.openadaptor.adaptor.jms.JMSPublisher
Sets the requested value of the JMS message priority used when sending a JMS message.
setJndiFactory(String) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Set any JNDI factory name.
setJndiFactory(String) - Method in interface org.openadaptor.adaptor.transporter.Transporter
Set any JNDI factory name.
setJndiPassword(String) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Set the users credentials for JNDI lookup, if different from the credentials for establishing the underlying connection.
setJndiPropertiesLocation(String) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Set any further JNDI properties.
setJndiProvider(String) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Set any JNDI provider url.
setJndiProvider(String) - Method in interface org.openadaptor.adaptor.transporter.Transporter
Set any JNDI provider url.
setJndiUserName(String) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Set the users id for JNDI lookup, if different from the id for establishing the underlying connection.
setLine(String, String, String) - Method in class org.openadaptor.util.IniFile
set a line in the lines vector
setLineNumberReader(Reader) - Method in interface org.openadaptor.adaptor.ReaderDelegate
Set Line Number Reader
setLineNumberReader(Reader) - Method in class org.openadaptor.adaptor.SimpleReaderDelegate
Set Line Number Reader
setLinkChanged(FrameworkComponent, FrameworkComponent) - Method in class org.openadaptor.adaptor.editor.Adaptor
 
setLinkChanged(Adaptor, FrameworkComponent, FrameworkComponent) - Method in class org.openadaptor.adaptor.editor.AFEditor
 
setListProperty(Property) - Method in class org.openadaptor.adaptor.editor.AFTableCellRenderer.ListModel
 
setLoadExternalDTD(boolean) - Method in class org.openadaptor.doxml.XMLParser
 
setLocalBindAdress(InetAddress) - Method in class org.openadaptor.adaptor.tcp.SocketMTAcceptor
 
setLocale(Locale) - Method in class org.openadaptor.dostrings.transformers.DateFormatTransformer
 
setLocale(Locale) - Method in class org.openadaptor.simplexml.SAXXParser
This method of SAX is not yet supported !
setLogAllSeqNums(boolean) - Method in class org.openadaptor.adaptor.benchmark.UniqueIDVerifyPipe
 
setLogLevel(String, String) - Method in interface org.openadaptor.adaptor.Controller
Part of the adaptor control interface.
setLogLevel(String) - Method in class org.openadaptor.adaptor.jmx.JMXRemoteControl
 
setLogLevel(String) - Method in interface org.openadaptor.adaptor.jmx.JMXRemoteControlMBean
 
setLogLevel(String, String) - Method in class org.openadaptor.adaptor.SimpleController
set the log level on thew output logger
setLogLevel(String) - Method in class org.openadaptor.adaptor.standard.CommandLineRemoteControl
 
setLogLevel(int) - Method in class org.openadaptor.j2ee.util.BeanLogger
Set the current log level.
setLogLevel(String) - Method in class org.openadaptor.j2ee.util.BeanLogger
Set the current log level.
setLogLevel(String, String) - Static method in class org.openadaptor.util.log4j.Log4jConfig
 
setLogLevel(String, String, boolean) - Static method in class org.openadaptor.util.log4j.Log4jConfig
 
setLogWriter(PrintWriter) - Method in class org.openadaptor.j2ee.jca.oaManagedConnection
 
setLogWriter(PrintWriter) - Method in class org.openadaptor.j2ee.jca.oaManagedConnectionFactory
 
setLongValue(String, String, long) - Method in class org.openadaptor.util.IniFile
 
setManager(TransporterManager) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Set the manager for the Transporter.
setManagingOwnTransactions(boolean) - Method in class org.openadaptor.adaptor.hospital.HospitalSource
Delegate down to the Hospital
setManagingOwnTransactions(boolean) - Method in class org.openadaptor.adaptor.jdbc.JdbcSink
** @see #_managingOwnTransactions
setManagingOwnTransactions(boolean) - Method in class org.openadaptor.adaptor.jdbc.mssql.HospitalMSSqlImpl
 
setManagingOwnTransactions(boolean) - Method in class org.openadaptor.adaptor.jdbc.oracle.HospitalOracleImpl
** @see #isManagingOwnTransactions
setManagingOwnTransactions(boolean) - Method in class org.openadaptor.adaptor.jdbc.oracle.OracleSink
** @see #_managingOwnTransactions
setManagingOwnTransactions(boolean) - Method in class org.openadaptor.adaptor.jdbc.SQLSink
 
setManagingOwnTransactions(boolean) - Method in class org.openadaptor.adaptor.jdbc.sybase.HospitalSybaseImpl
 
setManagingOwnTransactions(boolean) - Method in interface org.openadaptor.adaptor.JdbcTransactionalResource
instruct component to manage own connections throws exception if this is not possible
setMandatory(TreeMap) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
setMandatory() - Method in class org.openadaptor.adaptor.editor.Property
 
setMandatory() - Method in class org.openadaptor.dmx.metaobjects.types.MOAttribute
 
setMandatoryFlag(boolean) - Method in class org.openadaptor.dmx.metaobjects.types.MOAttribute
Sets the true/false flag of the receiver which indicates whether it is a mandatory attribute
setMandatoryTemplates(TreeMap) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
setMatch(String) - Method in class org.openadaptor.adaptor.value.predicate.AbstractMatchPredicate
 
setMatch(String) - Method in class org.openadaptor.adaptor.value.predicate.RegExpPredicate
Sets up regular expression match on regexp string.
setMatch(String) - Method in class org.openadaptor.adaptor.value.predicate.StringPredicate
Parses the match string.
setMatch(String) - Method in class org.openadaptor.adaptor.value.predicate.ValueFilePredicate
Parse match from a named XML predicate file.
setMaxCallsPerPoll(int) - Method in class org.openadaptor.adaptor.AbstractSimpleSource
set max number of calls per poll (only relevant for polling sources)
setMaxDeadlockRetry(int) - Method in class org.openadaptor.adaptor.jdbc.JdbcSource
 
setMaxNumberOfFailures(int) - Method in class org.openadaptor.adaptor.jdbc.JdbcSource
 
setMaxStopTimeout(long) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Set maximum time to wait for transporter thread to terminate when AbstractTransporter.stopTransporter() is called.
setMaxStopTimeout(long) - Method in interface org.openadaptor.adaptor.transporter.Transporter
Set time to wait for transporter thread to terminate when Control.stopTransporter() is called.
setMaxThreads(int) - Method in class org.openadaptor.adaptor.tcp.SocketMTAcceptor
 
setMenuName(String) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
setMenuName(String) - Method in class org.openadaptor.adaptor.editor.Enum
 
setMenuName(String) - Method in interface org.openadaptor.adaptor.editor.FrameworkComponent
 
setMessage(Message) - Method in class org.openadaptor.adaptor.transporter.MessageEnvelopeProperties
Use message to setup messageProperties
setMessageContents(DataObject[]) - Method in class org.openadaptor.doconverter.MessageDataObject
Set the (DataObject Array) contents of the message.
setMessageDeliveryMode(int) - Method in class org.openadaptor.adaptor.jms.JMSListener
Sets the currently recorded value of the JMS delivery mode of the last message received.
setMessageDrivenContext(MessageDrivenContext) - Method in class org.openadaptor.j2ee.mdb.MDBListener
Called by the container to pass in the MDB context.
setMessageFile(String) - Method in class org.openadaptor.util.jms.stringpublisher.RunTransporterPublisher
 
setMessageSelector(String) - Method in class org.openadaptor.adaptor.jms.JMSListener
Sets the requested JMS message selector.
setMessageSequences(Hashtable) - Method in class org.openadaptor.adaptor.benchmark.UniqueIDVerifyPipe
 
setMessageType(String) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterSink
Set the message type - valid values are Text or Object.
setMessageVersion(String) - Method in class org.openadaptor.doconverter.XMLFormatter
Set message version.
setMessageWrapper(DataObject) - Method in class org.openadaptor.doconverter.BasicDO2XMLConverter
Defines the message wrapper object for the following messages.
setMetadataGenerator(MetadataGenerator) - Method in class org.openadaptor.doconverter.DataObjectMessageWriter
Sets the MetadataGenerator used by the receiver.
setMetadataGenerator(MetadataGenerator) - Method in class org.openadaptor.doconverter.MessageWrapper
 
setMetadataGenerator(MetadataGenerator) - Method in class org.openadaptor.doconverter.XMLFormatter
Deprecated. Use setAttributeValue() instead.
setMetamodel(DMXMetamodelHandler.XMIMetamodel) - Method in class org.openadaptor.dmx.converter.DMXHeaderHandler.XMIHeader
 
setMillisToTimeout(String) - Method in class org.openadaptor.adaptor.InitTimeout
 
setMillisToTimeout(long) - Method in class org.openadaptor.adaptor.InitTimeout
 
setModel(DMXModelHandler.XMIModel) - Method in class org.openadaptor.dmx.converter.DMXHeaderHandler.XMIHeader
 
setModule(MOModule) - Method in class org.openadaptor.dmx.metaobjects.types.MORelationship
Set module of the defined class
setModule(MOModule) - Method in class org.openadaptor.dmx.metaobjects.types.MOType
Set module of the defined class
setMoveExistingOutFiles(Map) - Method in class org.openadaptor.adaptor.standard.MultiFilePropertiesConfig
 
setMoveFileNames(Map) - Method in class org.openadaptor.adaptor.standard.MultiFilePropertiesConfig
 
setMqChannelName(String) - Method in class org.openadaptor.adaptor.ibm.MqSink
 
setMqChannelName(String) - Method in class org.openadaptor.adaptor.ibm.MqSource
 
setMqCharacterSet(String) - Method in class org.openadaptor.adaptor.ibm.MqSink
 
setMqConfigFile(String) - Method in class org.openadaptor.adaptor.ibm.MqSink
 
setMqHostName(String) - Method in class org.openadaptor.adaptor.ibm.MqSink
 
setMqHostName(String) - Method in class org.openadaptor.adaptor.ibm.MqSource
 
setMqManagerName(String) - Method in class org.openadaptor.adaptor.ibm.MqSink
 
setMqManagerName(String) - Method in class org.openadaptor.adaptor.ibm.MqSource
 
setMqPassword(String) - Method in class org.openadaptor.adaptor.ibm.MqSink
 
setMqPassword(String) - Method in class org.openadaptor.adaptor.ibm.MqSource
 
setMqPort(int) - Method in class org.openadaptor.adaptor.ibm.MqSink
 
setMqPort(int) - Method in class org.openadaptor.adaptor.ibm.MqSource
 
setMqQueueName(String) - Method in class org.openadaptor.adaptor.ibm.MqSink
 
setMqQueueName(String) - Method in class org.openadaptor.adaptor.ibm.MqSource
 
setMqUserName(String) - Method in class org.openadaptor.adaptor.ibm.MqSink
 
setMqUserName(String) - Method in class org.openadaptor.adaptor.ibm.MqSource
 
setMsgServiceName(String) - Method in class org.openadaptor.adaptor.jdbc.JdbcSource
 
setMultiValued(boolean) - Method in class org.openadaptor.dataobjects.Selector
Specify whether the Selector is single-valued (false) or multi-valued (true).
setName(String) - Method in interface org.openadaptor.adaptor.Component
Sets the name of the component.
setName(String) - Method in interface org.openadaptor.adaptor.Controller
Sets the name of the controller.
setName(String) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
setName(String) - Method in class org.openadaptor.adaptor.editor.Enum
 
setName(String) - Method in interface org.openadaptor.adaptor.editor.FrameworkComponent
 
setName(String) - Method in class org.openadaptor.adaptor.jdbc.mssql.HospitalMSSqlImpl
Sets the name of the component.
setName(String) - Method in class org.openadaptor.adaptor.jdbc.oracle.HospitalOracleImpl
Sets the name of the component.
setName(String) - Method in class org.openadaptor.adaptor.jdbc.sybase.HospitalSybaseImpl
Sets the name of the component.
setName(String) - Method in class org.openadaptor.adaptor.RunAdaptor
 
setName(String) - Method in class org.openadaptor.adaptor.SimpleComponent
Sets the name of the component.
setName(String) - Method in class org.openadaptor.adaptor.SimpleController
 
setName(String) - Method in class org.openadaptor.adaptor.util.BinaryFileDataRecord.DataField
 
setName(String) - Method in class org.openadaptor.dmx.converter.DMXMetamodelHandler.XMIMetamodel
 
setName(String) - Method in class org.openadaptor.dmx.converter.DMXModelHandler.XMIModel
 
setName(String) - Method in class org.openadaptor.dmx.converter.DMXValue
 
setName(String) - Method in class org.openadaptor.dmx.metaobjects.types.MOAttribute
Sets the name of the attribute.
setName(String) - Method in class org.openadaptor.dmx.metaobjects.types.MOMethod
 
setName(String) - Method in class org.openadaptor.dmx.metaobjects.types.MOModule
Sets the name of the module
setName(String) - Method in class org.openadaptor.dmx.metaobjects.types.MOParameter
Sets the name of the parameter.
setName(String) - Method in class org.openadaptor.dmx.metaobjects.types.MORelationship
Sets the name of the relationship
setName(String) - Method in class org.openadaptor.dmx.metaobjects.types.MOType
Set the name of the defined class.
setName(String) - Method in class org.openadaptor.dostrings.DelimitedStringReader
sets the component name.
setName(String) - Method in class org.openadaptor.dostrings.transformers.DateFormatTransformer
 
setNoClearOnLoadProperties(String) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
setNoLocal(boolean) - Method in class org.openadaptor.adaptor.jms.JMSListener
Sets the requested value of the NoLocal property for Topics.
setNonStandardProperties(NonStandardProperties) - Method in class org.openadaptor.adaptor.editor.Adaptor
 
setNullString(String) - Method in class org.openadaptor.dostrings.DOStringReader
Set the value of the string which should be interpreted as (replaced by) null.
setNumFields(int) - Method in class org.openadaptor.dostrings.DOStringReaderWriter
 
setNumFieldsAtt(String) - Method in class org.openadaptor.dostrings.DOStringReaderWriter
 
setOaRootLogger(Logger) - Static method in class org.openadaptor.util.log4j.Log4jConfig
 
setObjectID(String) - Method in class org.openadaptor.dmx.metaobjects.types.MOAttribute
Sets the object id of the receiver
setObjectID(String) - Method in class org.openadaptor.dmx.metaobjects.types.MOClass
Set the receiver's object ID.
setObjectID(String) - Method in class org.openadaptor.dmx.metaobjects.types.MOType
Set the receiver's object ID.
setOperationTimeouts(Properties, String, int[]) - 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
setOperator(String) - Method in class org.openadaptor.adaptor.value.predicate.AbstractComparisonPredicate
Sets the operatorString from the string.
setOptional(TreeMap) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
setOptionalTemplates(TreeMap) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
setOriginalName(String) - Method in class org.openadaptor.adaptor.editor.AdaptorProperties
 
setOriginalName(String) - Method in class org.openadaptor.adaptor.editor.StandardComponent
 
setOut() - Method in class org.openadaptor.dmx.metaobjects.types.MOParameter
Set the parameter to be only an outgoing parameter to the method it belongs to
setOutFileNames(Map) - Method in class org.openadaptor.adaptor.standard.MultiFilePropertiesConfig
 
setOutputFilename(String) - Method in class org.openadaptor.util.jms.peeker.ObjectWriter
 
setOutputFilename(String) - Method in class org.openadaptor.util.jms.peeker.RunPeeker
 
setOutputFilename(String) - Method in class org.openadaptor.util.jms.peeker.TextWriter
 
setOutputStream(OutputStream) - Method in class org.openadaptor.adaptor.bridge.ProtocolReader
 
setOutputStream(OutputStreamComponent) - Method in class org.openadaptor.doconverter.v3.BasicDOEncoder
Sets the OutputStream on which values will be encoded.
setOutputStream(OutputStreamComponent) - Method in class org.openadaptor.doconverter.v3.DebugOutputStreamComponent
Sets the output component.
setOutputStream(OutputStreamComponent) - Method in class org.openadaptor.doconverter.v3.FastFmtEncoder
Sets the OutputStream on which values will be encoded.
setOutputStream(OutputStreamComponent) - Method in class org.openadaptor.doconverter.v3.JavaEncoder
Sets the OutputStream on which values will be encoded.
setOutputStream(OutputStreamComponent) - Method in interface org.openadaptor.doconverter.v3.ValueEncoder
Sets the OutputStream on which values will be encoded.
setOutputStream(OutputStreamComponent) - Method in class org.openadaptor.security.EncryptionOutputStreamComponent
Sets the output component.
setOutputStream(OutputStreamComponent) - Method in class org.openadaptor.util.base64.Base64WriterOutputStream
Sets the output component.
setOutputStream(OutputStreamComponent) - Method in interface org.openadaptor.util.OutputStreamComponent
Sets the output component.
setOutputStream(OutputStreamComponent) - Method in class org.openadaptor.util.PipelineOutputStream
Sets the output component.
setOverrideExistingClientID(boolean) - Method in class org.openadaptor.adaptor.jms.JMSTransporter
Sets whether to try overriding an existing ClientID when establishing a JMS connection.
setOwner(MOStructure) - Method in class org.openadaptor.dmx.metaobjects.types.MOAttribute
Sets the class the receiver belongs to.
setOwnOperations(Vector) - Method in class org.openadaptor.dmx.metaobjects.types.MOClass
Accessing method to the instance variable ownOperations
setPalettePath(String) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
setPalettePath(String) - Method in class org.openadaptor.adaptor.editor.Enum
 
setPalettePath(String) - Method in interface org.openadaptor.adaptor.editor.FrameworkComponent
 
setParameter(Vector) - Method in class org.openadaptor.dmx.metaobjects.types.MOMethod
 
setParametersFromHeader(Header) - Method in class org.openadaptor.security.AbstractSecurityInputStreamComponent
 
setParametersFromHeader(Header) - Method in class org.openadaptor.security.SecurityAgent
 
setParent(SimpleDataObject, String) - Method in class org.openadaptor.hospital.gui.HATPayloadPanel
Set the parent reference for this data object.
setParser(XMLReader) - Method in class org.openadaptor.dmx.converter.DMXMainDocumentHandler
 
setParser(XMLReader) - Method in class org.openadaptor.dmx.util.DMXTypeRepository
sax parser getter and setter methods
setParser(XMLReader) - Method in interface org.openadaptor.util.sax.SAXHandlerController
 
setParser(XMLReader) - Method in class org.openadaptor.util.sax.SAXReadController
 
setParticipants(Vector) - Method in class org.openadaptor.dmx.metaobjects.types.MORelationship
Sets the participants collection of the relationship
setPassingProcParamNames(boolean) - Method in class org.openadaptor.adaptor.jdbc.JdbcSource
Method declaration
setPassphrase(String) - Method in class org.openadaptor.util.ssh.JschUserInfo
 
setPasswd(String) - Method in class org.openadaptor.util.ssh.JschUserInfo
 
setPassword(String) - Method in class org.openadaptor.adaptor.AbstractRemoteControl
 
setPassword(String) - Method in class org.openadaptor.adaptor.jdbc.JdbcSource
 
setPassword(String) - Method in class org.openadaptor.adaptor.jdbc.mssql.HospitalMSSqlImpl
 
setPassword(String) - Method in class org.openadaptor.adaptor.jdbc.oracle.HospitalOracleImpl
 
setPassword(String) - Method in class org.openadaptor.adaptor.jdbc.oracle.OracleSink
 
setPassword(String) - Method in class org.openadaptor.adaptor.jdbc.sybase.HospitalSybaseImpl
 
setPassword(String) - Method in class org.openadaptor.adaptor.jmx.JMXRemoteControl
 
setPassword(String) - Method in interface org.openadaptor.adaptor.jmx.JMXRemoteControlMBean
 
setPassword(String) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Set the users credentials for establishing the underlying connection.
setPassword(String) - Method in class org.openadaptor.adaptor.util.JdbcConnectionParams
set password
setPath(String) - Method in class org.openadaptor.adaptor.editor.AFEditor
 
setPatientID(int) - Method in class org.openadaptor.hospital.HATPatient
sets the patient's ID attribute
setPatientListFocus(int) - Method in class org.openadaptor.hospital.gui.HATPatientPanel
Set the focus of the patient selection list to the index requested.
setPipelineController(PipelineController) - Method in interface org.openadaptor.adaptor.Controller
Set the PipelineController for this adaptor.
setPipelineController(PipelineController) - Method in class org.openadaptor.adaptor.SimpleController
Part of the Controller interface.
setPollPeriod(int) - Method in class org.openadaptor.adaptor.AbstractSimpleSource
set poll period (only relevant for polling sources)
setPort(int) - Method in class org.openadaptor.adaptor.tcp.SocketMTAcceptor
 
setPortNumber(int) - Method in class org.openadaptor.adaptor.bridge.BridgeSocketSink
Sets portNumber.
setPortNumber(int) - Method in class org.openadaptor.adaptor.bridge.BridgeSocketSource
Sets port number to supplied value.
setPortNumberFromString(String) - Method in class org.openadaptor.adaptor.bridge.BridgeSocketSink
Sets portNumber from an integer represented in a String.
setPortNumberFromString(String) - Method in class org.openadaptor.adaptor.bridge.BridgeSocketSource
Sets portNumber from an integer represented in a String.
setPredecessor(MOClass) - Method in class org.openadaptor.dmx.metaobjects.types.MOClass
Set the predecessor class version of the defined class.
setPreferredSize(Component, Dimension) - Method in class org.openadaptor.util.layout.StrutLayout
Fixes the preferred size for a component regardless of what its getPreferredSize () method returns.
setPreviousController(SAXHandlerController) - Method in class org.openadaptor.util.sax.SAXReadController
 
setPreviousHandler(HierarchicalElementHandler) - Method in class org.openadaptor.util.sax.SAXReadController
 
setPreviousReceivedMessage(Object) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
 
setPrimitiveTypeCompatibleTo(DOType, DOType) - Static method in class org.openadaptor.dataobjects.AbstractDOTypeRepository
set the specified type as a compatible type to the specified compatibleType.
setPrivate() - Method in class org.openadaptor.dmx.metaobjects.types.MOAttribute
 
setPrivate() - Method in class org.openadaptor.dmx.metaobjects.types.MOMethod
 
setPrivate() - Method in interface org.openadaptor.dmx.metaobjects.types.MOVisibility
 
setProcessingInstruction(ConfigEntry, int, String, String, String) - Method in class org.openadaptor.util.SuperProperties
Adds an XML processing instruction to the ConfigEntry chain.
setProcessPatients(String) - Method in class org.openadaptor.adaptor.hospital.HospitalSource
 
setProcName(String) - Method in class org.openadaptor.adaptor.jdbc.JdbcProcConfig
 
setProducer(MessageProducer) - Method in class org.openadaptor.adaptor.jms.JMSPublisher
Sets the recorded value of the current JMS producer.
setPrompt(String) - Method in class org.openadaptor.adaptor.standard.CommandLineRemoteControl
 
setProperties() - Method in class org.openadaptor.adaptor.RunAdaptor
Sets properties for this component
setProperties(String, String, String, String, String) - Method in class org.openadaptor.hospital.helpers.HATDatabase
set the database specific parameters/properties
setPropertiesFile(String) - Method in class org.openadaptor.adaptor.jmx.JMXAdapter
 
setPropertiesFile(String) - Method in interface org.openadaptor.adaptor.jmx.JMXAdapterMBean
 
setPropertiesTableChanged(FrameworkComponent) - Method in class org.openadaptor.adaptor.editor.Adaptor
 
setPropertiesTableName(FrameworkComponent, String, String) - Method in class org.openadaptor.adaptor.editor.Adaptor
 
setPropertiesTableStructureChanged(FrameworkComponent) - Method in class org.openadaptor.adaptor.editor.Adaptor
 
setProperty(String, Object) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
setProperty(String, Object, int) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
setProperty(String, Object, int, int) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
setProperty(String, Object, int, int) - Method in class org.openadaptor.adaptor.editor.DelegateComponent
 
setProperty(String, Object) - Method in class org.openadaptor.adaptor.editor.Enum
 
setProperty(String, Object, int) - Method in class org.openadaptor.adaptor.editor.Enum
 
setProperty(String, Object) - Method in interface org.openadaptor.adaptor.editor.FrameworkComponent
 
setProperty(String, Object, int) - Method in interface org.openadaptor.adaptor.editor.FrameworkComponent
 
setProperty(StreamTokenizer) - Method in class org.openadaptor.adaptor.editor.Script
 
setProperty(String, Object) - Method in class org.openadaptor.dostrings.DOStringReaderWriter.TypeInfo
 
setProperty(String, byte[]) - Method in class org.openadaptor.security.Footer
 
setProperty(String, String) - Method in class org.openadaptor.security.Header
Sets a new name/value pair in this header object.
setProperty(String, Object) - Method in class org.openadaptor.simplexml.SAXXParser
 
setProperty(String, String) - Method in class org.openadaptor.util.SuperProperties
Sets a property key/value pair.
setProperty(String, String, boolean) - Method in class org.openadaptor.util.SuperProperties
Sets a property key/value pair.
setProperty(String, String, ConfigEntry, int, boolean) - Method in class org.openadaptor.util.SuperProperties
Sets a property key/value pair.
setProperty(String, String, ConfigEntry, int, boolean, int) - Method in class org.openadaptor.util.SuperProperties
 
setPropertyEditButtons() - Method in class org.openadaptor.adaptor.editor.Adaptor
 
setPropertyEditButtons() - Method in class org.openadaptor.adaptor.editor.AFEditor
 
setPropertyEditButtons(Adaptor, FrameworkComponent) - Method in class org.openadaptor.adaptor.editor.AFEditor
 
setPropertyName(String, Object) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
setPropertyName(String, Object) - Method in class org.openadaptor.adaptor.editor.Enum
 
setPropertyName(String, Object) - Method in interface org.openadaptor.adaptor.editor.FrameworkComponent
 
setPropertyToolTipText(TreeMap, String, String) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
setPropertyToolTipText(String, String) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
setPropertyToolTipText(String, String) - Method in class org.openadaptor.adaptor.editor.Enum
 
setPropertyToolTipText(String, String) - Method in interface org.openadaptor.adaptor.editor.FrameworkComponent
 
setPropertyValueAt(FrameworkComponent, int, Object) - Method in class org.openadaptor.adaptor.editor.Adaptor
 
setPropsFrom(String) - Method in class org.openadaptor.util.jms.drain.RunDrainer
 
setPropsFrom(String) - Method in class org.openadaptor.util.jms.peeker.RunPeeker
 
setPropsFrom(String) - Method in class org.openadaptor.util.jms.stringpublisher.RunTransporterPublisher
 
setPropsPrefix(String) - Method in interface org.openadaptor.adaptor.Component
Sets the property prefix of the component.
setPropsPrefix(String) - Method in interface org.openadaptor.adaptor.Controller
Sets the property prefix of the controller.
setPropsPrefix(String) - Method in class org.openadaptor.adaptor.jdbc.mssql.HospitalMSSqlImpl
Sets the property prefix of the component.
setPropsPrefix(String) - Method in class org.openadaptor.adaptor.jdbc.oracle.HospitalOracleImpl
Sets the property prefix of the component.
setPropsPrefix(String) - Method in class org.openadaptor.adaptor.jdbc.sybase.HospitalSybaseImpl
Sets the property prefix of the component.
setPropsPrefix(String) - Method in class org.openadaptor.adaptor.RunAdaptor
 
setPropsPrefix(String) - Method in class org.openadaptor.adaptor.SimpleComponent
Sets the property prefix of the component.
setPropsPrefix(String) - Method in class org.openadaptor.adaptor.SimpleController
 
setPropsURL(String) - Method in class org.openadaptor.j2ee.jca.AdaptorResourceWrapper
 
setPropsURL(String) - Method in class org.openadaptor.j2ee.jca.oaManagedConnectionFactory
 
setProtected() - Method in class org.openadaptor.dmx.metaobjects.types.MOAttribute
 
setProtected() - Method in class org.openadaptor.dmx.metaobjects.types.MOMethod
 
setProtected() - Method in interface org.openadaptor.dmx.metaobjects.types.MOVisibility
 
setPrototypes(Hashtable) - Method in class org.openadaptor.dataobjects.SDOFactory
 
setPrototypes(DataObject[]) - Method in class org.openadaptor.doconverter.DataObjectXMLConverter
Deprecated. Set the array of prototypes to be used when reading in XML messages.
setPrototypes(DOFactory) - Method in class org.openadaptor.doconverter.v3.AbstractValueDecoder
Sets the DOFactory holding prototype DataObjects to be used in creating DataObjects which are populated with values decoded from the input stream.
setPrototypes(DOFactory) - Method in interface org.openadaptor.doconverter.v3.ValueDecoder
Sets the DOFactory used for cloning DataObject prototypes in the decoding process.
setPublic() - Method in class org.openadaptor.dmx.metaobjects.types.MOAttribute
 
setPublic() - Method in class org.openadaptor.dmx.metaobjects.types.MOMethod
 
setPublic() - Method in interface org.openadaptor.dmx.metaobjects.types.MOVisibility
 
setPublisher(JMSStringPublisher) - Method in class org.openadaptor.util.jms.stringpublisher.RunTransporterPublisher
 
setPurgeFailedMessage(int) - Method in class org.openadaptor.adaptor.jms.JMSListener
Sets the requested value of the PurgeFailedMessage property.
setPurgeFailedMessage(int) - Method in class org.openadaptor.j2ee.mdb.MDBListener
Sets the value of the PurgeFailedMessage property.
setQueryAppName(String) - Method in class org.openadaptor.adaptor.hospital.HospitalSource
 
setQuerySubject(String) - Method in class org.openadaptor.adaptor.hospital.HospitalSource
 
setQuoteChar(char) - Method in class org.openadaptor.dostrings.DelimitedStringReader
sets the quote character being used (as defined in the props file).
setQuoteChar(char) - Method in class org.openadaptor.simplexml.XString
Sets the "quotes" character of the receiver to ch.
setQuoteCharFromProperties(String) - Method in class org.openadaptor.dostrings.DelimitedStringReader
Sets the quote character based on the properties file.
setReader(Reader) - Method in class org.openadaptor.adaptor.AbstractReader
Set Input Stream Reader
setReader(Reader) - Method in interface org.openadaptor.adaptor.ReaderDelegate
Set Input Stream Reader
setReader(Reader) - Method in class org.openadaptor.adaptor.SimpleReaderDelegate
Set Input Stream Reader
setReader() - Method in class org.openadaptor.adaptor.standard.AdvancedFileSource
Create Input stream based on a file name and set Reader
setReader(String) - Method in class org.openadaptor.adaptor.standard.FileSource
Create Input stream based on a file name and set Reader if no file name is specified then default to stdin
setReader(Reader) - Method in class org.openadaptor.util.base64.Base64ReaderInputStream
Sets the Reader to reader.
setReader(Reader) - Method in class org.openadaptor.util.ReaderInputStream
 
setReadonly() - Method in class org.openadaptor.adaptor.editor.Property
 
setRealType(MOType) - Method in class org.openadaptor.dmx.metaobjects.types.MOAlias
Sets the real type the alias type stands for.
setRecordDelimiter(String) - Method in class org.openadaptor.adaptor.AbstractWriter
set Record Delimiter
setRecordName(String) - Method in class org.openadaptor.j2ee.jca.oaIndexedRecord
 
setRecordName(String) - Method in class org.openadaptor.j2ee.jca.oaMappedRecord
 
setRecordShortDescription(String) - Method in class org.openadaptor.j2ee.jca.oaIndexedRecord
 
setRecordShortDescription(String) - Method in class org.openadaptor.j2ee.jca.oaMappedRecord
 
setRefByValue(Boolean) - Method in class org.openadaptor.dmx.converter.DMXDatatype
 
setReference(Reference) - Method in class org.openadaptor.j2ee.jca.oaConnectionFactory
 
setRejectReason(String) - Static method in class org.openadaptor.hospital.gui.HATPatientDetailsPanel
set text of reject reason
setRejectReason(String) - Method in class org.openadaptor.hospital.HATPatient
set the patient's rejection reason attribute
setRelationship(MORelationship) - Method in class org.openadaptor.dmx.metaobjects.types.MORelationshipPart
Set the relationship of the receiver
setRelationshipPart(MORelationshipPart) - Method in class org.openadaptor.dmx.metaobjects.types.MOAttribute
sets the participant for this attribute
setRelationships(Vector) - Method in class org.openadaptor.dmx.metaobjects.types.MOModule
Sets the collection of relationships
setReleased(boolean) - Method in class org.openadaptor.simplexml.XAttribute
Sets the 'released' property and if flag is true, empties the receiver for reuse.
setReleased(boolean) - Method in class org.openadaptor.simplexml.XTag
Empties the receiver for reuse.
setReleased(boolean) - Method in class org.openadaptor.simplexml.XToken
Sets the object "reuse" status
setReleased(boolean) - Method in interface org.openadaptor.util.ReusableObject
 
setRemoteControl(String) - Method in class org.openadaptor.adaptor.SimpleController
Set remote control class
setReply(DataObject[]) - Method in class org.openadaptor.adaptor.standard.RequestReplyEmbeddedPipe
Set the reply received from the embedded Source.
setReplySource(Source) - Method in class org.openadaptor.adaptor.standard.RequestReplyEmbeddedPipe
Sets the reply Source.
setReplySourceFromProperties(String, Properties) - Method in class org.openadaptor.adaptor.standard.RequestReplyEmbeddedPipe
Set and initialise the reply Source from a class name and properties.
setReplySourceName(String) - Method in class org.openadaptor.adaptor.standard.RequestReplyEmbeddedPipe
Sets the properties prefix used to find the reply Source properties.
setRepository(DOTypeRepository) - Method in class org.openadaptor.dmx.metaobjects.util.MOTypeValidator
Getter/Setter method for repository
setRequestedState(String) - Method in class org.openadaptor.adaptor.SimpleComponent
Set requested state.
setRequestedState(String) - Method in class org.openadaptor.adaptor.SimpleController
Set requested state.
setRequestedState(String) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterSource
setRequestedState method is required because super class method is protected, so cannot be called directly by AdaptorTransporterManager delegate.
setRequestSink(Sink) - Method in class org.openadaptor.adaptor.standard.RequestReplyEmbeddedPipe
Sets the request Sink.
setRequestSinkFromProperties(String, Properties) - Method in class org.openadaptor.adaptor.standard.RequestReplyEmbeddedPipe
Set and initialise the request Sink from a class name and properties.
setRequestSinkName(String) - Method in class org.openadaptor.adaptor.standard.RequestReplyEmbeddedPipe
Sets the properties prefix used to find the request Sink properties.
setResource(String, String) - Method in class org.openadaptor.util.ConfigData
Sets a resource name/value pair.
setResource(ConfigEntry, ConfigEntry, int, String, String) - Method in class org.openadaptor.util.ConfigData
Sets a resource name/value pair.
setResource(ConfigEntry, ConfigEntry, int, String, String, int) - Method in class org.openadaptor.util.ConfigData
 
setResourceName(String) - Method in class org.openadaptor.j2ee.jca.AdaptorResourceWrapper
 
setResourceName(String) - Method in class org.openadaptor.j2ee.jca.oaManagedConnectionFactory
 
setResult(MOModule[]) - Method in class org.openadaptor.dmx.converter.DMXMainDocumentHandler
 
setResultObject(MOAttribute) - Method in class org.openadaptor.dmx.converter.DMXAttributeHandler
 
setResultObject(MOCardinality) - Method in class org.openadaptor.dmx.converter.DMXCardinalityHandler
 
setResultObject(MOClass) - Method in class org.openadaptor.dmx.converter.DMXClassHandler
 
setResultObject(MOClass) - Method in class org.openadaptor.dmx.converter.DMXClassResultingTagHandler
 
setResultObject(Vector) - Method in class org.openadaptor.dmx.converter.DMXContentHandler
 
setResultObject(DMXDatatype) - Method in class org.openadaptor.dmx.converter.DMXDatatypeHandler
 
setResultObject(String) - Method in class org.openadaptor.dmx.converter.DMXDocumentationHandler
 
setResultObject(MOEnumeration) - Method in class org.openadaptor.dmx.converter.DMXEnumerationHandler
 
setResultObject(MOMethod) - Method in class org.openadaptor.dmx.converter.DMXMethodHandler
 
setResultObject(MOModule) - Method in class org.openadaptor.dmx.converter.DMXModuleHandler
 
setResultObject(MOParameter) - Method in class org.openadaptor.dmx.converter.DMXParameterHandler
 
setResultObject(MORelationship) - Method in class org.openadaptor.dmx.converter.DMXRelationshipHandler
 
setResultObject(MORelationshipPart) - Method in class org.openadaptor.dmx.converter.DMXRelationshipPartHandler
 
setResultObject(MOType) - Method in class org.openadaptor.dmx.converter.DMXTypeHandler
Set the equal named instance variable.
setResultObject(DMXValue) - Method in class org.openadaptor.dmx.converter.DMXValueHandler
 
setResultObject(String) - Method in class org.openadaptor.dmx.converter.DMXValueResultHandler
 
setRetryDelay(long) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Set maximum time in millisecs to wait before trying to re-establish a connection after a connection failure.
setRetryDelay(long) - Method in interface org.openadaptor.adaptor.transporter.Transporter
Set maximum time in millisecs to wait before trying to re-establish a connection after a connection failure.
setRetryLimit(long) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Set maximum number of times to try re-establish a connection after a connection failure (-1 means unlimited).
setRetryLimit(long) - Method in interface org.openadaptor.adaptor.transporter.Transporter
Set maximum number of times to try re-establish a connection after a connection failure (-1 means unlimited).
setRetryLimitExceeded(boolean) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Notify this transporter its retryLimitExceeded status has changed.
setRetryLimitExceeded(boolean) - Method in interface org.openadaptor.adaptor.transporter.Transporter
Notify this transporter its retryLimitExceeded status has changed.
setReturnType(MOType) - Method in class org.openadaptor.dmx.metaobjects.types.MOMethod
 
setRootNode(Node) - Method in class org.openadaptor.dmx.converter.DMXCreator
 
setRootPanel() - Method in class org.openadaptor.hospital.gui.HATPayloadPanel
Sets this instance of the HATPayloadPanel to the root one.
setRootPanelArray(SimpleDataObject[]) - Method in class org.openadaptor.hospital.gui.HATPayloadPanel
Set the current DataObject array reference.
setRootTag(String) - Method in class org.openadaptor.doxml.XMLWriter
 
setRunning(boolean) - Method in class org.openadaptor.j2ee.jca.AdaptorResourceWrapper
 
setRunParallelPipelines(boolean) - Method in class org.openadaptor.adaptor.RunAdaptor
Specify whether running parallel pipelines is allowed.
setRunPartialPipelines(boolean) - Method in class org.openadaptor.adaptor.RunAdaptor
Specify whether running partial pipelines is allowed.
setRvDaemon(String) - Method in class org.openadaptor.adaptor.tibco.tibrv.TibRvSink
 
setRvDaemon(String) - Method in class org.openadaptor.adaptor.tibco.tibrv.TibRvSource
 
setRvNetwork(String) - Method in class org.openadaptor.adaptor.tibco.tibrv.TibRvSink
 
setRvNetwork(String) - Method in class org.openadaptor.adaptor.tibco.tibrv.TibRvSource
 
setRvService(String) - Method in class org.openadaptor.adaptor.tibco.tibrv.TibRvSink
 
setRvService(String) - Method in class org.openadaptor.adaptor.tibco.tibrv.TibRvSource
 
setSaveFile(File) - Method in class org.openadaptor.adaptor.editor.Preferences
 
setSaveInterval(long) - Method in class org.openadaptor.adaptor.util.AdaptorHistory
sets the number of records between each save
setScopeOf(MOScope) - Method in class org.openadaptor.dmx.converter.DMXScopeHandler
Sets the scope of the given object corresponding to the information retreived before from the tag definition.
setSDOFocus(int) - Method in class org.openadaptor.hospital.gui.HATPayloadPanel
Set the focus of the DataObject selection list to the index requested
setSecurity(Policy, OASecurityManager) - Method in class org.openadaptor.security.AbstractSecurityInputStreamComponent
Initializes the SecurityAgent - SecurityInputStream.
setSecurity(Policy, OASecurityManager) - Method in class org.openadaptor.security.AbstractSecurityOutputStreamComponent
Initializes the SecurityAgent - SecurityOutputStreamComponent.
setSecurity(Policy, OASecurityManager) - Method in class org.openadaptor.security.DigestInputStreamComponent
Initializes the SecurityAgent - SecurityOutputStreamComponent.
setSecurity(Policy, OASecurityManager) - Method in class org.openadaptor.security.DigestOutputStreamComponent
Initializes the SecurityAgent - SecurityOutputStreamComponent.
setSecurity(Policy, OASecurityManager) - Method in class org.openadaptor.security.EncryptionOutputStreamComponent
Initializes the Encryption - SecurityAgent.
setSecurity(Policy, OASecurityManager) - Method in interface org.openadaptor.security.interfaces.SecurityComponent
Sets the security parameters for the security component.
setSecurity(Policy, OASecurityManager) - Method in class org.openadaptor.security.NullInputStreamComponent
Initializes the security aspects of the receiver.
setSecurity(Policy, OASecurityManager) - Method in class org.openadaptor.security.NullOutputStreamComponent
Initializes the security aspects of the receiver.
setSecurity(Policy, OASecurityManager) - Method in class org.openadaptor.security.SecurityAgent
Initializes the SecurityAgent - SecurityInputStream.
setSecurity(Policy, OASecurityManager) - Method in class org.openadaptor.security.SignInputStreamComponent
Initializes the SecurityAgent - SecurityOutputStreamComponent.
setSecurity(Policy, OASecurityManager) - Method in class org.openadaptor.security.SignOutputStreamComponent
Initializes the Signature - SecurityAgent.
setSecurityFileName(String) - Method in class org.openadaptor.security.TestSecurityManager
Setting the Security File Name
setSecurityManager(OASecurityManager) - Method in class org.openadaptor.doconverter.AbstractMessageReader
 
setSecurityManager(OASecurityManager) - Method in class org.openadaptor.doconverter.AbstractMessageWriter
 
setSecurityManager(OASecurityManager) - Method in class org.openadaptor.doconverter.BasicDO2XMLConverter
Sets the OASecurityManager used by the receiver.
setSecurityManager(OASecurityManager) - Method in class org.openadaptor.doconverter.BasicXML2DOConverter
Sets the OASecurityManager used by the receiver.
setSecurityManager(OASecurityManager) - Method in class org.openadaptor.doconverter.DataObjectFormatter
Prints a warning on System.err - does not use security.
setSecurityManager(OASecurityManager) - Method in interface org.openadaptor.doconverter.DO2XMLConverter
Sets the OASecurityManager used by the receiver.
setSecurityManager(OASecurityManager) - Method in interface org.openadaptor.doconverter.MessageWriter
Sets the OASecurityManager used by the receiver.
setSecurityManager(OASecurityManager) - Method in class org.openadaptor.doconverter.v3.AFMessageReader
Sets the OASecurityManager used by the receiver.
setSecurityManager(OASecurityManager) - Method in class org.openadaptor.doconverter.v3.AFMessageWriter
Sets the OASecurityManager used by the receiver.
setSecurityManager(OASecurityManager) - Method in class org.openadaptor.doconverter.v3.BasicDODecoder
Sets the security manager used by the receiver.
setSecurityManager(OASecurityManager) - Method in class org.openadaptor.doconverter.v3.BasicDOEncoder
Sets the security manager used by the receiver.
setSecurityManager(OASecurityManager) - Method in class org.openadaptor.doconverter.v3.FastFmtDecoder
Sets the security manager used by the receiver.
setSecurityManager(OASecurityManager) - Method in class org.openadaptor.doconverter.v3.FastFmtEncoder
Sets the security manager used by the receiver.
setSecurityManager(OASecurityManager) - Method in class org.openadaptor.doconverter.v3.JavaDecoder
Sets the security manager used by the receiver.
setSecurityManager(OASecurityManager) - Method in class org.openadaptor.doconverter.v3.JavaEncoder
Sets the security manager used by the receiver.
setSecurityManager(OASecurityManager) - Method in interface org.openadaptor.doconverter.v3.ValueDecoder
Sets the security manager used by the receiver.
setSecurityManager(OASecurityManager) - Method in interface org.openadaptor.doconverter.v3.ValueEncoder
Sets the security manager used by the receiver.
setSecurityManager(OASecurityManager) - Method in interface org.openadaptor.doconverter.XML2DOConverter
Sets the OASecurityManager used by the receiver.
setSecurityManager(OASecurityManager) - Method in class org.openadaptor.doconverter.XMLFormatter
Sets the OASecurityManager used by the receiver.
setSecurityOperation(String) - Method in class org.openadaptor.security.AbstractSecurityInputStreamComponent
 
setSecurityOperation(String) - Method in class org.openadaptor.security.AbstractSecurityOutputStreamComponent
 
setSecurityOperation(String) - Method in class org.openadaptor.security.SecurityAgent
 
setSelected(FrameworkComponent) - Method in class org.openadaptor.adaptor.editor.Adaptor
 
setSelected(FrameworkComponent) - Method in class org.openadaptor.adaptor.editor.AFContainer
 
setSelected(Adaptor, FrameworkComponent) - Method in class org.openadaptor.adaptor.editor.AFEditor
 
setSelectedAttribute(String) - Method in class org.openadaptor.adaptor.standard.ArraySplitterPipe
Sets the requested value of the SelectedAttribute property.
setSelectedItem(Object) - Method in class org.openadaptor.adaptor.editor.AFTableCellRenderer.ListModel
 
setSelectedPropertiesTab(JTabbedPane, Component) - Method in class org.openadaptor.adaptor.editor.Adaptor
 
setSelectedPropertyRow(FrameworkComponent, int) - Method in class org.openadaptor.adaptor.editor.Adaptor
 
setServerHostname(String) - Method in class org.openadaptor.adaptor.bridge.BridgeSocketSink
Sets the name of the server to which we will connect.
setServiceLevel(int) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Sets application service level when publishing.
setServiceLevel(int) - Method in interface org.openadaptor.adaptor.transporter.Transporter
Sets application service level when publishing.
setSession(Session) - Method in class org.openadaptor.adaptor.jms.JMSTransporter
Set the current JMS session to use.
setSessionContext(SessionContext) - Method in class org.openadaptor.j2ee.session.EJBSubscriberBean
Called by the container to pass in the bean context.
setSessionContext(SessionContext) - Method in class org.openadaptor.j2ee.session.EJBWithResourceAdaptorBean
Called by the container to pass in the bean context.
setSessionContext(SessionContext) - Method in class org.openadaptor.j2ee.session.EJBWithSinkBean
Called by the container to pass in the bean context.
setSimpleDataObjectArray(SimpleDataObject[]) - Method in class org.openadaptor.hospital.HATPatient
set the patient's DataObject array payload.
setSize(long) - Method in class org.openadaptor.dmx.converter.DMXDatatypeHandler
 
setSize(long) - Method in class org.openadaptor.dmx.metaobjects.types.MOCollection
 
setSource(LocalSource) - Method in class org.openadaptor.j2ee.jca.AdaptorResourceWrapper
 
setSourceName(String) - Method in class org.openadaptor.j2ee.jca.AdaptorResourceWrapper
 
setSourceName(String) - Method in class org.openadaptor.j2ee.jca.oaManagedConnectionFactory
 
setSourceType(String) - Method in class org.openadaptor.adaptor.AbstractSimpleSource
Set source type (see class comment).
setSplitSelectedAttribute(boolean) - Method in class org.openadaptor.adaptor.standard.ArraySplitterPipe
Sets the requested value of the SplitSelectedAttribute property.
setSprings(Component, int) - Method in class org.openadaptor.util.layout.StrutLayout
Sets internal springs on a component which act to expand the component horizontally and/or vertically to fill empty space.
setSqlQueryTimeout(int) - Method in class org.openadaptor.adaptor.jdbc.JdbcSource
 
setStandardComponentCount(int) - Method in class org.openadaptor.adaptor.editor.Adaptor
 
setState(String) - Method in class org.openadaptor.adaptor.SimpleComponent.StateHolder
 
setStatus(String) - Static method in class org.openadaptor.hospital.gui.HATPatientDetailsPanel
set text of status
setStatus(String) - Method in class org.openadaptor.hospital.HATPatient
sets the patient's status attribute
setStreaming(DOType, String, String) - Method in class org.openadaptor.doconverter.BasicDO2XMLConverter
Sets converter to stream out a particular DataObject attribute.
setStreamingCData(boolean) - Method in class org.openadaptor.simplexml.XScanner
Sets whether we return CData sections as XRawText, or allow the user to read the CData characters direct from our reader.
setStringListener(LocalSink.StringListener) - Method in class org.openadaptor.adaptor.LocalSink
set string listener
setStringValue(String) - Method in class org.openadaptor.simplexml.XAttribute
Sets the values of the attribute to string.
setStringValue(String, String, String) - Method in class org.openadaptor.util.IniFile
Sets a specific subject/variable combination the given value.
setStripQuotes(boolean) - Method in class org.openadaptor.dostrings.DelimitedStringReader
 
setSubject(String) - Method in class org.openadaptor.adaptor.ibm.MqSink
 
setSubject(String) - Method in class org.openadaptor.adaptor.tibco.tibrv.TibRvSink
 
setSubject(String) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Set the Transporter subject.
setSubject(String) - Method in interface org.openadaptor.adaptor.transporter.Transporter
Set the Transporter subject.
setSubject(String) - Static method in class org.openadaptor.hospital.gui.HATPatientDetailsPanel
set text of subject
setSubject(String) - Method in class org.openadaptor.hospital.HATPatient
set the patient's subject attribute
setSubscriptionID(String) - Method in class org.openadaptor.adaptor.jms.JMSListener
Sets the requested value of the client's SubscriptionID for Topics.
setSuperclass(MOClass) - Method in class org.openadaptor.dmx.metaobjects.types.MOClass
Set the superclass of the defined class.
setTemplate(String, Object, boolean) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
setTemplate(String, Object, int) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
setTemplate(String, Object, int, int) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
setTemplateToolTipText(String, String) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
setTerminateWhenAllTransportersStopped(boolean) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterManager
Set the value of TerminateWhenAllTransportersStopped property.
setTerminateWhenNoTransportersStarted(boolean) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterManager
Sets whether the component should terminate when no transporters are started.
setText(String) - Method in class org.openadaptor.dmx.metaobjects.types.MOCardinality
constructor, the text has to be specified
setText(String) - Method in class org.openadaptor.simplexml.XName
 
setText(XScanner) - Method in class org.openadaptor.simplexml.XName
 
setText(String) - Method in class org.openadaptor.simplexml.XString
Sets the text of the receiver to string.
setText(String) - Method in class org.openadaptor.simplexml.XText
 
setTextEncoding(String) - Method in class org.openadaptor.adaptor.ftp.ApacheFTP
sets the file encoding to use when reading from the input stream
setTextEncoding(String) - Method in class org.openadaptor.adaptor.ftp.EDTFTP
sets the file encoding to use when reading from the input stream
setTextEncoding(String) - Method in interface org.openadaptor.adaptor.ftp.FTP
sets the file encoding to use when reading from the input stream
setTextEncoding(String) - Method in class org.openadaptor.adaptor.ftp.JSchSFTP
sets the file encoding to use when reading from the input stream
setTextEncoding(String) - Method in class org.openadaptor.adaptor.ftp.SunFTP
sets the file encoding to use when reading from the input stream
setThreadName(String) - Method in class org.openadaptor.adaptor.tcp.SocketMTSourceInstance
To set the name of this thread.
setThrowFatalOnOutOfSequence(boolean) - Method in class org.openadaptor.adaptor.benchmark.UniqueIDVerifyPipe
 
setTimeout(long) - Method in class org.openadaptor.adaptor.standard.RequestReplyEmbeddedPipe
Sets the maximum time in millseconds to wait for a reply.
setTimestamp(Timestamp) - Method in class org.openadaptor.hospital.HATPatient
set the patient's timstamp attribute
setTimeToLive(long) - Method in class org.openadaptor.adaptor.jms.JMSPublisher
Sets the requested value of the JMS message time to live, used when sending a JMS message.
setTimeZone(TimeZone) - Method in class org.openadaptor.dostrings.transformers.DateFormatTransformer
 
setToolTipText(String) - Method in class org.openadaptor.adaptor.editor.Property
 
setTransacted(boolean) - Method in class org.openadaptor.adaptor.jms.JMSTransporter
Sets the requested value of the Transacted property used when establishing JMS sessions.
setTransactional(boolean) - Method in class org.openadaptor.adaptor.tcp.SocketMTAcceptor
 
setTransactionIsolationLevel(String) - Method in class org.openadaptor.adaptor.jdbc.JdbcSource
 
setTransactionIsolationLevel(String) - Method in class org.openadaptor.adaptor.jdbc.oracle.OracleSink
 
setTransactionIsolationLevel(String) - Method in class org.openadaptor.adaptor.util.JdbcConnectionParams
set transaction isolation level, must be one of the following...
setTransporterManager(AdaptorTransporterManager) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterSink
Sets the transporter manager delegate.
setTransporterManager(AdaptorTransporterManager) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterSource
Sets the transporter manager delegate.
setTransporterParameters(String, Properties, String) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterManager
Set transporter parameters from a Properties list.
setTransporterParameters(String, Properties, String) - Method in interface org.openadaptor.adaptor.transporter.AdaptorTransporterManager
Set transporter parameters from a Properties list.
setTransporterPrefix(String) - Method in class org.openadaptor.util.jms.drain.RunDrainer
 
setTransporterPrefix(String) - Method in class org.openadaptor.util.jms.peeker.RunPeeker
 
setTransporterPrefix(String) - Method in class org.openadaptor.util.jms.stringpublisher.RunTransporterPublisher
 
setTreatEmptyStringAsNull(boolean) - Method in class org.openadaptor.dostrings.DOStringReader
Sets indicator as to whether empty fields should be returned as nulls or as empty (zero length) strings.
setTrim(boolean) - Method in class org.openadaptor.adaptor.util.BinaryFileDataRecord.DataField
 
setTrimContent(boolean) - Method in class org.openadaptor.doxml.DOBuilder
If true, saves content and attribute values verbatim, for verbatim reproduction by TrueXMLWriter.
setTrimContent(boolean) - Method in class org.openadaptor.doxml.XMLParser
 
setTxn(boolean) - Method in class org.openadaptor.adaptor.tcp.SocketMTSourceInstance
 
setTxnFailed(boolean) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Set value of _txnFailed variable.
setTxnFailed(String) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Set value of _txnInProgress variable.
setTxnInProgress(boolean) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Set value of _txnInProgress variable.
setType(int) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
setType(int) - Method in class org.openadaptor.adaptor.editor.Enum
 
setType(String) - Method in class org.openadaptor.adaptor.util.BinaryFileDataRecord.DataField
 
setType(MOType) - Method in class org.openadaptor.dmx.metaobjects.types.MOAttribute
Sets the type of the attribute.
setType(MOType) - Method in class org.openadaptor.dmx.metaobjects.types.MOParameter
Sets the type of the parameter.
setType(DOType) - Method in class org.openadaptor.dostrings.DOStringReaderWriter.TypeInfo
 
setTypeDef(boolean) - Method in class org.openadaptor.j2ee.jca.oaMappedRecord
 
setTypeEquals(boolean) - Method in class org.openadaptor.dataobjects.SimpleDOPredicate
 
setTypename(String) - Method in class org.openadaptor.dataobjects.SimpleDOPredicate
 
setTypeRegexp(String) - Method in class org.openadaptor.dataobjects.SimpleDOPredicate
 
setTypeRegistry(MOTypeRegistry) - Method in class org.openadaptor.dmx.converter.DMXReadController
 
setTypes(List) - Method in class org.openadaptor.adaptor.standard.MultiFilePropertiesConfig
 
setTypes(Vector) - Method in class org.openadaptor.dmx.metaobjects.types.MOModule
Sets the collection for the classes inside the module
setUnique() - Method in class org.openadaptor.dmx.metaobjects.types.MOAttribute
 
setUniqueEnvelopeHeaderTypeName(String) - Method in class org.openadaptor.adaptor.benchmark.UniqueIDVerifyPipe
 
setUniqueFlag(boolean) - Method in class org.openadaptor.dmx.metaobjects.types.MOAttribute
Sets the true/false flag of the receiver which indicates whether it is a unique attribute
setUnsetParameters(String, String) - Method in class org.openadaptor.security.AbstractSecurityInputStreamComponent
 
setUnsetParameters(String, String) - Method in class org.openadaptor.security.AbstractSecurityOutputStreamComponent
 
setUnsetParameters(String, String) - Method in class org.openadaptor.security.SecurityAgent
Whassiz?
setUnsetVariableOption(int) - Method in class org.openadaptor.util.SuperProperties
 
setupConnection() - Method in class org.openadaptor.adaptor.bridge.BridgeSocketSource
Opens the connection with the client.
setUpConnection() - Method in class org.openadaptor.adaptor.standard.SocketSource
Connects to server.
setUseCallback(boolean) - Method in class org.openadaptor.adaptor.jms.JMSListener
Sets whether to use callbacks (or listen) to receive JMS messages.
setUseConnectionCache(boolean) - Method in class org.openadaptor.adaptor.jms.JMSTransporter
Specify whether to use an internal connection cache.
setUseLog4j(boolean) - Static method in class org.openadaptor.util.log4j.Log4jConfig
 
setUseQuoting(boolean) - Method in class org.openadaptor.dostrings.DelimitedStringReader
 
setUserAdded(TreeMap) - Method in class org.openadaptor.adaptor.editor.AbstractComponent
 
setUserAdded() - Method in class org.openadaptor.adaptor.editor.Property
 
setUseRestrictedKeys(boolean) - Method in class org.openadaptor.util.SuperProperties
 
setUserName(String) - Method in class org.openadaptor.adaptor.jdbc.JdbcSource
 
setUserName(String) - Method in class org.openadaptor.adaptor.jdbc.mssql.HospitalMSSqlImpl
 
setUserName(String) - Method in class org.openadaptor.adaptor.jdbc.oracle.HospitalOracleImpl
 
setUserName(String) - Method in class org.openadaptor.adaptor.jdbc.oracle.OracleSink
 
setUserName(String) - Method in class org.openadaptor.adaptor.jdbc.sybase.HospitalSybaseImpl
 
setUserName(String) - Method in class org.openadaptor.adaptor.jmx.JMXRemoteControl
 
setUserName(String) - Method in interface org.openadaptor.adaptor.jmx.JMXRemoteControlMBean
 
setUserName(String) - Method in class org.openadaptor.adaptor.standard.CommandLineRemoteControl
 
setUserName(String) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Set the users id for establishing the underlying connection.
setUserName(String) - Method in class org.openadaptor.adaptor.util.JdbcConnectionParams
set user name
setUserName(String) - Method in class org.openadaptor.hospital.authorisation.HATUser
 
setUserPassword(String) - Method in class org.openadaptor.adaptor.standard.CommandLineRemoteControl
 
setUserRole(String) - Method in class org.openadaptor.hospital.authorisation.HATUser
 
setUsingCatalogs(String) - Method in class org.openadaptor.adaptor.util.JdbcConnectionParams
set flag which denotes whether the database supports catalogs.
setUsingChainedTransactions(String) - Method in class org.openadaptor.adaptor.util.JdbcConnectionParams
set flag which denotes whether chained transactions are on or off value should be true or false (either case)
setUsingSelect(boolean) - Method in class org.openadaptor.adaptor.jdbc.JdbcSource
Method declaration
setUsingTxmanager(String) - Method in class org.openadaptor.adaptor.SimpleController
Set property that dictates whether this adaptor uses a transction manager If no property is found then controller defaults to false
setV1CompatibilityMode(boolean) - Method in class org.openadaptor.doconverter.XMLFormatter
Sets V1 compatibility mode status.
setValue(Object) - Method in class org.openadaptor.adaptor.display.inspectorgui.InspectorCellRenderer
Set string value of requested cell.
setValue(String) - Method in class org.openadaptor.adaptor.value.predicate.AbstractComparisonPredicate
 
setValue(String) - Method in class org.openadaptor.adaptor.value.predicate.DatePredicate
 
setValue(String) - Method in class org.openadaptor.adaptor.value.predicate.DoublePredicate
 
setValue(String) - Method in class org.openadaptor.adaptor.value.predicate.IntegerPredicate
Sets the comparison value.
setValue(Object) - Method in class org.openadaptor.adaptor.viewer.gui.ViewerCellRenderer
Set string value of requested cell.
setValue(Object) - Method in class org.openadaptor.hospital.gui.HATCellRenderer
Set string value of requested cell.
setValueAt(Object, int, int) - Method in class org.openadaptor.adaptor.editor.AFPropertiesModel
 
setValueAt(Object, int, int) - Method in class org.openadaptor.adaptor.viewer.gui.ViewerTableModel
Sets the value in the cell at columnIndex and rowIndex to aValue.
setValueAt(Object, int, int) - Method in class org.openadaptor.hospital.gui.HATEditableAttributesTableModel
Sets the value in the cell at columnIndex and rowIndex to aValue.
setValueAt(Object, int, int) - Method in class org.openadaptor.hospital.gui.HATTableModel
Sets the value in the cell at columnIndex and rowIndex to aValue.
setValueAt(Object, int, int) - Method in class org.openadaptor.hospital.gui.HATUserAdminTableModel
Sets the value in the cell at columnIndex and rowIndex to aValue.
setValues(Vector) - Method in class org.openadaptor.dmx.metaobjects.types.MOEnumeration
 
setVariableHandlingOptions(SuperProperties) - Method in class org.openadaptor.adaptor.editor.AFEditor
 
setVariableHandlingOptions(SuperProperties) - Method in class org.openadaptor.adaptor.editor.Script
 
setVariableOption - Variable in class org.openadaptor.adaptor.editor.Preferences.GUI
 
setVariableOption - Variable in class org.openadaptor.adaptor.editor.Preferences.Settings
 
setVariableOption(int) - Method in class org.openadaptor.util.SuperProperties
 
setVariableOptionIndexOffset - Variable in class org.openadaptor.adaptor.editor.Preferences.Settings
 
setVendorDeadlockCode(int) - Method in class org.openadaptor.adaptor.util.JdbcConnectionParams
set database vendor code for deadlock
setVerbatim(boolean) - Method in class org.openadaptor.doxml.DOBuilder
If true, saves content and attribute values verbatim, for verbatim reproduction by TrueXMLWriter.
setVerbatim(boolean) - Method in class org.openadaptor.doxml.XMLParser
 
setVerbatim(boolean) - Method in class org.openadaptor.doxml.XMLWriter
 
setVerbose(boolean) - Method in class org.openadaptor.util.sax.XMLDocumentReader
Sets verbosity of this Reader.
setVersion(long) - Method in class org.openadaptor.dataobjects.SDOType
Method declaration
setVersion(String) - Method in class org.openadaptor.dmx.converter.DMXMetamodelHandler.XMIMetamodel
 
setVersion(String) - Method in class org.openadaptor.dmx.converter.DMXModelHandler.XMIModel
 
setVersion(long) - Method in class org.openadaptor.dmx.metaobjects.types.MOClass
Set the version number of the defined class.
setVersionString(String) - Method in class org.openadaptor.dmx.metaobjects.types.MOClass
Set the version number by getting it out of a string.
setVisibilityOf(MOVisibility) - Method in class org.openadaptor.dmx.converter.DMXVisibilityHandler
Sets the visibility of the given object corresponding to the information retreived before from the tag definition.
setWidth(int) - Method in class org.openadaptor.adaptor.util.BinaryFileDataRecord.DataField
 
setWriteModes(Map) - Method in class org.openadaptor.adaptor.standard.MultiFilePropertiesConfig
 
setWriter(Writer) - Method in class org.openadaptor.adaptor.AbstractWriter
sets the writer
setWriter(String, boolean, boolean) - Method in class org.openadaptor.adaptor.standard.FileSink
Set file writer
setWriter(Writer) - Method in class org.openadaptor.util.base64.Base64WriterOutputStream
Sets the writer on which we output base64 characters.
setWriter(String, boolean, boolean) - Method in class org.openadaptor.util.jms.peeker.JMSPeeker
set file writer
setWriter(Writer) - Method in class org.openadaptor.util.WriterOutputStream
 
setXmlAttributePrefix(String) - Method in class org.openadaptor.doxml.XMLParser
 
setXmlAttributePrefix(String) - Method in class org.openadaptor.doxml.XMLWriter
 
setXmlContentPrefix(String) - Method in class org.openadaptor.doxml.DOBuilder
Sets the attribute name used for XML tag content.
setXmlContentPrefix(String) - Method in class org.openadaptor.doxml.XMLParser
 
setXmlContentPrefix(String) - Method in class org.openadaptor.doxml.XMLWriter
 
setXmlDocumentHeader(String) - Method in class org.openadaptor.doxml.XMLWriter
 
setXMLString(String) - Method in class org.openadaptor.dataobjects.DOMDataObject
takes the supplied XML string and trys to convert it into a valid XML document.
setXPathSelectorConstructor() - Method in class org.openadaptor.dataobjects.AttributePath
 
SHORT - Static variable in class org.openadaptor.dataobjects.SDOType
Synonym for INT16
SHORT_LEN - Static variable in class org.openadaptor.util.UTF8Utils
Read/Write 16 bit length prefixed strings
shouldBeginTransaction(Transporter) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter.NullTransporterManager
Hook to allow a TransporterManager to take responsibility for whether the Transporter begins transactions.
shouldBeginTransaction(Transporter) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterManager
Hook to allow a TransporterManager to take responsibility for whether the Transporter begins transactions.
shouldBeginTransaction(Transporter) - Method in interface org.openadaptor.adaptor.transporter.TransporterManager
Hook to allow a TransporterManager to take responsibility for whether the Transporter begins its own transactions.
shouldBeginTxn() - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Hook to control whether the Transporter should begin a transaction.
shouldBeginTxn() - Method in interface org.openadaptor.adaptor.transporter.Transaction
Hook to control whether the Transporter should begin a transaction.
shouldCompleteTxn() - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Hook to control whether the Transporter should complete a transaction in progress.
shouldCompleteTxn() - Method in interface org.openadaptor.adaptor.transporter.Transaction
Hook to control whether the Transporter should complete a transaction in progress.
shouldProcessMessages(Transporter) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter.NullTransporterManager
 
shouldProcessMessages() - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Hook to control whether the Transporter processes messages.
shouldProcessMessages(Transporter) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterManager
Hook to allow a TransporterManager to control whether the Transporter processes messages.
shouldProcessMessages() - Method in interface org.openadaptor.adaptor.transporter.Transporter
Hook to control whether the Transporter processes messages.
shouldProcessMessages(Transporter) - Method in interface org.openadaptor.adaptor.transporter.TransporterManager
Hook to allow a TransporterManager to control whether the Transporter processes messages.
shouldReceiveMessages(Transporter) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter.NullTransporterManager
 
shouldReceiveMessages() - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Hook to control whether the Transporter should receive messagses.
shouldReceiveMessages(Transporter) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterManager
Hook to allow a TransporterManager to control whether the Transporter receive messages.
shouldReceiveMessages() - Method in interface org.openadaptor.adaptor.transporter.Transporter
Hook to control whether the Transporter should receive messagses.
shouldReceiveMessages(Transporter) - Method in interface org.openadaptor.adaptor.transporter.TransporterManager
Hook to allow a TransporterManager to control whether the Transporter receive messages.
shouldSelectCell(EventObject) - Method in class org.openadaptor.adaptor.editor.AFTableCellRenderer
 
shouldSendMessages(Transporter) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter.NullTransporterManager
 
shouldSendMessages() - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Hook to control whether the Transporter should send messagses.
shouldSendMessages(Transporter) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterManager
Hook to allow a TransporterManager to control whether the Transporter send messages.
shouldSendMessages() - Method in interface org.openadaptor.adaptor.transporter.Transporter
Hook to control whether the Transporter should send messagses.
shouldSendMessages(Transporter) - Method in interface org.openadaptor.adaptor.transporter.TransporterManager
Hook to allow a TransporterManager to control whether the Transporter send messages.
shouldSendPendingMessages(Transporter) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter.NullTransporterManager
 
shouldSendPendingMessages() - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Hook to control whether the Transporter should send pending messagses in the _messagesToSend queue.
shouldSendPendingMessages(Transporter) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterManager
Hook to allow a TransporterManager to control whether the Transporter send pending messages still waiting to be sent.
shouldSendPendingMessages() - Method in interface org.openadaptor.adaptor.transporter.Transporter
Hook to control whether the Transporter should send pending messagses still waiting to be sent.
shouldSendPendingMessages(Transporter) - Method in interface org.openadaptor.adaptor.transporter.TransporterManager
Hook to allow a TransporterManager to control whether the Transporter send pending messages still waiting to be sent.
shouldWaitForReply(Transporter, Object) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter.NullTransporterManager
 
shouldWaitForReply(Object) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Hook to allow manager to control whether the Transporter waits for a reply to a message send before continuing.
shouldWaitForReply(Transporter, Object) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterManager
Hook to allow a TransporterManager to control whether the Transporter waits for a reply when sending messages.
shouldWaitForReply(Object) - Method in interface org.openadaptor.adaptor.transporter.Transporter
Hook to control whether the Transporter waits for a reply, or successful message send, when sending asynchronous messages.
shouldWaitForReply(Transporter, Object) - Method in interface org.openadaptor.adaptor.transporter.TransporterManager
Hook to allow a TransporterManager to control whether the Transporter waits for a reply when sending async messages.
showAbout(Window) - Method in class org.openadaptor.adaptor.editor.Help
 
showConfirm(String, String) - Method in class org.openadaptor.adaptor.editor.AFEditor
 
showDefaultValues - Variable in class org.openadaptor.adaptor.editor.Preferences.GUI
 
showDefaultValues - Variable in class org.openadaptor.adaptor.editor.Preferences.Settings
 
showDeprecatedProperties - Variable in class org.openadaptor.adaptor.editor.Preferences.GUI
 
showDeprecatedProperties - Variable in class org.openadaptor.adaptor.editor.Preferences.Settings
 
showDialog() - Method in class org.openadaptor.adaptor.editor.ComponentFactory.GUI
 
showDialog() - Method in class org.openadaptor.adaptor.editor.Preferences
 
showError(String) - Method in class org.openadaptor.adaptor.editor.AFEditor
 
showError(Window, String) - Method in class org.openadaptor.adaptor.editor.AFEditor
 
showHelp() - Method in class org.openadaptor.adaptor.editor.Help
 
showInfo(String) - Method in class org.openadaptor.adaptor.editor.AFEditor
 
showMessage(String) - Method in class org.openadaptor.util.ssh.JschUserInfo
 
showObjectIds - Variable in class org.openadaptor.adaptor.editor.Preferences.GUI
 
showObjectIds - Variable in class org.openadaptor.adaptor.editor.Preferences.Settings
 
showSQLWarnings(SQLWarning) - Method in class org.openadaptor.adaptor.jdbc.JdbcSink
Method declaration
showSQLWarnings(SQLWarning, String) - Method in class org.openadaptor.adaptor.jdbc.JdbcSink
 
showSQLWarnings(SQLWarning) - Method in class org.openadaptor.adaptor.jdbc.oracle.OracleSink
Method declaration
showSQLWarnings(SQLWarning) - Method in class org.openadaptor.adaptor.jdbc.SQLSink
 
showSQLWarnings(SQLWarning, String) - Static method in class org.openadaptor.adaptor.util.JdbcUtils
Method showSQLWarnings
showUnsetProperties - Variable in class org.openadaptor.adaptor.editor.Preferences.GUI
 
showUnsetProperties - Variable in class org.openadaptor.adaptor.editor.Preferences.Settings
 
showURL(Help.HelpTextPane, URL) - Method in class org.openadaptor.adaptor.editor.Help
 
showURL(Help.HelpTextPane, URL, boolean) - Method in class org.openadaptor.adaptor.editor.Help
 
showWarning(String) - Method in class org.openadaptor.adaptor.editor.AFEditor
 
ShutdownRunAdaptor - Class in org.openadaptor.adaptor
**
ShutdownRunAdaptor(String, Properties) - Constructor for class org.openadaptor.adaptor.ShutdownRunAdaptor
 
ShutdownRunAdaptor.ShutdownThread - Class in org.openadaptor.adaptor
Inner class extending Thread, that implements the shutdown behaviour.
ShutdownRunAdaptor.ShutdownThread(ShutdownRunAdaptor) - Constructor for class org.openadaptor.adaptor.ShutdownRunAdaptor.ShutdownThread
 
SIGN_FT_ATTR - Static variable in interface org.openadaptor.security.interfaces.SecurityComponent
 
SIGN_SECURITY_OPERATION - Static variable in interface org.openadaptor.security.interfaces.SecurityComponent
Signature operations
SignInputStreamComponent - Class in org.openadaptor.security
SignInputStreamComponent - checks the integrity of the bytes[] being passed along It checks whether the bytes[] flowing have been signed by a legal user of the system.
SignInputStreamComponent(InputStreamComponent) - Constructor for class org.openadaptor.security.SignInputStreamComponent
Default constructor for a pipeline.
SignOutputStreamComponent - Class in org.openadaptor.security
Implements a 'Sign' OutputStreamComponent which writes out a header, then passes the actual data coming through, and finally writes the signature of the data in a footer.
SignOutputStreamComponent(OutputStreamComponent) - Constructor for class org.openadaptor.security.SignOutputStreamComponent
Default constructor for a pipeline.
silver - Static variable in interface org.openadaptor.adaptor.editor.Preferences.WWWColor
 
SIMPLE_REPLACE_DELIMITER - Static variable in class org.openadaptor.adaptor.editor.AbstractComponent
 
SimpleCallbackManager - Class in org.openadaptor.adaptor
 
SimpleCallbackManager() - Constructor for class org.openadaptor.adaptor.SimpleCallbackManager
Create a default callback manager.
SimpleCallbackManager(String[]) - Constructor for class org.openadaptor.adaptor.SimpleCallbackManager
Create a callback manager to handle the given subset of events.
SimpleComponent - Class in org.openadaptor.adaptor
Simple implementation of the Component interface, provided as a convenience for AbstractSimpleSource, Sink and Pipe.
SimpleComponent() - Constructor for class org.openadaptor.adaptor.SimpleComponent
 
SimpleComponent.StateHolder - Class in org.openadaptor.adaptor
Inner class to hold and synchronize access to state.
SimpleComponent.StateHolder() - Constructor for class org.openadaptor.adaptor.SimpleComponent.StateHolder
 
SimpleConnection - Class in org.openadaptor.security
Implementation of Connection Interface, which is used to connect SecurityManager to the SecurityServer.
SimpleConnection() - Constructor for class org.openadaptor.security.SimpleConnection
 
SimpleController - Class in org.openadaptor.adaptor
Implements the Controller interface.
SimpleController() - Constructor for class org.openadaptor.adaptor.SimpleController
 
SimpleController.stopThread - Class in org.openadaptor.adaptor
 
SimpleController.stopThread(Controller, int) - Constructor for class org.openadaptor.adaptor.SimpleController.stopThread
 
SimpleDataObject - Class in org.openadaptor.dataobjects
The SimpleDataObject extends the AbstractDataObject class to provide a concrete implementation of the DataObject interface.
SimpleDataObject(String) - Constructor for class org.openadaptor.dataobjects.SimpleDataObject
Creates a new SimpleDataObject instance with a new SDOType named from newTypeName.
SimpleDataObject(DOType) - Constructor for class org.openadaptor.dataobjects.SimpleDataObject
Creates a new SimpleDataObject instance with the SDOType type.
SimpleDataObject(SDOType) - Constructor for class org.openadaptor.dataobjects.SimpleDataObject
Creates a new SimpleDataObject instance with the SDOType type.
SimpleDataObject(SDOType, Hashtable) - Constructor for class org.openadaptor.dataobjects.SimpleDataObject
Creates a new SimpleDataObject instance with the type and attribute values.
simpleDecrypt(byte[]) - Method in class org.openadaptor.security.EncryptionInputStreamComponent
Try decrypting data with fixed algorithm that does not require IV or other parameters.
SimpleDOFactory - Class in org.openadaptor.dataobjects
A simple implementation of DOFactory, which, when give one or more DataObject prototypes, can dispense empty clones of that object.
SimpleDOFactory(DataObject[]) - Constructor for class org.openadaptor.dataobjects.SimpleDOFactory
 
SimpleDOPredicate - Class in org.openadaptor.dataobjects
Represents a set of predicates which when given a DataObject will evaluate to true (if each predicate is true) or false (if any of the predicates are false).
SimpleDOPredicate(Properties, String) - Constructor for class org.openadaptor.dataobjects.SimpleDOPredicate
Quick constructor/initialiser for unit testing testing.
SimpleDOPredicate() - Constructor for class org.openadaptor.dataobjects.SimpleDOPredicate
Default constructor is public
SimpleDOPredicate.SimpleDOAttPredicate - Class in org.openadaptor.dataobjects
SimpleDOAttPredicate class - A single predicate on a single attribute in a DataObject.
SimpleDOPredicate.SimpleDOAttPredicate(String, String, boolean, int) - Constructor for class org.openadaptor.dataobjects.SimpleDOPredicate.SimpleDOAttPredicate
Designated constructor
simpleEncrypt(byte[]) - Method in class org.openadaptor.security.EncryptionOutputStreamComponent
Try encrypting data with fixed algorithm that does not require IV or other parameters.
SimpleEnvelopePipe - Class in org.openadaptor.adaptor.standard
This pipe is used to wrap DataObjects in an 'Envelope' DataObject.
SimpleEnvelopePipe() - Constructor for class org.openadaptor.adaptor.standard.SimpleEnvelopePipe
 
SimpleEnvelopeUnwrapPipe - Class in org.openadaptor.adaptor.standard
This pipe is used to unwrap DataObjects Enveloped by SimpleEnvelopePipe.
SimpleEnvelopeUnwrapPipe() - Constructor for class org.openadaptor.adaptor.standard.SimpleEnvelopeUnwrapPipe
 
SimplePolicy - Class in org.openadaptor.security
This class represents a Security Policy that is used by the adaptor to apply security operations on a DO (DO[]) with a specific DOType before publishing onto to messaging layer like ETX.
SimplePolicy() - Constructor for class org.openadaptor.security.SimplePolicy
 
SimpleReaderDelegate - Class in org.openadaptor.adaptor
SimpleReaderDelegate is a class that can potentially be used by all Reader based Sources (e.g.
SimpleReaderDelegate() - Constructor for class org.openadaptor.adaptor.SimpleReaderDelegate
 
SimpleReportWriter - Class in org.openadaptor.dostrings
Creates a simple report from adaptor properties, replacing arguments with DataObject values, according to java.util.MessageFormat syntax.
SimpleReportWriter() - Constructor for class org.openadaptor.dostrings.SimpleReportWriter
 
SimpleSecureKey - Class in org.openadaptor.security
Default implementation of SecureKey.
SimpleSecureKey(Key, int, long, Date) - Constructor for class org.openadaptor.security.SimpleSecureKey
constructor
SimpleSecureKey(Properties) - Constructor for class org.openadaptor.security.SimpleSecureKey
This code is really quite hacky, se need to tidy it.
SimpleSinkSQLGenerator - Class in org.openadaptor.adaptor.jdbc
Interface that defines a class that can generate SQL for inserting/updating a database
SimpleSinkSQLGenerator() - Constructor for class org.openadaptor.adaptor.jdbc.SimpleSinkSQLGenerator
 
SimpleSinkSQLGenerator.SQLTemplate - Class in org.openadaptor.adaptor.jdbc
helper class to hold parameterised SQL statement and to generate actual SQL given a DataObject
SimpleSinkSQLGenerator.SQLTemplate(String) - Constructor for class org.openadaptor.adaptor.jdbc.SimpleSinkSQLGenerator.SQLTemplate
 
SimpleSOAPCall - Class in org.openadaptor.adaptor.soap
simple extension of the AbstractSOAPCall which just issues the call, gets the response and stuffs its string representation into the payload attribute of the DataObject.
SimpleSOAPCall() - Constructor for class org.openadaptor.adaptor.soap.SimpleSOAPCall
 
SimpleSocketHandshakeProtocol - Class in org.openadaptor.adaptor.standard
implements default handshaking behaviour for openadaptor socket components.
SimpleSocketHandshakeProtocol() - Constructor for class org.openadaptor.adaptor.standard.SimpleSocketHandshakeProtocol
 
SimpleSQLGenerator - Class in org.openadaptor.adaptor.jdbc
Implements SQLGenerator based on properties.
SimpleSQLGenerator() - Constructor for class org.openadaptor.adaptor.jdbc.SimpleSQLGenerator
 
SimpleSQLGenerator.SQLTemplates - Class in org.openadaptor.adaptor.jdbc
inner class used to hold SQL templates that relate to a single primary key type
SimpleSQLGenerator.SQLTemplates() - Constructor for class org.openadaptor.adaptor.jdbc.SimpleSQLGenerator.SQLTemplates
 
singleObjectInArray(Object[]) - Static method in class org.openadaptor.doxml.GenericXMLConverter
Returns boolean indicating if there is just one DataObject in the array.
SINGLEQUOTE - Static variable in class org.openadaptor.simplexml.XString
The single quote character
SingleStringReader - Class in org.openadaptor.dostrings
Takes the string output from the java.io.StringReader and prepares it for wrapping inside a DataObject.
SingleStringReader() - Constructor for class org.openadaptor.dostrings.SingleStringReader
 
SINK - Static variable in interface org.openadaptor.adaptor.editor.FrameworkComponent
 
Sink - Interface in org.openadaptor.adaptor
Sink interface; extends Component interface Every downstream component in a DBAF adaptor pipeline is a Sink.
sinkButton - Variable in class org.openadaptor.adaptor.editor.ComponentFactory.GUI
 
sinkColor - Variable in class org.openadaptor.adaptor.editor.Preferences.Settings
 
sinkHasTransactionRecovery(String, IbafException) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterSink
Called if a commit or rollback fails to determine whether a recovery attempt should be allowed.
sinks - Variable in class org.openadaptor.adaptor.editor.StandardComponent
 
SinkSQLGenerator - Interface in org.openadaptor.adaptor.jdbc
Interface that defines a class that can generate SQL for polling and database
size() - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter.AssociativeList
Return the number of messages currently in the list.
size() - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter.OrderedList
Return the number of messages currently in the list.
size() - Method in class org.openadaptor.dataobjects.CollectionDataObject
The number of objects which are contained in the collection
SIZE_BOTH - Static variable in class org.openadaptor.util.layout.StrutLayout
Specifies a member of a size group whose width and height are tied to the group's size.
SIZE_HEIGHT - Static variable in class org.openadaptor.util.layout.StrutLayout
Specifies a member of a size group whose height is tied to the group's height.
SIZE_NONE - Static variable in class org.openadaptor.util.layout.StrutLayout
Specifies a member of a size group who participates in setting the group's size but which does not change size itself.
SIZE_WIDTH - Static variable in class org.openadaptor.util.layout.StrutLayout
Specifies a member of a size group whose width is tied to the group's width.
sizeGroup - Variable in class org.openadaptor.util.layout.StrutLayout.ComponentInfo
 
sizeMode - Variable in class org.openadaptor.util.layout.StrutLayout.SizeGroupInfo
 
skip(long) - Method in class org.openadaptor.dostrings.XMLFractionReader
 
skip(long) - Method in class org.openadaptor.util.base64.Base64ReaderInputStream
Skips over and discards n bytes of data from this input stream.
skipClassValidationChecks - Variable in class org.openadaptor.adaptor.editor.Preferences.Settings
 
skipToEndOfStream() - Method in class org.openadaptor.util.base64.Base64ReaderInputStream
Skips to the end of the current data block.
skipToNextDocument() - Method in class org.openadaptor.util.sax.XMLDocumentReader
Skip to the start of the next document on the input stream.
SMALL_YEAR_PATTERN - Static variable in class org.openadaptor.util.DateFormatter
 
SMTPPassAllEvaluator - Class in org.openadaptor.util.log4j
Evaluator class to use with the log4j SMTPAppender.
SMTPPassAllEvaluator() - Constructor for class org.openadaptor.util.log4j.SMTPPassAllEvaluator
 
snapToGrid(FrameworkComponent, boolean, Hashtable, Vector) - Method in class org.openadaptor.adaptor.editor.AFContainer
 
socket - Variable in class org.openadaptor.adaptor.standard.SocketSource
instance of the socket wrapper which configures and creates socket connections
SocketHandshakeProtocol - Interface in org.openadaptor.adaptor.standard
interface which defines how Socket client/server should implement handshaking with another socket server/client
SocketMTAcceptor - Class in org.openadaptor.adaptor.tcp
This class is the go-between thread between the SocketMTSource and the threads that handle each socket connection.
SocketMTAcceptor(String) - Constructor for class org.openadaptor.adaptor.tcp.SocketMTAcceptor
Constructor.
SocketMTSource - Class in org.openadaptor.adaptor.tcp
Reads records from a Socket, and turns it into DataObject Arrays which it passes into the framework.
SocketMTSource() - Constructor for class org.openadaptor.adaptor.tcp.SocketMTSource
 
SocketMTSourceInstance - Class in org.openadaptor.adaptor.tcp
An individual source thread which is called to handle a single socket connection to a client.
SocketMTSourceInstance(Socket) - Constructor for class org.openadaptor.adaptor.tcp.SocketMTSourceInstance
Constructor.
SocketSink - Class in org.openadaptor.adaptor.standard
This Sink will write data to a socket when it receives a message.
SocketSink() - Constructor for class org.openadaptor.adaptor.standard.SocketSink
 
SocketSource - Class in org.openadaptor.adaptor.standard
Reads records from a Socket, and turns it into DataObject Arrays which it passes into the framework.
SocketSource() - Constructor for class org.openadaptor.adaptor.standard.SocketSource
 
SOURCE - Static variable in interface org.openadaptor.adaptor.editor.FrameworkComponent
 
Source - Interface in org.openadaptor.adaptor
A Source is a DBAF Component which is also Runnable.
source - Variable in class org.openadaptor.j2ee.jca.AdaptorResourceWrapper
 
SOURCE_PROP - Static variable in interface org.openadaptor.adaptor.value.action.XFAction
 
sourceButton - Variable in class org.openadaptor.adaptor.editor.ComponentFactory.GUI
 
sourceCleanUp() - Method in class org.openadaptor.adaptor.AbstractSimpleSource
Called from run implementation when Source is about to exit.
sourceCleanUp() - Method in class org.openadaptor.adaptor.benchmark.BenchmarkSource
calculate throughput
sourceCleanUp() - Method in class org.openadaptor.adaptor.bridge.BridgeSocketSource
Clean up and close connection.
sourceCleanUp() - Method in class org.openadaptor.adaptor.ibm.MqSource
 
sourceCleanUp() - Method in class org.openadaptor.adaptor.jdbc.JdbcSource
Called from run implementation when Source is about to exit.
sourceCleanUp() - Method in class org.openadaptor.adaptor.jdbc.msaccess.MSAccessSource
Closes the database connection if necessary
sourceCleanUp() - Method in class org.openadaptor.adaptor.ldap.LDAPSource
Clean up the source when we are terminating
sourceCleanUp() - Method in class org.openadaptor.adaptor.standard.BinaryFileSource
Close the file and store the current file pointer (byte offset) for next time (assuming we are saving fiel position details)
sourceCleanUp() - Method in class org.openadaptor.adaptor.standard.FilePollSource
Override the sourceCleanUp() method.
sourceCleanUp() - Method in class org.openadaptor.adaptor.standard.RMISource
 
sourceCleanUp() - Method in class org.openadaptor.adaptor.standard.SocketSource
clean up connections
sourceCleanUp() - Method in class org.openadaptor.adaptor.tcp.SocketMTAcceptor
Cleanup all connections/threads ...
sourceCleanUp() - Method in class org.openadaptor.adaptor.tcp.SocketMTSource
clean up all connections.
sourceCleanUp() - Method in class org.openadaptor.adaptor.tcp.SocketMTSourceInstance
Set the thread state to Terminate
sourceCleanUp() - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterSource
Closes all conncectors being managed.
sourceColor - Variable in class org.openadaptor.adaptor.editor.Preferences.Settings
 
sourceExiting(Source) - Method in interface org.openadaptor.adaptor.Controller
Called by Source components when they are terminating for whatever reason.
sourceExiting(Source, int) - Method in interface org.openadaptor.adaptor.Controller
Called by Source components when they are terminating for whatever reason.
sourceExiting(Source) - Method in class org.openadaptor.adaptor.SimpleController
Called by Sources to let the Controller know when they are dying.
sourceExiting(Source, int) - Method in class org.openadaptor.adaptor.SimpleController
Called by Sources to let the Controller know when they are dying.
sourceHasTransactionRecovery(String, IbafException) - Method in class org.openadaptor.adaptor.AbstractSimpleSource
Called by sourceProcess if a commit or rollback fails (but only for this source) to determine whether a recovery attempt should be allowed.
sourceHasTransactionRecovery(String, IbafException) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterSource
Called by sourceProcess if a commit or rollback fails (but only for this source) to determine whether a recovery attempt should be allowed.
sourceListen() - Method in class org.openadaptor.adaptor.AbstractSimpleSource
Called from listen run implementation when Source wants to listen for DataObjects to process.
sourceListen() - Method in class org.openadaptor.adaptor.bridge.BridgeSocketSource
Listen for incoming messages.
sourceListen() - Method in class org.openadaptor.adaptor.jdbc.oracle.OracleSQLSource
Overrides parent method Main processing done here for generic sql query creation.
sourceListen() - Method in class org.openadaptor.adaptor.jdbc.SQLSource
Overrides parent method Main processing done here for generic sql query creation.
sourceListen() - Method in class org.openadaptor.adaptor.standard.SocketSource
sourceListen implementation.
sourceListen() - Method in class org.openadaptor.adaptor.tcp.SocketMTSource
sourceListen implementation.
sourceListen() - Method in class org.openadaptor.adaptor.tibco.tibrv.TibRvSource
forces Tibrv listeners callbacks to be called
sourceName - Variable in class org.openadaptor.j2ee.jca.AdaptorResourceWrapper
 
sourcePause() - Method in class org.openadaptor.adaptor.AbstractSimpleSource
Called from run implementation when Source is about to pause.
sourcePause() - Method in class org.openadaptor.adaptor.bridge.BridgeSocketSource
Pause the source.
sourcePause() - Method in class org.openadaptor.adaptor.standard.RMISource
 
sourcePause() - Method in class org.openadaptor.adaptor.standard.SocketSource
Pause the source.
sourcePause() - Method in class org.openadaptor.adaptor.tcp.SocketMTAcceptor
Tell all threads to pause.
sourcePause() - Method in class org.openadaptor.adaptor.tcp.SocketMTSource
Tell all threads to pause.
sourcePause() - Method in class org.openadaptor.adaptor.tcp.SocketMTSourceInstance
Set the thread state to pause
sourcePause() - Method in class org.openadaptor.adaptor.tibco.tibrv.TibRvSource
remove rv listener
sourcePause() - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterSource
Pauses all conncectors being managed.
sourcePoll() - Method in class org.openadaptor.adaptor.AbstractSimpleSource
Called from polling run implementation when Source wants next array of DataObjects tp process.
sourcePoll() - Method in class org.openadaptor.adaptor.benchmark.BenchmarkSource
create a dummy array of DataObjects and check to see if we have sent NumToSend
sourcePoll() - Method in class org.openadaptor.adaptor.benchmark.DoNothingSource
 
sourcePoll() - Method in class org.openadaptor.adaptor.ftp.FTPSource
Retrieves the remote file(s).
sourcePoll() - Method in class org.openadaptor.adaptor.ibm.MqSource
Get a messages from MQ amd construct an array of DataObjects
sourcePoll() - Method in class org.openadaptor.adaptor.jdbc.JdbcSource
Called from polling run implementation when Source wants next array of DataObjects tp process.
sourcePoll() - Method in class org.openadaptor.adaptor.jdbc.msaccess.MSAccessSource
Reads the next BCG event deom the database, updates it's status to PENDING then executes the SQL associated with the event.
sourcePoll() - Method in class org.openadaptor.adaptor.jdbc.PollingSQLSource
Modified to allow batching of records.
sourcePoll() - Method in class org.openadaptor.adaptor.ldap.LDAPSource
Get the results from the enumeration, one at a time
sourcePoll() - Method in class org.openadaptor.adaptor.LocalAsyncSource
this method is repeatedly called by the adaptor source thread
sourcePoll() - Method in class org.openadaptor.adaptor.mail.MailSource
called on each poll of the adaptor.
sourcePoll() - Method in class org.openadaptor.adaptor.scp.JSchSCPSource
Called from polling run implementation when Source wants next array of DataObjects to process.
sourcePoll() - Method in class org.openadaptor.adaptor.soap.WebServiceSource
Called from polling run implementation when Source wants next array of DataObjects tp process.
sourcePoll() - Method in class org.openadaptor.adaptor.standard.AdvancedFileSource
Called by run implementation to get next DataObject array to send.
sourcePoll() - Method in class org.openadaptor.adaptor.standard.BinaryFileSource
Handle the reading of the next record(s) from the file.
sourcePoll() - Method in class org.openadaptor.adaptor.standard.FileBufferSource
 
sourcePoll() - Method in class org.openadaptor.adaptor.standard.FilePollSource
Called by run implementation to get next DataObject array to send.
sourcePoll() - Method in class org.openadaptor.adaptor.standard.FileSource
Called by run implementation to get next DataObject array to send.
sourceProcess(DataObject[]) - Method in class org.openadaptor.adaptor.AbstractSimpleSource
Called by polling run implementation and should be called by implementation of 3rd party callbacks or sourceListen.
sourceProcess(DataObject[], String) - Method in class org.openadaptor.adaptor.AbstractSimpleSource
 
sourceProcess(DataObject[], String, String) - Method in class org.openadaptor.adaptor.AbstractSimpleSource
 
sourceProcess(DataObject[]) - Method in class org.openadaptor.adaptor.AbstractSimpleSourceSink
Resets the responses vector before calling super.sourceProcess(...)
sourceProcess(JMSAdaptorListener, DataObject[], String) - Method in class org.openadaptor.adaptor.jms.JMSAdaptorListener
Synchronizes on the Listener's source to ensure that only one source at a time is processing messages.
sourceProcess(JMSAdaptorListener, String, String) - Method in class org.openadaptor.adaptor.jms.JMSAdaptorListener
Synchronizes on the Listener's source to ensure that only one source at a time is processing messages.
sourceProcess(String, String, String) - Method in class org.openadaptor.adaptor.tibco.tibrv.TibRvSource
this needs to be promoted to the AbstractSource
sourceProcess(Transporter, DataObject[], String) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterSource
Called by transporter to process a DataObject[] message.
sourceProcess(Transporter, String, String) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterSource
Called by transporter to process a text message.
sourceResume() - Method in class org.openadaptor.adaptor.AbstractSimpleSource
Called from run implementation when Source is about to resume after being paused.
sourceResume() - Method in class org.openadaptor.adaptor.bridge.BridgeSocketSource
Reusume source listening.
sourceResume() - Method in class org.openadaptor.adaptor.standard.RMISource
 
sourceResume() - Method in class org.openadaptor.adaptor.standard.SocketSource
Resume source listening.
sourceResume() - Method in class org.openadaptor.adaptor.tcp.SocketMTAcceptor
Tell all threads to resume.
sourceResume() - Method in class org.openadaptor.adaptor.tcp.SocketMTSource
Tell all threads to resume.
sourceResume() - Method in class org.openadaptor.adaptor.tcp.SocketMTSourceInstance
Set the thread state to resume
sourceResume() - Method in class org.openadaptor.adaptor.tibco.tibrv.TibRvSource
create an rv listener
sourceResume() - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterSource
Resumes all conncectors being managed.
sourceStartUp() - Method in class org.openadaptor.adaptor.AbstractSimpleSource
Called before run starts reading record fromthe file if the Source does not have a DataObject string reader then it expects read dealbus "XML" format and we need to set up some buffers Override this implementation if your source needs to connect to some external resource.
sourceStartUp() - Method in class org.openadaptor.adaptor.benchmark.BenchmarkSource
get timestamp
sourceStartUp() - Method in class org.openadaptor.adaptor.bridge.BridgeSocketSource
Starts the source.
sourceStartUp() - Method in class org.openadaptor.adaptor.ftp.FTPSource
conencts to the remote SunFTP server and logs in.
sourceStartUp() - Method in class org.openadaptor.adaptor.jdbc.JdbcSource
Called from run implementation once Source is ready to begin processing events.
sourceStartUp() - Method in class org.openadaptor.adaptor.jdbc.msaccess.MSAccessSource
Called before run starts.
sourceStartUp() - Method in class org.openadaptor.adaptor.jdbc.mssql.MSSqlBatchSource
Called when the source starts.
sourceStartUp() - Method in class org.openadaptor.adaptor.jdbc.oracle.OracleSQLSource
Overrides parent method
sourceStartUp() - Method in class org.openadaptor.adaptor.jdbc.SQLSource
Overrides parent method
sourceStartUp() - Method in class org.openadaptor.adaptor.jdbc.sybase.SybaseBatchSource
Called when the source starts.
sourceStartUp() - Method in class org.openadaptor.adaptor.ldap.LDAPSource
Makes the connection to the LDAP server and if in single search mode then the search is performed.
sourceStartUp() - Method in class org.openadaptor.adaptor.standard.RMISource
 
sourceStartUp() - Method in class org.openadaptor.adaptor.standard.SocketSource
Starts the source.
sourceStartUp() - Method in class org.openadaptor.adaptor.tcp.SocketMTSource
called when the source is started.
sourceStartUp() - Method in class org.openadaptor.adaptor.tibco.tibrv.TibRvSource
create an rv session and listener
sourceStartUp() - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterSource
Starts all conncectors being managed.
sourceStop() - Method in class org.openadaptor.adaptor.AbstractSimpleSource
Called by sourceProcess if adaptor is going to stop, allows you to immediately stop callbacks in the callback thread Override this implementation if your source needs to connect to some external resource.
sourceStop() - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterSource
Called by sourceProcess() when the adaptor is being terminated.
sourceTransactionBegin() - Method in class org.openadaptor.adaptor.AbstractSimpleSource
 
sourceTransactionProcess(DataObject[], String, String) - Method in class org.openadaptor.adaptor.AbstractSimpleSource
 
SOUTH - Static variable in class org.openadaptor.util.layout.StrutLayout
Represents the direction towards the bottom of the screen.
SOUTH_EAST - Static variable in class org.openadaptor.util.layout.StrutLayout
Represents the direction towards the bottom right of the screen.
SOUTH_WEST - Static variable in class org.openadaptor.util.layout.StrutLayout
Represents the direction towards the bottom left of the screen.
spArrayToWriter(Writer, DataObject[], String, GenericXMLWriter.TypeDef, boolean) - Method in class org.openadaptor.doxml.GenericXMLWriter
Writes a DataObject Array as XML onto writer.
specificationName() - Static method in class org.openadaptor.dmx.converter.DMX
Returns the official name of the meta-data tag set specification
split(String) - Static method in class org.openadaptor.adaptor.bridge.InputStreamBuffer
Splits a str of space-separated tokens.
SPRING_BOTH - Static variable in class org.openadaptor.util.layout.StrutLayout
Specifies a spring that expands both horizontally and vertically.
SPRING_HORIZ - Static variable in class org.openadaptor.util.layout.StrutLayout
Specifies a spring that expands horizontally.
SPRING_NONE - Static variable in class org.openadaptor.util.layout.StrutLayout
Specifies a non-existent spring.
SPRING_VERT - Static variable in class org.openadaptor.util.layout.StrutLayout
Specifies a spring that expands vertically.
springInfo - Variable in class org.openadaptor.util.layout.StrutLayout.ComponentInfo
 
springs - Variable in class org.openadaptor.util.layout.StrutLayout.SpringInfo
 
sprocName - Variable in class org.openadaptor.adaptor.jdbc.ConfigRow
 
SQLGenerator - Interface in org.openadaptor.adaptor.jdbc
Interface that defines a class that can generate SQL for polling and database
sqlQuery(Statement, String) - Method in class org.openadaptor.hospital.helpers.HATDatabase
execute a SQL query, unlimited size of result set
sqlQuery(Statement, String, int) - Method in class org.openadaptor.hospital.helpers.HATDatabase
execute a SQL query, limited size of result set
sqlQuery(PreparedStatement) - Method in class org.openadaptor.hospital.helpers.HATDatabase
execute a SQL query using a prepared statement, unlimited size of result set
sqlQuery(PreparedStatement, int) - Method in class org.openadaptor.hospital.helpers.HATDatabase
execute a SQL query using a prepared statement, limited size of result set
SQLSink - Class in org.openadaptor.adaptor.jdbc
 
SQLSink() - Constructor for class org.openadaptor.adaptor.jdbc.SQLSink
 
SQLSource - Class in org.openadaptor.adaptor.jdbc
A custom source which takes a SQLString and creates DataObjects of type Type (Defaults to Any) and attributes of column names and values.
SQLSource() - Constructor for class org.openadaptor.adaptor.jdbc.SQLSource
 
sqlUpdate(Statement, String, boolean) - Method in class org.openadaptor.hospital.helpers.HATDatabase
execute a SQL update for a java.sql.Statement
sqlUpdate(PreparedStatement, boolean) - Method in class org.openadaptor.hospital.helpers.HATDatabase
execute a SQL update for a java.sql.PreparedStatement
srcSysFieldName - Variable in class org.openadaptor.adaptor.jdbc.ConfigRow
 
SSSSIZE - Static variable in class org.openadaptor.doxml.GenericXMLReader
State stack start size
stack - Variable in class org.openadaptor.dataobjects.FixedDOType.IdentityStack
 
STANDARD_INDENTION - Variable in class org.openadaptor.dmx.converter.DMXMetadataGenerator
 
StandardComponent - Class in org.openadaptor.adaptor.editor
 
StandardComponent(AFEditor, Adaptor) - Constructor for class org.openadaptor.adaptor.editor.StandardComponent
 
StandardComponent(AFEditor, Adaptor, IniFile, String) - Constructor for class org.openadaptor.adaptor.editor.StandardComponent
 
start - Variable in class org.openadaptor.adaptor.editor.Help
 
start() - Method in class org.openadaptor.adaptor.jmx.JMXAdapter
 
start() - Method in interface org.openadaptor.adaptor.jmx.JMXAdapterMBean
 
start(String) - Method in class org.openadaptor.adaptor.tcp.SocketMTSourceInstance
 
START - Static variable in class org.openadaptor.adaptor.transporter.TransporterThread
 
start - Static variable in class org.openadaptor.dataobjects.ArraySelector
The selector notation start and end delimiters.
start - Static variable in class org.openadaptor.dataobjects.ValueSelector
The selector notation start and end delimiters.
start - Static variable in class org.openadaptor.dataobjects.XPathSelector
The selector notation start and end delimiters.
start() - Method in class org.openadaptor.doxml.DOBuilder
Resets the parsing status.
start() - Method in class org.openadaptor.j2ee.jca.AdaptorResourceWrapper
Start by starting the Adaptor.
START_TAG - Static variable in class org.openadaptor.doconverter.DOConverter
empty tag
startAll() - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterManager
Start all transporters reception or publication of messages.
startAll() - Method in interface org.openadaptor.adaptor.transporter.AdaptorTransporterManager
Start all transporters reception or publication of messages.
startApplication(Properties) - Static method in class org.openadaptor.hospital.HAT
method to start HAT.
startApplication(Properties, Object) - Static method in class org.openadaptor.hospital.HAT
method to start the HAT application.
startAttribute(String) - Method in class org.openadaptor.doxml.DOBuilder
Start an attribute of the current AttributeHolder (DataObject/DOType).
STARTCDATA - Static variable in class org.openadaptor.simplexml.XSymbol
 
startChecksum() - Method in class org.openadaptor.adaptor.bridge.ProtocolMessageWriter
 
STARTCOMMENT - Static variable in class org.openadaptor.simplexml.XSymbol
 
startConnection() - Method in class org.openadaptor.adaptor.jms.JMSTransporter
Starts a JMS connection.
startDataBlock() - Method in class org.openadaptor.doconverter.v3.AbstractValueDecoder
Calls startDataBlock() on the pipeline components.
startDataBlock() - Method in class org.openadaptor.doconverter.v3.DebugInputStreamComponent
Start reading a new data block.
startDataBlock() - Method in class org.openadaptor.doconverter.v3.DebugOutputStreamComponent
Start processing a new data block.
startDataBlock() - Method in class org.openadaptor.security.AbstractSecurityInputStreamComponent
Start a new data block.
startDataBlock() - Method in class org.openadaptor.security.AbstractSecurityOutputStreamComponent
Start a new data block.
startDataBlock() - Method in class org.openadaptor.security.DigestInputStreamComponent
Start reading a new data block.
startDataBlock() - Method in class org.openadaptor.security.DigestOutputStreamComponent
Start processing a new data block.
startDataBlock() - Method in class org.openadaptor.security.EncryptionInputStreamComponent
Start reading a new data block.
startDataBlock() - Method in class org.openadaptor.security.EncryptionOutputStreamComponent
Start processing a new data block.
startDataBlock() - Method in class org.openadaptor.security.NullOutputStreamComponent
Start processing a new data block.
startDataBlock() - Method in class org.openadaptor.security.SignInputStreamComponent
Start reading a new data block.
startDataBlock() - Method in class org.openadaptor.security.SignOutputStreamComponent
Start processing a new data block.
startDataBlock() - Method in class org.openadaptor.util.base64.Base64ReaderInputStream
Start reading a new data block.
startDataBlock() - Method in class org.openadaptor.util.base64.Base64WriterOutputStream
Start processing a new data block.
startDataBlock() - Method in interface org.openadaptor.util.InputStreamComponent
Start reading a new data block.
startDataBlock() - Method in interface org.openadaptor.util.OutputStreamComponent
Start processing a new data block.
startDataBlock() - Method in class org.openadaptor.util.PipelineInputStream
Start processing a new data block.
startDataBlock() - Method in class org.openadaptor.util.PipelineOutputStream
Start processing a new data block.
startDataBlock() - Method in class org.openadaptor.util.ReaderInputStream
Start reading a new data block.
startDocument() - Method in class org.openadaptor.adaptor.value.filterstore.ValueXMLParser
Used in Sax Parsing
startDocument() - Method in class org.openadaptor.doxml.GenericXMLReader
SAX parsing interface method.
startDocument() - Method in class org.openadaptor.doxml.XMLParser
Called at start of a new XML Document.
startElement(String, String, String, Attributes) - Method in class org.openadaptor.adaptor.value.filterstore.ValueXMLParser
Used in Sax Parsing: Should be overridden in impelementing class
startElement(String, String, String, Attributes) - Method in class org.openadaptor.dmx.converter.DMXMainDocumentHandler
Receive notification of the start of an element.
startElement(String, String, String, Attributes) - Method in class org.openadaptor.doxml.GenericXMLReader
SAX parsing interface method.
startElement(String, String, String, Attributes) - Method in class org.openadaptor.doxml.XMLParser
Called when start of an XML element (tag) is read.
startElement(String, String, String, Attributes) - Method in class org.openadaptor.util.sax.AbstractHierarchicalElementHandler
This method is called for every start tag It passes the control to the controller for the appropriate interpretation of the given start tag.
startElement(String, Attributes) - Method in class org.openadaptor.util.sax.SAXReadController
This method is called by a element handler for every start tag the element handler is not responsible for.
startElementHandler(HierarchicalElementHandler) - Method in class org.openadaptor.util.sax.SAXReadController
Sets the given element handler as the current element handler of the SAX parser.
startMessage() - Method in class org.openadaptor.adaptor.bridge.ProtocolMessageReader
Prepares receiver for reading a message.
startPrefixMapping(String, String) - Method in class org.openadaptor.doxml.XMLParser
Prefix mapping is ignored.
startsCData() - Method in class org.openadaptor.simplexml.XSymbol
Returns true if the symbol signals the start of an XML comment.
startsComment() - Method in class org.openadaptor.simplexml.XSymbol
Returns true if the symbol signals the start of an XML comment.
startsTag() - Method in class org.openadaptor.simplexml.XSymbol
Returns true if the symbol signals the start of some XML tag.
startTransporter() - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Start listening for, or sending, messages.
startTransporter(String) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterManager
Start, or re-start, a transporter and resume subscription or publication to existing subject.
startTransporter(String) - Method in interface org.openadaptor.adaptor.transporter.AdaptorTransporterManager
Start, or re-start, a transporter and resume subscription or publication to existing subject.
startTransporter() - Method in interface org.openadaptor.adaptor.transporter.Control
Start listening for, or sending, messages.
startUp() - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterSink
startUp closes any existing transporters, re-establishes fresh connections and starts the associated Transporters.
startup() - Method in class org.openadaptor.util.jms.drain.RunDrainer
 
startup() - Method in class org.openadaptor.util.jms.drain.RunQueueDrainer
 
startup() - Method in class org.openadaptor.util.jms.drain.RunTopicDrainer
 
startup() - Method in class org.openadaptor.util.jms.peeker.RunPeeker
 
startup() - Method in class org.openadaptor.util.jms.stringpublisher.RunTransporterPublisher
 
state - Variable in class org.openadaptor.util.sax.XMLDocumentReader.Push
 
STATE_PAUSE - Static variable in class org.openadaptor.util.tcp.OAMTSocket
 
STATE_RESUME - Static variable in class org.openadaptor.util.tcp.OAMTSocket
Controlling the state of the thread
STATE_TERMINATE - Static variable in class org.openadaptor.util.tcp.OAMTSocket
 
stateChanged(ChangeEvent) - Method in class org.openadaptor.adaptor.editor.Adaptor
 
stateNames - Variable in class org.openadaptor.util.sax.XMLDocumentReader
 
stateString(int) - Method in class org.openadaptor.adaptor.bridge.ProtocolReader
Returns the name of the state value passed.
status - Variable in class org.openadaptor.adaptor.editor.Property
 
status - Variable in class org.openadaptor.adaptor.ibm.MqDataRow
 
status() - Method in class org.openadaptor.adaptor.jmx.JMXRemoteControl
 
status() - Method in interface org.openadaptor.adaptor.jmx.JMXRemoteControlMBean
 
status() - Method in class org.openadaptor.adaptor.standard.CommandLineRemoteControl
 
statusMessage(String, int, String) - Static method in class org.openadaptor.hospital.gui.HATFrame
Display a message in the status line and write to the log.
stick(String[], String) - Method in class org.openadaptor.adaptor.jdom.JDOMStringWriter
Deprecated. Does nothing.
stick(String[], String) - Method in class org.openadaptor.dostrings.ConstantStringWriter
 
stick(String[], String) - Method in class org.openadaptor.dostrings.DelimitedStringWriter
Stick value strings together in delimited format.
stick(String[], String) - Method in class org.openadaptor.dostrings.DOStringWriter
Stick together strings and return a single string, this should be implemented by the sub class such as FixWidthDOWriter, Delimited DOWriter etc...
stick(String[], String) - Method in class org.openadaptor.dostrings.FixedWidthStringWriter
Stick together strings and return a fixed width record
stick(String[], String) - Method in class org.openadaptor.dostrings.SimpleReportWriter
"sticks" lines together.
stick(String[], String) - Method in class org.openadaptor.dostrings.TrueXMLWriter
Does nothing.
stick(String[], String) - Method in class org.openadaptor.dostrings.TypedDOStringWriter
 
stick(String[], String) - Method in class org.openadaptor.dostrings.VerbatimStringWriter
Does nothing.
stick(String[], String) - Method in class org.openadaptor.dostrings.XMLStringWriter
Does nothing.
stick(String[], String) - Method in class org.openadaptor.dostrings.XSLStringWriter
Each component string is concatenated with a newline.
stop() - Method in class org.openadaptor.adaptor.jmx.JMXAdapter
 
stop() - Method in interface org.openadaptor.adaptor.jmx.JMXAdapterMBean
 
STOP - Static variable in class org.openadaptor.adaptor.transporter.AbstractTransporter
 
STOP - Static variable in class org.openadaptor.adaptor.transporter.TransporterThread
 
stop() - Method in class org.openadaptor.j2ee.jca.AdaptorResourceWrapper
Stop the referenced adaptor.
stop() - Method in class org.openadaptor.util.jms.stringpublisher.RunTransporterPublisher
 
stopAdaptor() - Method in class org.openadaptor.adaptor.editor.AdaptorRunner
 
stopAdaptor() - Method in class org.openadaptor.adaptor.editor.AFEditor
 
stopAdaptor(StreamTokenizer) - Method in class org.openadaptor.adaptor.editor.Script
 
stopAll() - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterManager
Stop receiving or publishing messages.
stopAll() - Method in interface org.openadaptor.adaptor.transporter.AdaptorTransporterManager
Stop receiving or publishing messages.
stopApplication(int) - Static method in class org.openadaptor.hospital.HAT
stop the HAT application.
stopCellEditing() - Method in class org.openadaptor.adaptor.editor.AFTableCellRenderer
 
stopPropertiesTableEdit() - Method in class org.openadaptor.adaptor.editor.Adaptor
 
stopTransporter() - Method in class org.openadaptor.adaptor.jms.JMSTransporter
Stop processing messages.
stopTransporter() - Method in class org.openadaptor.adaptor.transporter.AbstractTransporter
Stop processing messages.
stopTransporter(String) - Method in class org.openadaptor.adaptor.transporter.AbstractTransporterManager
Stop a transporter.
stopTransporter(String) - Method in interface org.openadaptor.adaptor.transporter.AdaptorTransporterManager
Stop a transporter.
stopTransporter() - Method in interface org.openadaptor.adaptor.transporter.Control
Stop listening for messages.
store(OutputStream, String) - Method in class org.openadaptor.util.SuperProperties
Override Properties.store() to get required escape mappings.
STPipelineController - Class in org.openadaptor.adaptor
Single-threaded - ie synchronous - pipeline controller
STPipelineController() - Constructor for class org.openadaptor.adaptor.STPipelineController
 
str - Variable in class org.openadaptor.util.sax.XMLDocumentReader.AnchorMatch
 
stream - Variable in class org.openadaptor.util.IniFile
Input stream associated with fileName
STREAMING_VERSION_STR - Static variable in class org.openadaptor.doconverter.BasicDO2XMLConverter
DO XML Syntax Version "1.1" (like 1.0 but with streaming of attributes).
STRICT_PREFIX - Static variable in class org.openadaptor.dostrings.transformers.PrependTransformer
PrefixString property - default true
STRICT_SUFFIX - Static variable in class org.openadaptor.dostrings.transformers.AppendTransformer
PrefixString property - default true
STRING - Static variable in class org.openadaptor.dataobjects.SDOType
String primitive type
STRING - Static variable in class org.openadaptor.dmx.metaobjects.types.MOAtomic
String primitive class
StringComparator - Class in org.openadaptor.util.comparator
For JDK 1.1 compatibility, we need to provide our own String comparator to avoid a ClassCastException when using collections for JDK 1.1.
StringComparator() - Constructor for class org.openadaptor.util.comparator.StringComparator
 
StringDOStreamReader - Class in org.openadaptor.dostrings
Reads in a string from supplied reader, creates a new simple DataObject of the type defined in the properties, adds an attribute based on the name defined in the properties and stuffs the string into it.
StringDOStreamReader() - Constructor for class org.openadaptor.dostrings.StringDOStreamReader
 
StringLengthAction - Class in org.openadaptor.adaptor.value.action
Simple action that will count the length of the string value of the named attribute and store the result in the defined attribute.
StringLengthAction() - Constructor for class org.openadaptor.adaptor.value.action.StringLengthAction
 
StringPredicate - Class in org.openadaptor.adaptor.value.predicate
Match the string value of a specified attribute against a string, list of strings or another attribute..
StringPredicate() - Constructor for class org.openadaptor.adaptor.value.predicate.StringPredicate
 
stringToAttrModOp(String) - Static method in class org.openadaptor.adaptor.ldap.LDAPUtils
Converts a String into an attribute modification operation.
StringToDOPipe - Class in org.openadaptor.adaptor.standard
Takes the String contained in the defined attribute ("A.C2.AttributeName") of the first DataObject in the message and uses the "DOStreamReader" to transform it into a list of DataObjects.
StringToDOPipe() - Constructor for class org.openadaptor.adaptor.standard.StringToDOPipe
 
stringToEntryModOp(String) - Static method in class org.openadaptor.adaptor.ldap.LDAPUtils
Converts a String into an entry modification operation.
stringToInteger(String) - Method in class org.openadaptor.dmx.converter.DMXTagHandler
Convert a given string to an integer.
stringToProperties(String) - Static method in class org.openadaptor.util.PropertiesUtils
Extracts properties from a string containing properties separated by a delimiter and forms a properties object Assumes default delimiter
stringToProperties(String, String) - Static method in class org.openadaptor.util.PropertiesUtils
Extracts properties from a string containing properties separated by a delimiter and forms a properties object
StringTrimAction - Class in org.openadaptor.adaptor.value.action
Takes a DataObject and trims the specified number of characters off the start or end of one of the attribute values.
StringTrimAction() - Constructor for class org.openadaptor.adaptor.value.action.StringTrimAction
 
StringUtils - Class in org.openadaptor.adaptor.util
Some utility methods that perform useful actions on Strings
StringUtils() - Constructor for class org.openadaptor.adaptor.util.StringUtils
 
STRIP_QUOTES - Static variable in class org.openadaptor.dostrings.DelimitedStringReader
StripQuotes property name
stripComments(String) - Method in class org.openadaptor.util.IniFile
Removes comments from a line.
stripQuotes(String) - Method in class org.openadaptor.dataobjects.ValueSelector
 
stripToolTip(String) - Method in class org.openadaptor.util.IniFile
Removes tooltip from a value.
StrutLayout - Class in org.openadaptor.util.layout
StrutLayout is an AWT layout manager that lays out components by logically connecting them with struts.
StrutLayout() - Constructor for class org.openadaptor.util.layout.StrutLayout
 
StrutLayout.ComponentInfo - Class in org.openadaptor.util.layout
Stores constraint information for a component.
StrutLayout.ComponentInfo() - Constructor for class org.openadaptor.util.layout.StrutLayout.ComponentInfo
 
StrutLayout.SizeGroup - Class in org.openadaptor.util.layout
Represents a group of components who have their width and/or height tied to the size of the group.
StrutLayout.SizeGroup() - Constructor for class org.openadaptor.util.layout.StrutLayout.SizeGroup
 
StrutLayout.SizeGroupInfo - Class in org.openadaptor.util.layout
Stores size group information.
StrutLayout.SizeGroupInfo(StrutLayout.SizeGroup, int) - Constructor for class org.openadaptor.util.layout.StrutLayout.SizeGroupInfo
 
StrutLayout.SpringInfo - Class in org.openadaptor.util.layout
Stores spring constraint information.
StrutLayout.SpringInfo(int) - Constructor for class org.openadaptor.util.layout.StrutLayout.SpringInfo
 
StrutLayout.Strut - Class in org.openadaptor.util.layout
Represents a strut going from a parent component to a child (see StrutLayout.StrutConstraint for a description of struts).
StrutLayout.Strut(Component, Component, int, int, int) - Constructor for class org.openadaptor.util.layout.StrutLayout.Strut
Creates a strut going from a parent component to a child component with a default length
StrutLayout.Strut(Component, Component, int, int, int, int) - Constructor for class org.openadaptor.util.layout.StrutLayout.Strut
Creates a strut going from a parent component to a child component.
StrutLayout.StrutConnection - Class in org.openadaptor.util.layout
Represents a strut from a parent to a child.
StrutLayout.StrutConnection(StrutLayout.ComponentInfo, int, int, int, int) - Constructor for class org.openadaptor.util.layout.StrutLayout.StrutConnection
 
StrutLayout.StrutConstraint - Class in org.openadaptor.util.layout
Represents a strut constraint placed on the location of a component.
StrutLayout.StrutConstraint(Component, int, int, int, int) - Constructor for class org.openadaptor.util.layout.StrutLayout.StrutConstraint
Create a strut between connection points on a parent and a child component.
StrutLayout.StrutConstraint(Component, int, int, int) - Constructor for class org.openadaptor.util.layout.StrutLayout.StrutConstraint
Create a strut between connection points on a parent and a child component.
StrutLayout.VectorConstraint - Class in org.openadaptor.util.layout
Represents a strut with arbritrary direction and length.
StrutLayout.VectorConstraint(Component, int, int, int, int) - Constructor for class org.openadaptor.util.layout.StrutLayout.VectorConstraint
Create a strut between connection points on a parent and a child component.
struts - Variable in class org.openadaptor.util.layout.StrutLayout.ComponentInfo
 
subj - Variable in class org.openadaptor.j2ee.jca.oaManagedConnection
 
subject - Variable in class org.openadaptor.adaptor.ibm.MqDataRow
 
subject - Variable in class org.openadaptor.adaptor.jdbc.ConfigRow
 
subjectMenu(String) - Method in class org.openadaptor.adaptor.hospital.HospitalCmdLineInterface
generate a menu of subject for a given application where there are patients in the hospital.
subjects - Variable in class org.openadaptor.util.IniFile
A vector of all subjects
subpath - Variable in class org.openadaptor.dataobjects.ValueSelector
subpath selector
subst(String, String, int) - Method in class org.openadaptor.util.xRE
Adds Perl style $n tokens in replacement text for RE.subst(), $0 is whole string matched, $1 ..
substitute - Variable in class org.openadaptor.adaptor.editor.TemplateSubstitution
 
SUFFIX - Variable in class org.openadaptor.adaptor.editor.ComponentFactory
 
SUFFIX_STRING - Static variable in class org.openadaptor.dostrings.transformers.AppendTransformer
PrefixString property - mandatory
SunFTP - 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.
SunFTP() - Constructor for class org.openadaptor.adaptor.ftp.SunFTP
basic constructor for those that want it
SuperProperties - Class in org.openadaptor.util
SuperProperties enhances standard properties files with the following features.
SuperProperties() - Constructor for class org.openadaptor.util.SuperProperties
Creates an empty property list with no default values.
SuperProperties(Properties) - Constructor for class org.openadaptor.util.SuperProperties
Creates an empty property list with the specified defaults.
SuperProperties(Properties, Properties) - Constructor for class org.openadaptor.util.SuperProperties
Creates a property list initialised from the specified properties objects and with the specified defaults.
SuperPropertiesUtils - Class in org.openadaptor.util
Deprecated. Use PropertiesUtils methods instead. If methods are missing from PropertiesUtils, then create them.
SuperPropertiesUtils(Properties) - Constructor for class org.openadaptor.util.SuperPropertiesUtils
Deprecated. Constructs a SuperPropertiesUtils object.
SUPPORTED_TYPES - Static variable in class org.openadaptor.adaptor.util.BinaryFileDataRecord
 
supportedVersion() - Static method in class org.openadaptor.dmx.converter.DMX
Returns the currently supported version of the meta-data tag set
supportsExecuteWithInputAndOutputRecord() - Method in class org.openadaptor.j2ee.jca.oaResourceAdapterMetaData
 
supportsExecuteWithInputRecordOnly() - Method in class org.openadaptor.j2ee.jca.oaResourceAdapterMetaData
 
supportsLocalTransactionDemarcation() - Method in class org.openadaptor.j2ee.jca.oaResourceAdapterMetaData
 
SybaseBatchSource - Class in org.openadaptor.adaptor.jdbc.sybase
Sybase-specific JdbcSource
SybaseBatchSource() - Constructor for class org.openadaptor.adaptor.jdbc.sybase.SybaseBatchSource
 
SybaseBcpInSink - Class in org.openadaptor.adaptor.jdbc.sybase
A Sink which can bcp data into a Sybase or MS Sql Server database.
SybaseBcpInSink() - Constructor for class org.openadaptor.adaptor.jdbc.sybase.SybaseBcpInSink
 
SybaseDOTypeMap - Class in org.openadaptor.adaptor.jdbc.sybase
Helper class to convert data types returned in a Sybase resultset to their equivalent DataObject data types
SybaseDOTypeMap() - Constructor for class org.openadaptor.adaptor.jdbc.sybase.SybaseDOTypeMap
 
SybaseDOTypeMap - Class in org.openadaptor.adaptor.jdbc
Helper class to convert data types returned in a Sybase resultset to their equivalent DataObject data types
SybaseDOTypeMap() - Constructor for class org.openadaptor.adaptor.jdbc.SybaseDOTypeMap
 
SybaseSource - Class in org.openadaptor.adaptor.jdbc.sybase
Sybase-specific JdbcSource
SybaseSource() - Constructor for class org.openadaptor.adaptor.jdbc.sybase.SybaseSource
 

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 _