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

A

AccessException - Exception in com.wm.app.b2b.client
Extends ServiceException.
AccessException() - Constructor for exception com.wm.app.b2b.client.AccessException
Constructs an AccessException without a detailed error message.
AccessException(String) - Constructor for exception com.wm.app.b2b.client.AccessException
Constructs an AccessException with the specified message.
AccessException - Class in com.wm.app.b2b.server
Constructs access exceptions.
AccessException() - Constructor for class com.wm.app.b2b.server.AccessException
Constructs an AccessException without a detailed error message.
AccessException(Throwable) - Constructor for class com.wm.app.b2b.server.AccessException
Constructs an AccessException using the specified Throwable object as input.
AccessException(String) - Constructor for class com.wm.app.b2b.server.AccessException
Constructs an AccessException with a specified message.
AccessException(Class, String, String, String) - Constructor for class com.wm.app.b2b.server.AccessException
Constructs an AccessException using the specified parameters as input.
AccessException(Class, String, String) - Constructor for class com.wm.app.b2b.server.AccessException
Constructs an AccessException using the specified parameters as input.
AccessException(Class, String, String, Object[]) - Constructor for class com.wm.app.b2b.server.AccessException
Constructs an AccessException using the specified parameters as input.
add(Credential) - Method in class com.wm.app.b2b.server.Credentials
Adds the specified credential.
add(User) - Method in class com.wm.app.b2b.server.Group
Adds the specified user to this group.
add(UGClass) - Method in class com.wm.app.b2b.server.UGClass
Adds the supplied UG to this one (this has a slightly different meaning depending on whether this is a user or a group).
add(Group) - Method in class com.wm.app.b2b.server.User
Adds this user to the specified group.
addCredential(Credential) - Method in class com.wm.app.b2b.server.UGClass
Adds a credential to this user.
addExtension(String, String) - Method in class com.wm.g11n.util.iContext
Inserts the given extension value with the given key.
addRow(Values) - Method in class com.wm.util.Table
Converts a Values object into a row and adds it to this table.
addRow(Object[]) - Method in class com.wm.util.Table
Adds a row to this table.
addSubLang(String) - Method in class com.wm.g11n.util.iContext
Adds the specific sublanguage to the end of the list of sublanguages.
addVariant(String) - Method in class com.wm.g11n.util.iContext
Adds a variant to the list of variants.
append(IData, IData) - Static method in class com.wm.data.IDataUtil
Appends the elements from one IData object to the end of another IData object.
appendRows(Values[]) - Method in class com.wm.util.Table
Converts a Values[] into rows and appends the rows to this table.
AppletSetup(Applet) - Method in class com.wm.app.b2b.client.Context
Connects the specified applet to the webMethods Integration Server.

B

BaseContext - Class in com.wm.app.b2b.client
**************************************************************************************** This abstract class is the superclass of Context and TContext.
BaseContext() - Constructor for class com.wm.app.b2b.client.BaseContext
*************************************************************************************** Constructs a BaseContext object and sets it to the binary RPC transport type.
BasicToken - Class in com.wm.app.b2b.server.auth
This class represents an authentication token containing user name and password information.
BasicToken(String, String) - Constructor for class com.wm.app.b2b.server.auth.BasicToken
Allocates a new BasicToken with the speccified user name and password.
booleanValue() - Method in class com.wm.data.MBoolean
Returns the value of this MBoolean object as a boolean primitive.
byteValue() - Method in class com.wm.data.MByte
Returns the value of this MByte object as a byte.
byteValue() - Method in class com.wm.data.MDouble
Returns the value of this MDouble object as a byte.
byteValue() - Method in class com.wm.data.MFloat
Returns the value of this MFloat object as a byte.
byteValue() - Method in class com.wm.data.MInteger
Returns the value of this MInteger object as a byte.
byteValue() - Method in class com.wm.data.MLong
Returns the value of this MLong object as a byte.
byteValue() - Method in class com.wm.data.MShort
Returns the value of this MShort object as a byte.

C

call(String, Values) - Method in class com.wm.app.b2b.server.DBConnection
Calls the specified SQL stored procedure.
call(String, Values, boolean) - Method in class com.wm.app.b2b.server.DBConnection
Calls the specified SQL stored procedure, fetching parameter values by name or order, as specified.
call(String, Values[], Values, boolean) - Method in class com.wm.app.b2b.server.DBConnection
Calls the specified SQL stored procedure with the specified signature.
call(String, Values[], Values, boolean) - Method in class com.wm.app.b2b.server.JDBCConnection
Calls the specified SQL stored procedure.
CERTIFICATE - Static variable in class com.wm.app.b2b.server.Credential
Typecode for digital certificates.
check(String) - Method in class com.wm.app.b2b.server.Credential
Determines if the supplied password matches this one.
check(Object) - Method in class com.wm.app.b2b.server.Credential
Determines if the supplied value matches this one.
check(Credential) - Method in class com.wm.app.b2b.server.Credentials
Checks for existence and matching of this credential.
check(Credential) - Method in class com.wm.app.b2b.server.UGClass
Checks the supplied credential against the set for this user.
checkAcl(String, String) - Static method in class com.wm.app.b2b.server.ServerAPI
Returns true if the user belongs to a group that is a member of the specified ACL.
checkPassword(String) - Method in class com.wm.app.b2b.server.UGClass
Verifies the password of this UG.
cleanUpConnection() - Method in class com.wm.app.b2b.client.Context
Ends this client's connection.
clearCatSchemDefaults() - Method in class com.wm.app.b2b.server.DBConnection
Resets (clears) the current default catalog and schema settings.
clearExtensions() - Method in class com.wm.g11n.util.iContext
Removes all the extensions.
clearSubLangs() - Method in class com.wm.g11n.util.iContext
Removes all of the sublanguages from the list and deletes the references to sublanguages from the internal store.
clearTransaction() - Method in class com.wm.app.b2b.server.DBConnection
Voids the current transaction without performing a rollback or a commit.
clearTransaction() - Method in class com.wm.app.b2b.server.JDBCConnection
Voids the current transaction without performing a rollback or a commit.
clearVariants() - Method in class com.wm.g11n.util.iContext
Clears all the variants associated with this iContext.
clone() - Method in class com.wm.app.b2b.server.Session
Clones a Session object.
clone(IData) - Static method in class com.wm.data.IDataUtil
Returns a copy (a shallow clone) of the specified IData object.
clone() - Method in class com.wm.g11n.util.iContext
Duplicates this iContext object.
clone() - Method in class com.wm.util.Values
Performs a shallow clone of a Values object.
close() - Method in class com.wm.app.b2b.server.DBConnection
Closes this connection to the database.
close() - Method in class com.wm.app.b2b.server.JDBCConnection
Closes this connection to the database.
Codable - Interface in com.wm.util.coder
This interface describes a Codable object.
codeForName(String) - Static method in class com.wm.app.b2b.server.DBTypes
Converts a specified SQL type name into a type code.
codeList() - Static method in class com.wm.app.b2b.server.DBTypes
Lists all known JDBC SQL type codes.
Coder - Class in com.wm.util.coder
This class is an abstract class that contains methods for transforming an encoded set of data to a Values object.
Coder() - Constructor for class com.wm.util.coder.Coder
 
cols - Variable in class com.wm.util.Table
 
com.wm.app.b2b.client - package com.wm.app.b2b.client
The client package contains classes that you use to build clients for the Integration Server (including clients that use the guaranteed-delivery facility).
com.wm.app.b2b.server - package com.wm.app.b2b.server
The server package contains classes that you use to interact with relational databases and perform server operations.
com.wm.app.b2b.server.auth - package com.wm.app.b2b.server.auth
The server.auth package contains the authentication tokens generated by the Integration Server.
com.wm.app.b2b.server.dispatcher.trigger - package com.wm.app.b2b.server.dispatcher.trigger
The server.dispatcher.trigger package contains methods that you use to manage triggers.
com.wm.app.b2b.server.jms.consumer - package com.wm.app.b2b.server.jms.consumer
The server.jms.consumer package contains methods that you use to create message consumers and receive JMS messages.
com.wm.app.b2b.server.jms.producer - package com.wm.app.b2b.server.jms.producer
The server.jms.producer package contains methods that you use to create message producers and send JMS messages.
com.wm.data - package com.wm.data
The data package contains classes that you use create and manipulate IData objects.
com.wm.g11n.util - package com.wm.g11n.util
The server.g11n.util package contains classes that enable internationalization on the webMethods platform.
com.wm.lang.ns - package com.wm.lang.ns
 
com.wm.security.auth - package com.wm.security.auth
The security.auth package contains interfaces that you use to implement customized authentication modules.
com.wm.util - package com.wm.util
The util package contains the Values and Table classes, two standard data objects used by the Integration Server.
com.wm.util.coder - package com.wm.util.coder
The util.coder package contains classes that you use to encode and decode webMethods IData and Values objects.
com.wm.util.security - package com.wm.util.security
The util.security package contains a wrapper for a character array that enables strings to be stored securely in memory.
com.wm.util.template - package com.wm.util.template
The util.template package contains classes that you use apply templates to the pipeline.
commit() - Method in class com.wm.app.b2b.server.DBConnection
Permanently commits the database operations that have been performed since the last startTransaction and ends the transaction.
commit() - Method in class com.wm.app.b2b.server.JDBCConnection
Permanently commits the database operations that have been performed since the last startTransaction and ends the transaction.
connect(String) - Method in class com.wm.app.b2b.client.Context
Connects this Context object to the specified webMethods Integration Server using the log-on credentials that have been established using BaseContext.setAuthentication.
connect(String, String, String) - Method in class com.wm.app.b2b.client.Context
Connects the client to the specified webMethods Integration Server using the specified log-on credentials.
connect(String, String, String) - Method in class com.wm.app.b2b.client.TContext
Defines the connection parameters that the Job Manager will use to submit this TContext object's request to the webMethods Integration Server.
connect(String, String, String, String) - Method in class com.wm.app.b2b.server.JDBCConnection
Deprecated. Use one of the JDBCConnection constructors.
contains(IDataCursor, Object) - Static method in class com.wm.data.IDataUtil
Returns true if the IDataCursor contains the specified Object.
ContentHandler - Interface in com.wm.app.b2b.server
A ContentHandler will field incoming requests of a particular MIME type.
ContentHandlerFactory - Class in com.wm.app.b2b.server
In order to add a content handler to the server you must provide a factory that instantiates new instances of the content handler.
ContentHandlerFactory() - Constructor for class com.wm.app.b2b.server.ContentHandlerFactory
 
Context - Class in com.wm.app.b2b.client
This class extends BaseContext.
Context() - Constructor for class com.wm.app.b2b.client.Context
Constructs an unconnected Context and defaults to the binary RPC data transport.
Context(int) - Constructor for class com.wm.app.b2b.client.Context
Constructs an unconnected Context with the specified data transportand sets the RPC transport type .
Context(Applet) - Constructor for class com.wm.app.b2b.client.Context
Constructs a Context object for the specified applet and automatically connects the applet to the webMethods Integration Server.
copy(IData, IData) - Static method in class com.wm.data.IDataUtil
Copies all elements from one IData object to another IData object.
copyFrom(Values) - Method in class com.wm.app.b2b.server.Session
Copies the elements from the given Values object into the current Values object.
copyFrom(Hashtable) - Method in class com.wm.app.b2b.server.Session
Copies the elements from the given Hashtable object into the current Values object.
copyFrom(Values) - Method in class com.wm.util.Values
Copies the elements from the given Values object into the current Values object.
copyFrom(Hashtable) - Method in class com.wm.util.Values
Copies the elements from the given Hashtable object into the current Values object.
count() - Method in interface com.wm.data.IDataIndexCursor
Deprecated. Replaced by IDataUtil.size(IDataCursor).
create() - Method in class com.wm.app.b2b.server.ContentHandlerFactory
Constructs a new ContentHandler.
create() - Static method in class com.wm.data.IDataFactory
Creates a new, empty IData object.
create(int) - Static method in class com.wm.data.IDataFactory
Returns an IData object containing the specified number of key/value pairs.
create(Object[][]) - Static method in class com.wm.data.IDataFactory
Creates an IData object and initializes its key/value pairs from the contents of a specified two-column array, where the first column of the array contains key names and the second column contains the values of those keys.
create(String) - Static method in class com.wm.data.IDataFactory
Returns an IData object created from a specified class.
create(Object[][]) - Static method in class com.wm.data.IDataUtil
Deprecated. 03/2003; Use IDataFactory.create() instead. Creates an IData object and initializes its key/value pairs from the contents of a specified two-column array, where the first column of the array contains key names and the second column contains the values of those keys.

The first column of the array (the one that specifies key names) must contain only String values that represent key names. Anything other than a String in this column will cause a ClassCastException to occur at run time.

If any member of the second column (the one that specifies values) of the array is null, that element is included in the IData object. If you DO NOT want to include null values in the IData object, use the create method provided by com.wm.data.IDataFactory instead.

create(String) - Static method in class com.wm.lang.ns.NSName
Converts a string into an NSName.
createBytesMessage(String) - Static method in class com.wm.app.b2b.server.jms.producer.ProducerFacade
Returns a BytesMessage object that can then be sent to the JMS provider.
createMapMessage(String) - Static method in class com.wm.app.b2b.server.jms.producer.ProducerFacade
Returns a MapMessage object that can then be sent to the JMS provider.
createObjectMessage(String) - Static method in class com.wm.app.b2b.server.jms.producer.ProducerFacade
Returns an ObjectMessage object that can then be sent to a Destination on the JMS provider.
createStreamMessage(String) - Static method in class com.wm.app.b2b.server.jms.producer.ProducerFacade
Returns a StreamMessage object that can then be sent to the JMS provider.
createTemplateFromFile(File, String) - Static method in class com.wm.util.template.Reporter
Returns a TemplateToken object from the output template in the specified file.
createTemplateFromString(String, long) - Static method in class com.wm.util.template.Reporter
Returns a TemplateToken object from the output template in the specified String.
createTextMessage(String) - Static method in class com.wm.app.b2b.server.jms.producer.ProducerFacade
Returns a TextMessage object that can then be sent to a destination on the JMS provider.
createTrigger(String, String) - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Creates a JMS trigger in the namespace.
Credential - Class in com.wm.app.b2b.server
This class represents a generic "thing" which is used for validation.
Credential() - Constructor for class com.wm.app.b2b.server.Credential
Creates a new credential.
Credential(int, Object) - Constructor for class com.wm.app.b2b.server.Credential
Creates a new credential with specified type and value.
Credentials - Class in com.wm.app.b2b.server
Represents a set of Credential objects.
Credentials() - Constructor for class com.wm.app.b2b.server.Credentials
Creates a new list of credentials.

D

DBConnection - Class in com.wm.app.b2b.server
The DBConnection class is an abstract class that represents a connection to a remote database.
DBConnection() - Constructor for class com.wm.app.b2b.server.DBConnection
 
DBConnectionException - Class in com.wm.app.b2b.server
This class is returned by DBConnectionManager if it cannot establish the requested database connection.
DBConnectionException(String) - Constructor for class com.wm.app.b2b.server.DBConnectionException
Constructs an DBConnectionException with the specified error message.
DBConnectionManager - Class in com.wm.app.b2b.server
The DBConnectionManager class contains methods that are used to manage database connections.
DBConnectionManager() - Constructor for class com.wm.app.b2b.server.DBConnectionManager
 
DBException - Class in com.wm.app.b2b.server
This class is returned by DBConnection and its subclasses when a database operation fails.
DBException(String) - Constructor for class com.wm.app.b2b.server.DBException
Constructs a DBException with the specified message.
DBException(SQLException) - Constructor for class com.wm.app.b2b.server.DBException
Constructs a DBException with the specified SQLException.
DBTypes - Class in com.wm.app.b2b.server
This class contains utility methods you can use to map SQL string-based data type names (e.g., VARCHAR) to standard, integer-based SQL type codes (e.g., 12).
DBTypes() - Constructor for class com.wm.app.b2b.server.DBTypes
 
decode(InputStream) - Method in class com.wm.util.coder.Coder
Decodes the data in the specified InputStream to a Values object.
decode(InputStream) - Method in class com.wm.util.coder.IDataCoder
Decodes the data in the specified InputStream to an IData object.
decode(InputStream) - Method in class com.wm.util.coder.IDataXMLCoder
Decodes the XML in the specified InputStream to an IData object.
decode(InputStream) - Method in class com.wm.util.coder.XMLCoder
Decodes the XML in the specified InputStream to a Values object.
decode(InputStream) - Method in class com.wm.util.coder.XMLCoderWrapper
Decodes the XML in the specified InputStream to an IData object.
decodeFromBytes(byte[]) - Method in class com.wm.util.coder.Coder
Decodes the data in the specified byte [] to a Values object.
decodeFromBytes(byte[]) - Method in class com.wm.util.coder.IDataCoder
Decodes the data in the specified byte [] to an IData object.
deepClone(IData) - Static method in class com.wm.data.IDataUtil
Returns an independent copy (a deep clone) of the specified IData and its children.
delete(String, Values) - Method in class com.wm.app.b2b.server.DBConnection
Removes all rows from the specified table that meet the given criteria.
delete() - Method in interface com.wm.data.IDataCursor
Removes the key/value pair at the cursor's current position and positions the cursor on the key/pair value that immediately follows the one you removed.
delete() - Method in interface com.wm.data.IDataSharedCursor
Removes the key/value pair at the cursor's current position and positions the cursor on the key/pair value that immediately follows the one you removed.
deleteRow(int) - Method in class com.wm.util.Table
Deletes the row at the specified index from this table.
DeliveryException - Exception in com.wm.app.b2b.client
This class extends ServiceException.
DeliveryException() - Constructor for exception com.wm.app.b2b.client.DeliveryException
Constructs a DeliveryException with no detailed error message.
DeliveryException(String) - Constructor for exception com.wm.app.b2b.client.DeliveryException
Constructs a DeliveryException with the specified message.
desistContext(Session) - Static method in class com.wm.app.b2b.server.Service
Removes a session from the cluster database.
destroy() - Method in interface com.wm.data.IDataCursor
Discards this IData cursor.
destroy() - Method in interface com.wm.data.IDataSharedCursor
Discards this IData cursor.
disableTrigger() - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Disables the JMS trigger.
disconnect() - Method in class com.wm.app.b2b.client.Context
Disconnects this Context object from the server and flushes its session object from the server.
disconnect() - Method in class com.wm.app.b2b.client.TContext
Resets this TContext object's connection parameters and releases it from the Job Manager.
doInvoke(String, String, Values) - Static method in class com.wm.app.b2b.server.Service
Deprecated. Use Service.doInvoke(String, String, IData)
doInvoke(String, String, IData) - Static method in class com.wm.app.b2b.server.Service
Invokes any service published on the server with the given input arguments.
doInvoke(String, String, Session, Values) - Static method in class com.wm.app.b2b.server.Service
Deprecated. Use Service.doInvoke(String, String, Session, IData)
doInvoke(String, String, Session, IData) - Static method in class com.wm.app.b2b.server.Service
Invokes any service published on the server with the given input arguments.
doInvoke(NSName, Values) - Static method in class com.wm.app.b2b.server.Service
Deprecated. Use Service.doInvoke(NSName, IData)
doInvoke(NSName, IData) - Static method in class com.wm.app.b2b.server.Service
Invokes any service published on the server with the given input arguments.
doInvoke(NSName, Session, Values) - Static method in class com.wm.app.b2b.server.Service
Deprecated. Use Service.doInvoke(NSName, Session, IData)
doInvoke(NSName, Session, IData) - Static method in class com.wm.app.b2b.server.Service
Invokes any service published on the server with the given input arguments.
doThreadInvoke(String, String, IData) - Static method in class com.wm.app.b2b.server.Service
Deprecated. Replaced by ServiceThread doThreadInvoke(String ifc, String svc, IData input, long time). Invokes any service published on the server as a thread.
doThreadInvoke(String, String, IData, long) - Static method in class com.wm.app.b2b.server.Service
Invokes any service published on the server as a thread.
doThreadInvoke(String, String, Session, IData) - Static method in class com.wm.app.b2b.server.Service
Deprecated. Replaced by ServiceThread doThreadInvoke(String ifc, String svc, Session session, IData input, long time). Invokes any service published on the server as a thread.
doThreadInvoke(String, String, Session, IData, long) - Static method in class com.wm.app.b2b.server.Service
Invokes any service published on the server as a thread.
doThreadInvoke(NSName, IData) - Static method in class com.wm.app.b2b.server.Service
Deprecated. Replaced by ServiceThread doThreadInvoke(NSName svc, IData input, long time). Invokes any service published on the server as a thread.
doThreadInvoke(NSName, IData, long) - Static method in class com.wm.app.b2b.server.Service
Invokes any service published on the server as a thread.
doThreadInvoke(NSName, Session, IData) - Static method in class com.wm.app.b2b.server.Service
Deprecated. Replaced by ServiceThread doThreadInvoke(NSName svc, Session session, IData input, long time). Invokes any service published on the server as a thread.
doThreadInvoke(NSName, Session, IData, long) - Static method in class com.wm.app.b2b.server.Service
Invokes any service published on the server as a thread.
doubleValue() - Method in class com.wm.data.MByte
Returns the value of the MByte object as a double.
doubleValue() - Method in class com.wm.data.MDouble
Returns the value of the MDouble object as a double.
doubleValue() - Method in class com.wm.data.MFloat
Returns the value of the MFloat object as a double.
doubleValue() - Method in class com.wm.data.MInteger
Returns the value of this MInteger object as a double.
doubleValue() - Method in class com.wm.data.MLong
Returns the value of this MLong object as a double.
doubleValue() - Method in class com.wm.data.MShort
Returns the value of this MShort object as a double.
down() - Method in interface com.wm.data.IDataTreeCursor
Deprecated. No replacement.
dumpJobs() - Method in class com.wm.app.b2b.client.TContext
Prints (to system out) the list of all transaction records in the local job store.

E

elements(IData) - Static method in class com.wm.data.ValuesEmulator
Enumerates the values in the specified IData object.
enableTrigger() - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Enables the JMS trigger if it is currently suspended or disabled.
encode(OutputStream, Values) - Method in class com.wm.util.coder.Coder
Encodes the contents of a specified Values object and writes the encoded data to an OutputStream.
encode(OutputStream, IData) - Method in class com.wm.util.coder.IDataCoder
Encodes the contents of a specified IData object and writes the encoded data to an OutputStream.
encode(OutputStream, IData) - Method in class com.wm.util.coder.IDataXMLCoder
Encodes the specified IData object as an XML document and writes that document to an OutputStream.
encode(OutputStream, Values) - Method in class com.wm.util.coder.XMLCoder
Encodes the specified Values object as an XML document and writes that document to an OutputStream.
encode(OutputStream, Values) - Method in class com.wm.util.template.Reporter
Encodes a Values object to the specified OutputStream using the format specified by this Reporter object (i.e., the format specified by the template file.)
encodeToBytes(Values) - Method in class com.wm.util.coder.Coder
Encodes the specified Values object and writes the encoded data to a byte [].
encodeToBytes(IData) - Method in class com.wm.util.coder.IDataCoder
Encodes the specified IData object and writes the encoded data to a byte [].
endTx(String) - Method in class com.wm.app.b2b.client.TContext
Ends a transaction.
equals(Credential) - Method in class com.wm.app.b2b.server.Credential
Determines if two credentials are equal.
equals(Credentials) - Method in class com.wm.app.b2b.server.Credentials
Matches against another set of credentials.
equals(IData, IData) - Static method in class com.wm.data.IDataUtil
Indicates whether two IData objects contain the same keys and values.
equals(Object) - Method in class com.wm.data.MBoolean
Compares this MBoolean object with another specified object and returns true if both objects have the same boolean value.
equals(iContext) - Method in class com.wm.g11n.util.iContext
Determines whether the iContexts are equal.
equals(String) - Method in class com.wm.g11n.util.iContext
Determines whether the locale in this iContext matches the provided locale.
equals(Object) - Method in class com.wm.util.security.WmSecureString
Overrides java.lang.Object.equals() to compare chars.
equals(Object) - Method in class com.wm.util.Values
Tests two Values objects for equality.
erase() - Method in class com.wm.util.security.WmSecureString
Erases the buffer contents.
execSQL(String) - Method in class com.wm.app.b2b.server.DBConnection
Executes the specified SQL statement and returns the results in a Values object.
execSQL(String, Object[], int[]) - Method in class com.wm.app.b2b.server.DBConnection
Executes the specified SQL statement using host variables from a specified Object [].
execSQL(String, Object[], int[], boolean) - Method in class com.wm.app.b2b.server.DBConnection
Executes the specified SQL statement using host variables from a specified Object [] and optionally processes embedded escape sequences.
execSQL(String, Object[], int[], boolean) - Method in class com.wm.app.b2b.server.JDBCConnection
Executes the specified SQL statement using host variables from a specified Object [] and optionally processes embedded escape sequences.

F

FALSE - Static variable in class com.wm.data.MBoolean
The MBoolean field that corresponds to the primitive boolean value false.
first() - Method in interface com.wm.data.IDataCursor
Moves the cursor to the first key/value pair in the IData object.
first(String) - Method in interface com.wm.data.IDataCursor
Moves the cursor to the first key/value pair that has a specified key.
first(String) - Method in interface com.wm.data.IDataHashCursor
Deprecated. Replaced by key-based methods in IDataCursor.
first() - Method in interface com.wm.data.IDataSharedCursor
Moves the cursor to the first key/value pair in the IData object.
first(String) - Method in interface com.wm.data.IDataSharedCursor
Moves the cursor to the first key/value pair that has a specified key.
floatValue() - Method in class com.wm.data.MByte
Returns the value of the MByte object as a float.
floatValue() - Method in class com.wm.data.MDouble
Returns the value of the MDouble object as a float.
floatValue() - Method in class com.wm.data.MFloat
Returns the value of this MFloat object as a float.
floatValue() - Method in class com.wm.data.MInteger
Returns the value of this MInteger object as a float.
floatValue() - Method in class com.wm.data.MLong
Returns the value of this MLong object as a float.
floatValue() - Method in class com.wm.data.MShort
Returns the value of this MShort object as a float.

G

gDirty - Variable in class com.wm.app.b2b.server.Session
Used to indicate that the object has changed.
get(int) - Method in class com.wm.app.b2b.server.Credentials
Gets the credential of the supplied type in this set.
get(IDataCursor, String) - Static method in class com.wm.data.IDataUtil
Returns the Object at the specified key.
get(IData, String) - Static method in class com.wm.data.ValuesEmulator
Gets the value from the specified key.
get(int) - Method in class com.wm.util.Values
Returns an object given its position in the Values object.
get(String) - Method in class com.wm.util.Values
Deprecated.  
getAbstractKey() - Method in class com.wm.g11n.util.iContext
Returns the key string for the iContext(KEY_DEFAULT, KEY_NEUTRAL_DEFAULT, or KEY_USER_DEFAULT), if this is an abstract iContext (it is being used as a policy).
getAcknowledgeMode() - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Returns the acknowledgment mode which indicates how or when the session acknowledges receipt of a message to the JMS provider.
getActiveThreadCount() - Method in class com.wm.app.b2b.server.dispatcher.trigger.TriggerFacade.TriggerRunTimeStatus
Returns the number of server threads processing documents for this trigger.
getAge() - Method in class com.wm.app.b2b.server.Session
Returns the age of the current session in milliseconds.
getAliasName() - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Returns the name of the JMS connection alias used by the JMS trigger to receive messages from the JMS provider.
getAllAsData() - Static method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Get metadata and run-time information for all JMS triggers, including destinations, routing rules, configured properties, and global throttling configuration.
getAsData() - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Get metadata and run-time information for a single JMS trigger, including destinations, routing rules, configured properties, and global throttling configuration.
getAvailableDrivers() - Static method in class com.wm.app.b2b.server.JDBCConnection
Returns a list of JDBC drivers that are currently loaded.
getBatchSize() - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Returns the JMS trigger's batch size, which indicates the maximum number of messages that the associated trigger service can receive at one time.
getBinding(Values) - Static method in class com.wm.app.b2b.server.Service
Given the input Values, returns the binding name.
getBoolean(IDataCursor) - Static method in class com.wm.data.IDataUtil
Returns the selected element (the one at the cursor's current position) as a boolean.
getBoolean(String) - Static method in class com.wm.data.MBoolean
Checks the value of the specified system property and returns true if that property contains the string "true".
getBoolean(IData, String) - Static method in class com.wm.data.ValuesEmulator
Returns a boolean value indicating the value of a specified key.
getBoolean(String) - Method in class com.wm.util.Values
Helper function that returns the value as a 'boolean' if its String value is parsable as a boolean.
getCallingService() - Static method in class com.wm.app.b2b.server.Service
Returns the service that invoked the service from which getCallingService is being executed.
getCalls() - Method in class com.wm.app.b2b.server.Session
Returns the total number of invocations on this session during its lifetime.
getCertificateChain() - Method in class com.wm.app.b2b.server.auth.X509Token
Returns the certificate chain associated with this token.
getChainedTxId(String) - Method in class com.wm.app.b2b.client.TContext
Returns the tid of the transaction to which the specified transaction is chained.
getChars() - Method in class com.wm.util.security.WmSecureString
Creates a byte array from the buffer contents, using the input encoding.
getClusterMembers() - Static method in class com.wm.app.b2b.server.Service
Returns the members of a cluster.
getColumnNames() - Method in class com.wm.util.Table
Gets the column names of this table.
getConditions() - Method in class com.wm.app.b2b.server.dispatcher.trigger.TriggerFacade
Returns the conditions specified in this trigger.
getConnection(String, String, String, Object) - Static method in class com.wm.app.b2b.server.DBConnectionManager
Establishes a database connection using the specified parameters.
getConnection(String, String, String, Object, String) - Static method in class com.wm.app.b2b.server.DBConnectionManager
Establishes a database connection using an existing connection object with the specified session ID.
getConnectionInfo(Values) - Static method in class com.wm.app.b2b.server.DBConnectionManager
Provides information about the current open connections, including the number of open connections and a list of open connections by session ID.
getConsumersCurrentThreadCount() - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Returns the number of threads currently receiving and processing messages for the JMS trigger.
getContentEncoding() - Method in class com.wm.app.b2b.server.InvokeState
Returns the encoding of the content.
getContentHandler(String) - Static method in class com.wm.app.b2b.server.ServerAPI
Returns a new ContentHandler for the specified content type.
getContentInfo() - Method in class com.wm.app.b2b.server.InvokeState
Returns the ContentInfo object.
getContentType() - Method in interface com.wm.app.b2b.server.ContentHandler
Returns the MIME type of this content handler.
getContentType() - Method in class com.wm.app.b2b.server.InvokeState
Returns the content type of the input posted to this service.
getContentType() - Method in class com.wm.util.coder.Coder
Returns a String containing the name of the content type that is in use by this instance of Coder.
getContentType() - Method in class com.wm.util.coder.IDataCoder
Returns a String containing the name of the content type that is in use by this instance of Coder.
getContentType() - Method in class com.wm.util.coder.IDataXMLCoder
Returns a String object indicating the current content type.
getContentType() - Method in class com.wm.util.coder.XMLCoder
Returns a String object indicating the current content type.
getContentType() - Method in class com.wm.util.template.Reporter
Returns a String indicating the content-type supported by this Reporter object (e.g., "text/html").
getCredentials() - Method in class com.wm.app.b2b.server.UGClass
Gets a set of credentials for this UG
getCultureInfo() - Method in class com.wm.g11n.util.iContext
Converts to a Microsoft .NET String format.
getCurrency() - Method in class com.wm.g11n.util.iContext
Returns the currency in the form of an ISO 4217 code.
getCurrency(boolean) - Method in class com.wm.g11n.util.iContext
Returns the currency in the form of an ISO 4217 code.
getCurrentIContext() - Static method in class com.wm.app.b2b.server.InvokeState
Returns the client iContext for this session.
getCurrentLocale() - Static method in class com.wm.app.b2b.server.InvokeState
Returns the client locale for this session.
getCurrentPort() - Static method in class com.wm.app.b2b.server.ServerAPI
Returns the port number associated with the current thread of execution.
getCurrentService() - Static method in class com.wm.app.b2b.server.InvokeState
Returns the service info of the current invoke state.
getCurrentSession() - Static method in class com.wm.app.b2b.server.InvokeState
Returns the session of the current invoke state.
getCurrentSocket() - Static method in class com.wm.app.b2b.server.InvokeState
Returns the socket of the current invoke state.
getCurrentState() - Static method in class com.wm.app.b2b.server.InvokeState
Returns the current thread's invoke state.
getCurrentUser() - Static method in class com.wm.app.b2b.server.InvokeState
Returns the user of the current invoke state.
getCursor() - Method in interface com.wm.data.IData
Returns an IDataCursor for this IData object.
getCursorClone() - Method in interface com.wm.data.IDataCursor
Returns a new cursor that is identical in state and type to the cursor on which you call this method.
getCursorClone() - Method in interface com.wm.data.IDataSharedCursor
Returns a new cursor that is identical in state and type to the cursor on which you call this method.
getData() - Method in class com.wm.app.b2b.client.InvokeThread
Blocks until the invoked service completes and then returns the Values object from the invoked service.
getData() - Static method in class com.wm.app.b2b.server.ServiceThread
Deprecated.  
getData() - Method in class com.wm.app.b2b.server.UGClass
Returns arbitrary data associated with this UG -- be warned that this is most probably not thread-safe!!
getDefault() - Static method in class com.wm.g11n.util.iContext
Returns the iContext described by the JVM default Locale object.
getDestinationFilterPairs() - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Gets a java.util.ArrayList of JMSDestnationFilterPair objects that specify the destinations from which the JMS trigger receives messages and the message selector the JMS provider uses to filter messages from each destination.
getDriverName() - Method in class com.wm.app.b2b.server.JDBCConnection
Returns the name of the JDBC driver that this JDBCConnection is currently using (e.g., oracle.jdbc.driver.OracleDriver).
getEnabledPackages() - Static method in class com.wm.app.b2b.server.ServerAPI
Returns an array of String objects representing all enabled packages.
getEncoding() - Method in class com.wm.g11n.util.iContext
Returns the encoding
getErrorCode() - Method in class com.wm.app.b2b.server.DBException
Returns the SQLException error code from this DBException.
getErrorDetails() - Method in exception com.wm.util.LocalizedException
Returns optional user-defined arbitrary data about the exception.
getErrorDump() - Method in exception com.wm.app.b2b.client.ServiceException
Returns the error dump from this ServiceException.
getErrorInfo() - Method in exception com.wm.app.b2b.client.ServiceException
Returns the error information contained in this ServiceException object as a Values object.
getErrorType() - Method in exception com.wm.app.b2b.client.ServiceException
Returns this ServiceException object's error type.
getExecuteUser() - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Returns the name of the user account whose credentials Integration Server uses to execute the trigger service associated with the JMS trigger.
getExtension(String) - Method in class com.wm.g11n.util.iContext
Returns the specified extension.
getExtensions() - Method in class com.wm.g11n.util.iContext
Returns an iterator over the set of extension values.
getFileType() - Method in class com.wm.util.coder.XMLCoderWrapper
Returns the type code for this class.
getHashCursor() - Method in interface com.wm.data.IData
Deprecated. Replaced by key-based methods in IDataCursor.
getHttpHeaderField(String, com.wm.net.HttpHeader) - Static method in class com.wm.app.b2b.server.Service
Returns the string value associated with the specified field name for the specified HttpHeader.
getHttpRequestHeader(Values) - Static method in class com.wm.app.b2b.server.Service
Deprecated.  
getHttpRequestHeader() - Static method in class com.wm.app.b2b.server.Service
Returns the HTTP request header.
getHttpResponseHeader(Values) - Static method in class com.wm.app.b2b.server.Service
Deprecated.  
getHttpResponseHeader() - Static method in class com.wm.app.b2b.server.Service
Returns the HTTP response header.
getIContext() - Method in class com.wm.app.b2b.server.InvokeState
Returns the iContext associated with this InvokeState.
getIContext() - Method in class com.wm.app.b2b.server.Session
Returns the iContext associated with this session.
getIContextPolicy() - Method in class com.wm.app.b2b.server.InvokeState
Returns the iContext policy for this session or service.
getIData() - Static method in class com.wm.app.b2b.server.ServiceThread
Returns the pipeline from the service running in this service thread.
getIData(IDataCursor) - Static method in class com.wm.data.IDataUtil
Returns the selected element (the one at the cursor's current position) as an IData object.
getIData(IDataCursor, String) - Static method in class com.wm.data.IDataUtil
Returns an IData representation of the value at the specified key.
getIData() - Method in interface com.wm.util.coder.IDataCodable
Generates an IData object that represents the current state of the implementing class.
getIData() - Method in class com.wm.util.Table
Converts this table into an IData object.
getIDataArray(IDataCursor, String) - Static method in class com.wm.data.IDataUtil
Returns an IData[] representation of the value at the specified key.
getIndexCursor() - Method in interface com.wm.data.IData
Deprecated. No replacement. See IDataIndexCursor for alternative sample code.
getInDoubtDetection() - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Returns a boolean indicating whether duplicate detection is enabled for persistent messages received by the JMS trigger.
getInput() - Method in class com.wm.app.b2b.server.InvokeState
Returns the input to this service.
getInputValues(InputStream, InvokeState) - Method in interface com.wm.app.b2b.server.ContentHandler
Reads input for service invocation.
getInstance() - Method in interface com.wm.security.auth.ModuleFactory
Returns an instance of an authentication module.
getInt(IDataCursor) - Static method in class com.wm.data.IDataUtil
Returns the selected element (the one at the cursor's current position) as an int or returns -1 if the element cannot be converted to an int.
getInt(IDataCursor, int) - Static method in class com.wm.data.IDataUtil
Returns the selected element (the one at the cursor's current position) as an int or returns a default value if the element cannot be converted to an int.
getInt(IDataCursor, String, int) - Static method in class com.wm.data.IDataUtil
Returns an int representation of the value at the specified key or returns a default value if the element cannot be converted to an int.
getInt(IData, String) - Static method in class com.wm.data.ValuesEmulator
Returns the value of the specified key as an int.
getInt(IData, String, int) - Static method in class com.wm.data.ValuesEmulator
Returns the value of the specified key as a int or returns a default value if that element is not an int or cannot be converted to an int.
getInt(String) - Method in class com.wm.util.Values
Helper function that returns the value as an 'int' if its String value is parsable as an int.
getInt(String, int) - Method in class com.wm.util.Values
Helper function that returns the value as an 'int' if its String value is parsable as an int.
getISOCountry() - Method in class com.wm.g11n.util.iContext
Returns the country code as an ISO 3166 2-letter code.
getISOCountry3() - Method in class com.wm.g11n.util.iContext
Returns the country code as an ISO 3166 3-letter code.
getISOCurrency() - Method in class com.wm.g11n.util.iContext
Returns the currency in the form of an ISO 4217 code.
getISOLanguage() - Method in class com.wm.g11n.util.iContext
Returns the language for this iContext as an ISO 639 Code 2-letter code.
getISOLanguage3() - Method in class com.wm.g11n.util.iContext
Returns the language for this iContext as an ISO 639 Code 3-letter code.
getISOScript() - Method in class com.wm.g11n.util.iContext
Returns the script as an ISO 15924 Code.
getJavaLocale(boolean) - Method in class com.wm.g11n.util.iContext
Returns the Java locale that most closely matches this iContext or a Java locale that holds the iContext information.
getJoinTimeout() - Method in class com.wm.app.b2b.server.dispatcher.trigger.TriggerFacade
Returns the join condition time out value (in milliseconds) for this trigger.
getJoinTimeout() - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Returns the length of the join time out value (measured in milliseconds) for the JMS trigger
getJoinType() - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Returns the type of join for the JMS trigger.
getKey() - Method in interface com.wm.data.IDataCursor
Returns a String object containing the key of the key/value pair at the cursor's current position.
getKey() - Method in interface com.wm.data.IDataSharedCursor
Returns the key in the key/value pair on which the cursor is currently positioned.
getKeys(IData) - Static method in class com.wm.data.ValuesEmulator
Returns a string array containing the names of keys in the specified IData object.
getLanguage() - Method in class com.wm.g11n.util.iContext
Returns the language for this iContext.
getLast() - Method in class com.wm.app.b2b.server.Session
Returns the time of the most recent invocation on this session, in milliseconds.
getLastError() - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Returns the last error thrown while executing the JMS trigger.
getLastError() - Method in interface com.wm.data.IDataCursor
Returns the most recent cursor error.
getLocale() - Method in class com.wm.app.b2b.server.InvokeState
Deprecated. Replaced by getSessionIContext
getLocale() - Method in class com.wm.app.b2b.server.Session
Returns the locale of this session.
getLocalizedMessage() - Method in exception com.wm.app.b2b.client.ServiceException
Following copied from class: com.wm.util.LocalizedException
getLocalizedMessage() - Method in exception com.wm.util.LocalizedException
 
getLocalizedMessage(Locale) - Method in exception com.wm.util.LocalizedException
 
getLogStream(String) - Static method in class com.wm.app.b2b.server.ServerAPI
Opens a log file in the server's default logs directory.
getLong(String) - Method in class com.wm.util.Values
Helper function that returns the value as a 'long' if its String value is parsable as a long.
getLong(String, long) - Method in class com.wm.util.Values
Helper function that returns the value as a 'long' if its String value is parsable as a long.
getMaxConcurrentThreads() - Method in class com.wm.app.b2b.server.dispatcher.trigger.TriggerFacade
Returns the maximum number of server threads that can process documents for this trigger at one time.
getMaxConcurrentThreads() - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Returns the maximum number of server threads that can process messages for this JMS trigger at one time.
getMaxConcurrentThreadsThrottle() - Method in class com.wm.app.b2b.server.dispatcher.trigger.TriggerFacade.TriggerThrottleValues
 
getMaxDeliveryAttempts() - Method in class com.wm.app.b2b.server.dispatcher.trigger.TriggerFacade
Returns the maximum number of times the trigger service is executed if the previous execution ended because of an ISRuntimeException.
getMaxDeliveryAttempts() - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Returns the maximum number of retry attempts Integration Server will make for a trigger service invoked by this JMS trigger.
getMaxDocsPrefetch() - Method in class com.wm.app.b2b.server.dispatcher.trigger.TriggerFacade
Returns the configured queue capacity for this trigger.
getMaxDocsPrefetchThrottle() - Method in class com.wm.app.b2b.server.dispatcher.trigger.TriggerFacade.TriggerThrottleValues
 
getMechanism() - Method in interface com.wm.security.auth.Module
Indicates the type of authentication information (i.e., Token objects) that this module processes.
getMessage() - Method in exception com.wm.app.b2b.client.ServiceException
Returns this ServiceException object's detailed error message.
getMessage() - Method in exception com.wm.util.LocalizedException
 
getMinDocsPrefetch() - Method in class com.wm.app.b2b.server.dispatcher.trigger.TriggerFacade
Returns the trigger queue refill level for this trigger.
getMinDocsPrefetchThrottle() - Method in class com.wm.app.b2b.server.dispatcher.trigger.TriggerFacade.TriggerThrottleValues
 
getMsgId() - Method in exception com.wm.util.LocalizedException
 
getMsgOnly() - Method in exception com.wm.util.LocalizedException
 
getMsgOnly(Locale) - Method in exception com.wm.util.LocalizedException
 
getName() - Method in class com.wm.app.b2b.server.auth.BasicToken
Returns the user name associated with this token.
getName() - Method in class com.wm.app.b2b.server.Session
Returns the name of the current session.
getName() - Method in class com.wm.app.b2b.server.UGClass
Returns the name of this UG
getNeutral() - Static method in class com.wm.g11n.util.iContext
Returns the neutral (abstract) iContext described by KEY_NEUTRAL_DEFAULT.
getNonEmptyString(IData, String) - Static method in class com.wm.data.ValuesEmulator
Returns a String representation of the value at the specified key only if that key contains a non-whitespace value.
getNonEmptyString(String) - Method in class com.wm.util.Values
Helper function that returns the value as a non-empty String (i.e., not all whitespace).
getObjectArray(IDataCursor, String) - Static method in class com.wm.data.IDataUtil
Returns an Object[] representation of the value at the specified key.
getOriginalException() - Method in exception com.wm.app.b2b.client.ServiceException
Attempts to construct, on the client, an instance of the same exception that was originally thrown by the server.
getPackageConfigDir(String) - Static method in class com.wm.app.b2b.server.ServerAPI
Returns a File object representing the path name for the given package's configuration directory.
getPackageName(Values) - Static method in class com.wm.app.b2b.server.Service
Deprecated.  
getPackages() - Static method in class com.wm.app.b2b.server.ServerAPI
Returns an array of String objects representing all packages.
getPassword() - Method in class com.wm.app.b2b.server.auth.BasicToken
Returns the password associated with this token.
getPassword() - Method in class com.wm.app.b2b.server.DBConnection
Returns the password for this DBConnection object.
getPersistedQueueCount() - Method in class com.wm.app.b2b.server.dispatcher.trigger.TriggerFacade.TriggerRunTimeStatus
Returns the number of guaranteed documents contained in the trigger's persistent queue.
getPipeline() - Method in class com.wm.app.b2b.server.InvokeState
 
getPosix() - Method in class com.wm.g11n.util.iContext
Converts the iContext into a POSIX locale using UTF8 encoding.
getPosix(String) - Method in class com.wm.g11n.util.iContext
Converts to a POSIX locale string using the provided encoding.
getPrefetchSize() - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Returns the maximum number of messages that Integration Server retrieves for this trigger at one time from the webMethods JMS Provider.
getProcessingState() - Method in class com.wm.app.b2b.server.dispatcher.trigger.TriggerFacade.TriggerRunTimeStatus
Returns the status of document processing for the trigger.
getProcInfo(String) - Method in class com.wm.app.b2b.server.DBConnection
Returns the signature of a specified stored procedure.
getProcInfo(String, String, String) - Method in class com.wm.app.b2b.server.DBConnection
Returns the signatures for the stored procedure matching the specified catalog, schema, and procedure name criteria.
getProcInfo(String, String, String) - Method in class com.wm.app.b2b.server.JDBCConnection
Returns information about a stored procedure that matches the specified catalog and schema criteria.
getProcs() - Method in class com.wm.app.b2b.server.DBConnection
Returns a list of stored procedures that exist in the database.
getProcs(String, String, String) - Method in class com.wm.app.b2b.server.DBConnection
Returns a list of stored procedures matching the specified catalog, schema, and procedure name criteria.
getProcs(String, String, String) - Method in class com.wm.app.b2b.server.JDBCConnection
Returns a list of stored procedures matching the specified catalog, schema, and procedure name criteria.
getProtocolInfoIf() - Method in class com.wm.app.b2b.server.InvokeState
Accessor to the ProtocolInfoIf reference.
getRedeliveryDelay() - Method in class com.wm.app.b2b.server.dispatcher.trigger.TriggerFacade
Returns the number of milliseconds between attempts to execute a trigger service.
getRedeliveryDelay() - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Returns the number of milliseconds Integration Server waits between attempts to retry a trigger service for this JMS trigger.
getRedeliveryFailureAction() - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Returns an int that indicates what action Integration Server takes when retry failure occurs for a non-transacted JMS trigger or a transient error occurs for a transacted JMS trigger.
getRegion() - Method in class com.wm.g11n.util.iContext
Returns the region of this iContext, if any.
getRemoteTxId(String) - Method in class com.wm.app.b2b.client.TContext
Returns the remote tid (the tid by which a transaction is referenced on the server) for a specified transaction.
getRequest(Values) - Static method in class com.wm.app.b2b.server.Service
Deprecated.  
getResolutionHistoryTTL() - Method in class com.wm.app.b2b.server.dispatcher.trigger.TriggerFacade
Returns the number of milliseconds that the document history database maintains a record for a document processed by this trigger.
getResolutionHistoryTTL() - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Returns a long specifying the number of milliseconds the document history database maintains an entry for a message processed by this trigger.
getResolverServiceName() - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Returns the name of the document resolver service for the JMS trigger.
getResolveWithHistory() - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Returns a boolean indicating whether a document history database is used as part of duplicate detection.
getResourceMonitoringSvcName() - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Returns the name of the resource monitoring service for the JMS trigger.
getRetrievalState() - Method in class com.wm.app.b2b.server.dispatcher.trigger.TriggerFacade.TriggerRunTimeStatus
Returns the status of document retrieval for the trigger.
getRfc3066() - Method in class com.wm.g11n.util.iContext
Converts the IContext into a RFC3066 language tag.
getRoutingRules() - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Gets a java.util.ArrayList of JMSRoutingRule objects that specify the routing rules for messages received by a JMS trigger.
getRow(int) - Method in class com.wm.util.Table
Gets the row at the given index as a Values object.
getRowCount() - Method in class com.wm.util.Table
Returns the current number of rows in this table.
getScript() - Method in class com.wm.g11n.util.iContext
Returns the script.
getServerConfigDir() - Static method in class com.wm.app.b2b.server.ServerAPI
Returns a File object for the server's config directory.
getServerName() - Static method in class com.wm.app.b2b.server.ServerAPI
Returns the server's host name.
getService() - Method in class com.wm.app.b2b.server.InvokeState
Returns information about the service being invoked.
getServiceEntry() - Static method in class com.wm.app.b2b.server.Service
Given the input Values, returns the NSService currently being invoked.
getServiceEntry(Values) - Static method in class com.wm.app.b2b.server.Service
Deprecated.  
getSession() - Method in class com.wm.app.b2b.server.InvokeState
Returns the session of the invoking thread.
getSession() - Static method in class com.wm.app.b2b.server.Service
Returns the Session associated with the current thread.
getSessionIContext() - Method in class com.wm.app.b2b.server.InvokeState
Returns the iContext from the session, not from the InvokeState.
getSessionID() - Method in class com.wm.app.b2b.server.Session
Returns the id of the current session.
getSharedCursor() - Method in interface com.wm.data.IData
Returns an IDataSharedCursor for the IData object.
getSortedJMSTriggerNames() - Static method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Returns a list of JMS triggers on Integration Sever.
getSource() - Method in class com.wm.app.b2b.server.UGClass
Gets the source for this UG.
getSQLState() - Method in class com.wm.app.b2b.server.DBException
Returns the SQLException state from this DBException.
getSSLSupport() - Static method in class com.wm.app.b2b.client.BaseContext
*************************************************************************************** Returns the strength of the encryption key.
getStart() - Method in class com.wm.app.b2b.server.Session
Returns the start time of the current session.
getState() - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Returns an int specifying the state of a JMS trigger.
getString(IDataCursor) - Static method in class com.wm.data.IDataUtil
Returns the selected element (the one at the cursor's current position) as a String.
getString(IDataCursor, String) - Static method in class com.wm.data.IDataUtil
Returns a String representation of the value at the specified key.
getString(IData, String) - Static method in class com.wm.data.ValuesEmulator
Returns a String representation of the value at the specified key.
getString(String) - Method in class com.wm.util.Values
Helper function that returns the value as a String if it is a String.
getStringArray(IDataCursor) - Static method in class com.wm.data.IDataUtil
Returns the selected element (the one at the cursor's current position) as a String[].
getStringArray(IDataCursor, String) - Static method in class com.wm.data.IDataUtil
Returns a String[] representation of the value at the specified key.
getStringArray(IData, String) - Static method in class com.wm.data.ValuesEmulator
Returns the value of the specified key as a String [].
getStringArray(String) - Method in class com.wm.util.Values
Helper function that returns the value as a String[] if it is a String[].
getStringTable(IDataCursor) - Static method in class com.wm.data.IDataUtil
Returns the selected element (the one at the cursor's current position) as a String[][].
getStringTable(IDataCursor, String) - Static method in class com.wm.data.IDataUtil
Returns a String[][] representation of the value at the specified key.
getStringTable(String) - Method in class com.wm.util.Values
Helper function that returns the value as a String[][] if it is a String[][].
getSubLangs() - Method in class com.wm.g11n.util.iContext
Returns an iterator over the list of sublanguages.
getSuspendOnError() - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Returns a boolean indicating whether Integration Server suspends a JMS trigger automatically if a fatal error occurs during trigger service execution.
getTableInfo(String) - Method in class com.wm.app.b2b.server.DBConnection
Returns column information about a specific table.
getTableInfo(String, String, String, String) - Method in class com.wm.app.b2b.server.DBConnection
Returns information (name, type, and so forth) about the columns in a table matching the specified catalog, schema, and column name criteria.
getTableInfo(String, String, String, String) - Method in class com.wm.app.b2b.server.JDBCConnection
Returns information (name, type, null value setting, and so forth) about the columns in a table matching the specified catalog, schema, and column name criteria.
getTables() - Method in class com.wm.app.b2b.server.DBConnection
Returns a list of all tables in the database to which this DBConnection object is connected.
getTables(String, String, String, String[]) - Method in class com.wm.app.b2b.server.DBConnection
Returns a list of tables matching the specified catalog, schema, table name, and table type criteria.
getTables(String, String, String, String[]) - Method in class com.wm.app.b2b.server.JDBCConnection
Returns a list of tables matching the specified catalog, schema, table name, and table type criteria.
getTemplate(Values) - Static method in class com.wm.app.b2b.server.Service
Deprecated.  
getTemplateType(Values) - Static method in class com.wm.app.b2b.server.Service
Given the input Values, returns the output template type.
getTimeout() - Method in class com.wm.app.b2b.server.Session
Returns the idle timeout value for the current session, in milliseconds.
getTimeZone() - Method in class com.wm.g11n.util.iContext
Returns the timezone as a Java TimeZone.
getTimeZoneID() - Method in class com.wm.g11n.util.iContext
Returns the current timeZone ID.
getTotalThrottledThreads() - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Returns the current number of server threads that can be used to process JMS triggers as determined by the Thread Pool Throttle.
getTransportAckSize() - Method in class com.wm.app.b2b.server.dispatcher.trigger.TriggerFacade
Returns the maximum size of the acknowledgment queue for this trigger.
getTreeCursor() - Method in interface com.wm.data.IData
Deprecated. No replacement.
getTriggerName() - Method in class com.wm.app.b2b.server.dispatcher.trigger.TriggerFacade
Returns the name of the trigger.
getTriggerName() - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Returns the fully qualified name of the referenced JMS trigger.
getTriggerRunTimeStatus() - Method in class com.wm.app.b2b.server.dispatcher.trigger.TriggerFacade
Returns run-time information for the trigger, including thread usage, retrieval state, document processing state, and the trigger queue level.
getTriggerThrottleValues() - Method in class com.wm.app.b2b.server.dispatcher.trigger.TriggerFacade
Returns the current queue capacity and number of concurrent execution threads for this trigger as determined by the global Queue Capacity Throttle and the Execution Threads throttle.
getTrimmedString(String) - Method in class com.wm.util.Values
Helper function that returns the value as a trimmed String (i.e., no leading or trailing whitespace).
getTxData(String) - Method in class com.wm.app.b2b.client.TContext
Returns the input or output data for the specified transaction.
getTxIData(String) - Method in class com.wm.app.b2b.client.TContext
Returns the input or output data for the specified transaction as an IData object.
getTxIds() - Method in class com.wm.app.b2b.client.TContext
Enumerates the transactions in the job store by transaction ID.
getTxStatus(String) - Method in class com.wm.app.b2b.client.TContext
Returns the status of a specified transaction as a String.
getTxStatusVal(String) - Method in class com.wm.app.b2b.client.TContext
Returns the status of a specified transaction as an int.
getType() - Method in class com.wm.app.b2b.server.auth.BasicToken
Returns this token's type, which is "basic".
getType() - Method in class com.wm.app.b2b.server.auth.X509Token
Returns this token's type, which is "x.509".
getType() - Method in class com.wm.app.b2b.server.Credential
Returns the type of this credential.
getType() - Method in interface com.wm.security.auth.Token
Returns the type of authentication information contained within the object.
getTypeString() - Method in class com.wm.app.b2b.server.Credential
Returns the type of this credential as a string.
getTypeString(int) - Static method in class com.wm.app.b2b.server.Credential
Returns the string name of the supplied type code.
getUrl() - Method in class com.wm.app.b2b.server.DBConnection
Returns the URL of the database to which this DBConnection object is connected.
getUser() - Method in class com.wm.app.b2b.server.DBConnection
Returns the user name for this DBConnection object.
getUser() - Method in class com.wm.app.b2b.server.InvokeState
Returns the user associated with this invocation.
getUser() - Static method in class com.wm.app.b2b.server.Service
Returns the User controlling the session associated with the current thread.
getUser(Session) - Static method in class com.wm.app.b2b.server.Service
Given the session object, return its controlling User.
getUser() - Method in class com.wm.app.b2b.server.Session
Returns the user associated with the current session.
getUserAgent() - Method in class com.wm.app.b2b.server.InvokeState
Returns the user agent (e.g.
getValue() - Method in class com.wm.app.b2b.server.Credential
Returns the value of this credential.
getValue() - Method in interface com.wm.data.IDataCursor
Returns an Object containing the value of the key/value pair at the cursor's current position.
getValue() - Method in interface com.wm.data.IDataSharedCursor
Returns the value of the key/value pair on which the cursor is currently positioned.
getValue() - Method in class com.wm.data.MBoolean
Returns this MBoolean object's value as a boolean.
getValue() - Method in class com.wm.data.MByte
Returns the value of this MByte object as a byte.
getValue() - Method in class com.wm.data.MDouble
Returns the value of this MDouble object as a double.
getValue() - Method in class com.wm.data.MFloat
Returns the value of this MFloat object as a float.
getValue() - Method in class com.wm.data.MInteger
Returns the value of this MInteger object as a int.
getValue() - Method in class com.wm.data.MLong
Returns the value of this MLong object as a long.
getValue() - Method in class com.wm.data.MShort
Returns the value of this MShort object as a short.
getValue(String) - Method in interface com.wm.util.coder.Codable
Returns the value of the specified key.
getValue() - Method in interface com.wm.util.coder.StringCodable
Returns a String representation of the current state of the implementing class (encoded in the format defined by the implementing class).
getValue(String) - Method in class com.wm.util.Table
Implements the Codable interface.
getValueKeys() - Method in interface com.wm.util.coder.Codable
Returns a list of the keys in this Codable object.
getValueKeys() - Method in class com.wm.util.Table
Implements the Codable interface
getValues(IData, String) - Static method in class com.wm.data.ValuesEmulator
Returns the value of the specified key as a Values object.
getValues() - Method in interface com.wm.util.coder.ValuesCodable
Generates a Values object that represents the current state of the implementing class.
getValues() - Method in class com.wm.util.Table
Retrieves all rows of this table and returns them as a Values[], where each element in the array corresponds to a row in this table.
getValues(String) - Method in class com.wm.util.Values
Helper function that returns the value as a Values object if it is a Values.
getValuesArray(String) - Method in class com.wm.util.Values
Helper function that returns the value as a Values[] object if it is a Values[] or Table.
getVariants() - Method in class com.wm.g11n.util.iContext
Returns the list of variants
getVolatileQueueCount() - Method in class com.wm.app.b2b.server.dispatcher.trigger.TriggerFacade.TriggerRunTimeStatus
Returns the number of volatile documents in the trigger's volatile queue.
getWrappedException() - Method in exception com.wm.util.LocalizedException
 
Group - Class in com.wm.app.b2b.server
Represents a group on the webMethods Integration Server.
Group() - Constructor for class com.wm.app.b2b.server.Group
Creates a new group.
Group(String) - Constructor for class com.wm.app.b2b.server.Group
Creates a new group with the specified name.

H

handleSQLException(SQLException, String) - Static method in class com.wm.app.b2b.server.JDBCConnection
Converts an SQL Exception into a Values object.
hasErrors(Values) - Static method in class com.wm.app.b2b.server.Service
Deprecated.  
hasExtensions() - Method in class com.wm.g11n.util.iContext
Determines if this iContext has any extension values.
hashCode() - Method in class com.wm.util.security.WmSecureString
Overrides java.lang.Object.hashCode().
hashCode() - Method in class com.wm.util.Values
Calculates a hash value for this Values object.
hasMember(UGClass) - Method in class com.wm.app.b2b.server.UGClass
Indicates whether the supplied UG (given as a UGClass) is a "member" of this object.
hasMember(String) - Method in class com.wm.app.b2b.server.UGClass
Indicates whether the supplied UG (given as a String) is a "member" of this object.
hasMoreData() - Method in interface com.wm.data.IDataCursor
Indicates whether the cursor is on the last element in the IData object (i.e., indicates whether next, if executed, would move the cursor successfully).
hasMoreData() - Method in interface com.wm.data.IDataSharedCursor
Indicates whether the cursor is on the last element in the IData object (i.e., indicates whether next, if executed, would move the cursor successfully).
hasMoreErrors() - Method in interface com.wm.data.IDataCursor
Reports whether there are any errors in error storage.
hasSubLangs() - Method in class com.wm.g11n.util.iContext
Determines if this iContext has a sublanguage (also referred to as extended language code).
hasVariants() - Method in class com.wm.g11n.util.iContext
Determines if the iContext has any variants.

I

iContext - Class in com.wm.g11n.util
iContext encapsulates international context sensitivity for the webMethods platform.
iContext() - Constructor for class com.wm.g11n.util.iContext
Creates a new, empty instance of iContext.
iContext(Locale) - Constructor for class com.wm.g11n.util.iContext
Creates a new instance of iContext using the language, country and variant of the provided Java locale object.
iContext(iContext) - Constructor for class com.wm.g11n.util.iContext
Creates a new instance of iContext from another iContext.
iContext(String, String, String, String) - Constructor for class com.wm.g11n.util.iContext
Creates a new instance of iContext with the provided language, script, region and variant values.
iContext(String) - Constructor for class com.wm.g11n.util.iContext
Creates a new iContext based on the RFC3066 string provided.
IData - Interface in com.wm.data
The IData interface defines the fundamental data abstraction used by the webMethods Integration Server and its tools.
IDataCodable - Interface in com.wm.util.coder
This class is an interface that you can use to convert a non-codable object to codable.
IDataCoder - Class in com.wm.util.coder
This class is an abstract class that contains methods for transforming an encoded set of data to an IData object.
IDataCoder() - Constructor for class com.wm.util.coder.IDataCoder
 
IDataCursor - Interface in com.wm.data
This interface defines the methods you use to access, traverse, and manipulate the contents of an IData object.
IDataFactory - Class in com.wm.data
This class provides methods for creating an IData object.
IDataFactory() - Constructor for class com.wm.data.IDataFactory
 
IDataHashCursor - Interface in com.wm.data
This cursor class has been deprecated. To position a cursor by key, use the key-based methods in the IDataCursor or IDataSharedCursor class.
IDataIndexCursor - Interface in com.wm.data
This interface defines methods you can use to traverse an IData object's elements by absolute position.
IDataSharedCursor - Interface in com.wm.data
A single instance of IDataSharedCursor cannot be accessed concurrently from multiple different threads.
IDataTreeCursor - Interface in com.wm.data
This cursor class has been deprecated. To position a cursor by key, use the key-based methods in the IDataCursor or IDataSharedCursor classes.
IDataUtil - Class in com.wm.data
This class provides various utility methods for populating, converting, copying, and merging the elements within an IData object.
IDataUtil() - Constructor for class com.wm.data.IDataUtil
 
IDataXMLCoder - Class in com.wm.util.coder
This class extends IDataCoder and contains methods you use to encode IData objects as XML documents and decode XML documents as IData objects.
IDataXMLCoder() - Constructor for class com.wm.util.coder.IDataXMLCoder
Constructs a new IDataXMLCoder object.
init() - Static method in class com.wm.app.b2b.client.TContext
Initializes the Job Manager using the values specified by the watt.tx.logfile and watt.tx.jobdir properties.
init(String, String) - Static method in class com.wm.app.b2b.client.TContext
Initializes the Job Manager using the specified job store directory and log file, if these values are not values already specified by the watt.tx.logfile and watt.tx.jobdir properties.
init(String, Writer) - Static method in class com.wm.app.b2b.client.TContext
Initializes the Job Manager using the specified job store directory (if this value has not already been set with the watt.tx.jobdir property) and Writer for logging.
init(String, OutputStream) - Static method in class com.wm.app.b2b.client.TContext
Initializes the Job Manager using the specified job store directory (if this value has not already been set with the watt.tx.jobdir property) and OutputStream for logging.
init() - Static method in class com.wm.app.b2b.server.DBConnectionManager
Initializes the DBConnectionManager.
init() - Static method in class com.wm.app.b2b.server.JDBCConnection
Initializes this JDBCConnection and loads the default JDBC driver and any other drivers that are configured to be preloaded if they are not loaded already.
initFromByteArray(byte[], String) - Method in class com.wm.util.security.WmSecureString
Initializes the buffer with a byte array.
insert(String, Values, boolean) - Method in class com.wm.app.b2b.server.DBConnection
Inserts one row in the specified table.
insert(String, Values[], boolean) - Method in class com.wm.app.b2b.server.DBConnection
Inserts one or more rows in the specified table.
insertAfter(String, Object) - Method in interface com.wm.data.IDataCursor
Inserts a new key/value pair immediately after the cursor's current position.
insertAfter(String, Object) - Method in interface com.wm.data.IDataSharedCursor
Inserts a new key/value pair immediately after the cursor's current position.
insertBefore(String, Object) - Method in interface com.wm.data.IDataCursor
Inserts a new key/value pair immediately before the cursor's current position and positions the cursor on the new pair.
insertBefore(String, Object) - Method in interface com.wm.data.IDataSharedCursor
Inserts a new key/value pair immediately before the cursor's current position and positions the cursor on the new pair.
insertDataAfter(String) - Method in interface com.wm.data.IDataCursor
Inserts a new key/value pair immediately after the cursor's current position and positions the cursor on the new pair.
insertDataAfter(String) - Method in interface com.wm.data.IDataSharedCursor
Inserts a new key/value pair immediately after the cursor's current position.
insertDataBefore(String) - Method in interface com.wm.data.IDataCursor
Inserts a new key/value pair immediately before the cursor's current position.
insertDataBefore(String) - Method in interface com.wm.data.IDataSharedCursor
Inserts a new key/value pair immediately before the cursor's current position.
insertRow(int, Values) - Method in class com.wm.util.Table
Converts a Values object into a row and inserts it at the given index this table.
intValue() - Method in class com.wm.data.MByte
Returns the value of this MByte object as an int.
intValue() - Method in class com.wm.data.MDouble
Returns the value of the MDouble object as an int.
intValue() - Method in class com.wm.data.MFloat
Returns the value of this MFloat object as an int.
intValue() - Method in class com.wm.data.MInteger
Returns the value of this MInteger object as an int.
intValue() - Method in class com.wm.data.MLong
Returns the value of this MLong object as an int.
intValue() - Method in class com.wm.data.MShort
Returns the value of this MShort object as an int.
InvalidDatatypeException - Exception in com.wm.util.coder
This class is returned by com.wm.util.Coder, com.wm.util.coder.IdataCoder, and their subclasses if an error occurs while encoding or decoding data.
InvalidDatatypeException() - Constructor for exception com.wm.util.coder.InvalidDatatypeException
Constructs an InvalidDatatypeException with no detailed error message.
InvalidDatatypeException(String) - Constructor for exception com.wm.util.coder.InvalidDatatypeException
Constructs an InvalidDatatypeException with the specified message.
InvalidRequestException - Exception in com.wm.app.b2b.client
This class extends ServiceException.
InvalidRequestException() - Constructor for exception com.wm.app.b2b.client.InvalidRequestException
Constructs an InvalidRequestException with no detailed error message.
InvalidRequestException(String) - Constructor for exception com.wm.app.b2b.client.InvalidRequestException
Constructs an InvalidRequestException with the specified message.
invoke(NSName, IData) - Method in class com.wm.app.b2b.client.Context
Calls the specified service as a namespace object and passes input to that service through an IData object.
invoke(NSName, Values) - Method in class com.wm.app.b2b.client.Context
Calls the specified service as a namespace object and passes input to that service in a Values object.
invoke(String, String, IData) - Method in class com.wm.app.b2b.client.Context
Calls the specified service by name and passes input to that service in an IData object.
invoke(String, String, Values) - Method in class com.wm.app.b2b.client.Context
Calls the specified service by name and passes input to that service in a Values object.
InvokeState - Class in com.wm.app.b2b.server
The InvokeState encapsulates some of the most important information about service invocations on the webMethods Integration Server.
InvokeState() - Constructor for class com.wm.app.b2b.server.InvokeState
 
InvokeState_schema() - Static method in class com.wm.app.b2b.server.InvokeState
 
InvokeThread - Class in com.wm.app.b2b.client
This class extends Thread.
InvokeThread(Context, String, String, Values) - Constructor for class com.wm.app.b2b.client.InvokeThread
Constructs an InvokeThread for the specified Context and service.
invokeThreaded(NSName, Values) - Method in class com.wm.app.b2b.client.Context
Spawns a thread that invokes the specified service by namespace and passes input to that service through a Values object.
invokeThreaded(String, String, Values) - Method in class com.wm.app.b2b.client.Context
Spawns a thread that invokes the specified service by name and passes input to that service through a Values object.
invokeTx(String, String, String, IData) - Method in class com.wm.app.b2b.client.TContext
Calls the specified service through the Job Manager and passes input to that service through an IData object.
invokeTx(String, String, String, Values) - Method in class com.wm.app.b2b.client.TContext
Calls the specified service through the Job Manager and passes input to that service through a Values object.
isAbstract() - Method in class com.wm.g11n.util.iContext
Determines if this iContext is abstract.
isAdministrator() - Method in class com.wm.app.b2b.server.User
Does this user have administrative privileges?
isClusterAware() - Static method in class com.wm.app.b2b.server.Service
Determines if the server participates in a cluster.
isClusteredEnv() - Method in class com.wm.app.b2b.client.BaseContext
*************************************************************************************** Indicates whether this object is currently connected to a clustered environment.
isConcurrent() - Method in class com.wm.app.b2b.server.dispatcher.trigger.TriggerFacade
Returns a boolean indicating whether the processing mode for this trigger is set to concurrent or serial.
isConcurrent() - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Returns a boolean that indicates the message processing mode used by the JMS trigger.
isConnected() - Method in class com.wm.app.b2b.client.BaseContext
*************************************************************************************** Indicates whether the context has successfully connected to a server.
isConnected() - Method in class com.wm.app.b2b.server.JDBCConnection
Indicates whether this JDBCConnection is currently connected to a database.
isCountryNeutral() - Method in class com.wm.g11n.util.iContext
Determines if the country or region is not set.
isCurrencyEuro() - Method in class com.wm.g11n.util.iContext
Determines if the currency corresponds to the EURO.
isCurrencySet() - Method in class com.wm.g11n.util.iContext
Determines if the currency is set.
isEmpty() - Method in class com.wm.util.Values
Returns true if there are no elements in this Values object.
isEnabled() - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Returns a boolean indicating whether or not the JMS trigger is enabled.
isEncodingSet() - Method in class com.wm.g11n.util.iContext
Determines if the encoding is set.
isExceededRetries() - Method in exception com.wm.app.b2b.client.TXException
Returns a boolean indicating whether the request failed because it exceeded its retry limit.
isExecuteEnabled() - Method in class com.wm.app.b2b.server.dispatcher.trigger.TriggerFacade
Returns a boolean indicating whether the trigger is enabled.
isHeuristicFailure() - Method in exception com.wm.app.b2b.client.TXException
Returns a boolean indicating whether the request failed due to a heuristic failure.
isInDoubtDetection() - Method in class com.wm.app.b2b.server.dispatcher.trigger.TriggerFacade
Returns a boolean indicating whether duplicate detection is provided for guaranteed documents received by this trigger.
isLanguageSet() - Method in class com.wm.g11n.util.iContext
Determines if the language parameter is set.
isNeutral() - Method in class com.wm.g11n.util.iContext
Determines if this iContext corresponds to the "neutral" locale.
isNodeLocked() - Method in class com.wm.app.b2b.server.dispatcher.trigger.TriggerFacade
Returns a boolean indicating whether this trigger is locked.
isRegionSet() - Method in class com.wm.g11n.util.iContext
Determines if the country or region is set.
isResolveWithHistory() - Method in class com.wm.app.b2b.server.dispatcher.trigger.TriggerFacade
Returns a boolean indicating whether document history is used to determine whether a document is a duplicate of one already processed by the trigger.
isRoot() - Method in class com.wm.g11n.util.iContext
(Convenience) Determines if this iContext is the root iContext.
ISRuntimeException - Class in com.wm.app.b2b.server
 
ISRuntimeException() - Constructor for class com.wm.app.b2b.server.ISRuntimeException
Constructs an ISRuntimeException without a detailed error message.
ISRuntimeException(Throwable, String) - Constructor for class com.wm.app.b2b.server.ISRuntimeException
Constructs an ISRuntimeException with the specified message.
isScriptSet() - Method in class com.wm.g11n.util.iContext
Determines if the script value is not empty.
isSecure() - Method in class com.wm.app.b2b.client.BaseContext
*************************************************************************************** Indicates whether this object is using a secure connection to the server.
isSerialSuspendOnError() - Method in class com.wm.app.b2b.server.dispatcher.trigger.TriggerFacade
Returns a boolean indicating whether document retrieval and document processing will be suspended for this trigger if the associated trigger service ends in error.
isServerDefault() - Method in class com.wm.g11n.util.iContext
Determines if this iContext corresponds to the "server default" locale.
isTimeZoneSet() - Method in class com.wm.g11n.util.iContext
Determines if the timezone is set.
isUserDefault() - Method in class com.wm.g11n.util.iContext
Determines if this iContext corresponds to the "user default" locale.

J

JDBCConnection - Class in com.wm.app.b2b.server
The JDBCConnection class contains methods that you use to interact with a JDBC database.
JDBCConnection() - Constructor for class com.wm.app.b2b.server.JDBCConnection
Deprecated. Use JDBCConnection(String, String, String)
JDBCConnection(String, String, String) - Constructor for class com.wm.app.b2b.server.JDBCConnection
Constructs a JDBCConnection and connects it to the specified database using the default JDBC driver.
JDBCConnection(String, String, String, String) - Constructor for class com.wm.app.b2b.server.JDBCConnection
Constructs a JDBCConnection and connects it to the specified database using the specified JDBC driver.
JMSTriggerFacade - Class in com.wm.app.b2b.server.jms.consumer
Provides a simplified interface to JMS trigger functionality.
JMSTriggerFacade(String) - Constructor for class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Instantiates a JMSTriggerFacade object that represents an individual JMS trigger on Integration Server.
JMSTriggerFacade() - Constructor for class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Instantiates an empty JMSTriggerFacade.

K

KEY_CONCRETE - Static variable in class com.wm.g11n.util.iContext
(Convenience) Constant used to specify the iContext is not abstract.
KEY_DEFAULT - Static variable in class com.wm.g11n.util.iContext
(Convenience) Constant used to specify the server-default iContext.
KEY_NEUTRAL_DEFAULT - Static variable in class com.wm.g11n.util.iContext
(Convenience) Constant used to specify the neutral iContext.
KEY_USER_DEFAULT - Static variable in class com.wm.g11n.util.iContext
(Convenience) Constant used to specify the user-default iContext.
keys(IData) - Static method in class com.wm.data.ValuesEmulator
Enumerates the keys in the specified IData object.

L

last() - Method in interface com.wm.data.IDataCursor
Moves the cursor to the last key/value pair.
last(String) - Method in interface com.wm.data.IDataCursor
Moves the cursor to the last key/value pair that has a specified key.
last(String) - Method in interface com.wm.data.IDataHashCursor
Deprecated. Replaced by key-based methods in IDataCursor.
last() - Method in interface com.wm.data.IDataSharedCursor
Moves the cursor to the last key/value pair.
last(String) - Method in interface com.wm.data.IDataSharedCursor
Moves the cursor to the last key/value pair that has a specified key.
LDAP - Static variable in class com.wm.app.b2b.server.UGClass
 
length() - Method in class com.wm.util.security.WmSecureString
Returns the number of characters in the buffer.
loadDriver(String) - Static method in class com.wm.app.b2b.server.JDBCConnection
Loads the specified driver.
LocalizedException - Exception in com.wm.util
 
LocalizedException() - Constructor for exception com.wm.util.LocalizedException
 
LocalizedException(String) - Constructor for exception com.wm.util.LocalizedException
Constructs a LocalizedException using the specified parameters as input.
LocalizedException(Throwable) - Constructor for exception com.wm.util.LocalizedException
Constructs an LocalizedException using the specified Throwable object as input.
LocalizedException(String, String, ClassLoader) - Constructor for exception com.wm.util.LocalizedException
Constructs an LocalizedException using the specified parameters as input.
LocalizedException(String, String, String, ClassLoader) - Constructor for exception com.wm.util.LocalizedException
Constructs an LocalizedException using the specified parameters as input.
LocalizedException(String, String, Object[], ClassLoader) - Constructor for exception com.wm.util.LocalizedException
Constructs an LocalizedException using the specified parameters as input.
LocalizedException(String, String, Throwable, Object[], ClassLoader) - Constructor for exception com.wm.util.LocalizedException
Constructs an LocalizedException using the specified parameters as input.
LocalizedException(Class, String, String) - Constructor for exception com.wm.util.LocalizedException
Deprecated. 11/05/2002; Replaced by LocalizedException( String bundleBaseName, ..., ClassLoader theBundleClassLoader ).
LocalizedException(Class, String, String, String) - Constructor for exception com.wm.util.LocalizedException
Deprecated. 11/05/2002; Replaced by LocalizedException( String bundleBaseName, ..., ClassLoader theBundleClassLoader ).
LocalizedException(Class, String, String, Object[]) - Constructor for exception com.wm.util.LocalizedException
Deprecated. 11/05/2002; Replaced by LocalizedException(String bundleBaseName, ..., ClassLoader theBundleClassLoader).
LocalizedException(Class, String, String, Throwable, Object[]) - Constructor for exception com.wm.util.LocalizedException
Deprecated. 11/05/2002; Replaced by LocalizedException(String bundleBaseName, ..., ClassLoader theBundleClassLoader).
logError(Throwable) - Static method in class com.wm.app.b2b.server.ServerAPI
Logs the specified error to the server's default log file.
logError(Values) - Static method in class com.wm.app.b2b.server.ServerAPI
Logs the specified error to the server's default log file.
longValue() - Method in class com.wm.data.MByte
Returns the value of this MByte object as a long.
longValue() - Method in class com.wm.data.MDouble
Returns the value of the MDouble object as a long.
longValue() - Method in class com.wm.data.MFloat
Returns the value of this MFloat object as a long.
longValue() - Method in class com.wm.data.MInteger
Returns the value of this MInteger object as a long.
longValue() - Method in class com.wm.data.MLong
Returns the value of this MLong object as a long.
longValue() - Method in class com.wm.data.MShort
Returns the value of this MShort object as a long.

M

matches(iContext) - Method in class com.wm.g11n.util.iContext
Determines whether the fields in this iContext are compatible with those in the other iContext.
matches(String) - Method in class com.wm.g11n.util.iContext
Matches the locale of this iContext against a provided locale.
MBoolean - Class in com.wm.data
This class is a wrapper for boolean values and is similar to the existing Java wrapper class Boolean.
MBoolean(boolean) - Constructor for class com.wm.data.MBoolean
Constructs an MBoolean object and sets it to the specified boolean value.
MBoolean(String) - Constructor for class com.wm.data.MBoolean
Constructs an MBoolean object and sets it according to the value specified in the String parameter, s.
MByte - Class in com.wm.data
This class is a wrapper for byte values and is similar to the existing Java wrapper class Byte.
MByte(byte) - Constructor for class com.wm.data.MByte
Constructs an MByte object and sets it to the specified byte value.
MByte(String) - Constructor for class com.wm.data.MByte
Constructs an MByte object and sets it according to the value specified in the String parameter, s.
MDouble - Class in com.wm.data
This class is a wrapper for double values and is similar to the existing Java wrapper class Double.
MDouble(double) - Constructor for class com.wm.data.MDouble
Constructs an MDouble object and sets it to the specified double value.
MDouble(String) - Constructor for class com.wm.data.MDouble
Constructs an MDouble object and sets it according to the value specified in the String parameter, s.
membership() - Method in class com.wm.app.b2b.server.UGClass
Returns an Enumeration of String names.
membershipNames() - Method in class com.wm.app.b2b.server.UGClass
Same as membership but returns a Vector of Strings instead of an Enumeration.
merge(IData, IData) - Static method in class com.wm.data.IDataUtil
Merges one IData object with another IData object.
MFloat - Class in com.wm.data
This class is a wrapper for float values and is similar to the existing Java wrapper class Float?.
MFloat(float) - Constructor for class com.wm.data.MFloat
Constructs an MFloat object and sets it to the specified float value.
MFloat(String) - Constructor for class com.wm.data.MFloat
Constructs an MFloat object and sets it according to the value specified in the String parameter, s.
MInteger - Class in com.wm.data
This class is a wrapper for int values and is similar to the existing Java wrapper class Integer.
MInteger(int) - Constructor for class com.wm.data.MInteger
Constructs an MInteger object and sets it to the specified int value.
MInteger(String) - Constructor for class com.wm.data.MInteger
Constructs an MInteger object and sets it according to the value specified in the String parameter, s.
MLong - Class in com.wm.data
This class is a wrapper for long values and is similar to the existing Java wrapper class Long.
MLong(long) - Constructor for class com.wm.data.MLong
Constructs an MLong object and sets it to the specified long value.
MLong(String) - Constructor for class com.wm.data.MLong
Constructs an MLong object and sets it according to the value specified in the String parameter, s.
Module - Interface in com.wm.security.auth
This interface defines the methods that must be implemented to create a pluggable authentication module.
ModuleFactory - Interface in com.wm.security.auth
You use this interface to register a pluggable authentication module on the webMethods Integration Server.
MShort - Class in com.wm.data
This class is a wrapper for short values and is similar to the existing Java wrapper class Short.
MShort(short) - Constructor for class com.wm.data.MShort
Constructs an MShort object and sets it to the specified short value.
MShort(String) - Constructor for class com.wm.data.MShort
Constructs an MShort object and sets it according to the value specified in the String parameter, s.

N

name - Variable in class com.wm.util.Table
 
nameForCode(int) - Static method in class com.wm.app.b2b.server.DBTypes
Converts a specified SQL type code into a type name.
nameList() - Static method in class com.wm.app.b2b.server.DBTypes
Lists all known JDBC SQL type names.
next() - Method in interface com.wm.data.IDataCursor
Moves the cursor to the next key/value pair in the IData object (to the key/value pair that immediately follows the cursor's current position).
next(String) - Method in interface com.wm.data.IDataCursor
Moves the cursor to the next key/value pair that has a specified key.
next(String) - Method in interface com.wm.data.IDataHashCursor
Deprecated. Replaced by key-based methods in IDataCursor.
next() - Method in interface com.wm.data.IDataSharedCursor
Moves the cursor to the next key/value pair in the IData object (to the key/value pair that immediately follows the cursor's current position).
next(String) - Method in interface com.wm.data.IDataSharedCursor
Moves the cursor to the next key/value pair that has a specified key.
NIS - Static variable in class com.wm.app.b2b.server.UGClass
 
NO_SSL - Static variable in class com.wm.app.b2b.client.BaseContext
**************************************************************************************** Constant used to indicate no SSL encryption.
NSException - Exception in com.wm.lang.ns
 
NSException() - Constructor for exception com.wm.lang.ns.NSException
 
NSException(String) - Constructor for exception com.wm.lang.ns.NSException
Constructs an NSException with a specified message.
NSException(Throwable) - Constructor for exception com.wm.lang.ns.NSException
Constructs an NSException using the specified Throwable object as input.
NSException(Class, String, String, String) - Constructor for exception com.wm.lang.ns.NSException
Constructs a NSException using the specified parameters as input.
NSException(Class, String, String) - Constructor for exception com.wm.lang.ns.NSException
Constructs a NSException using the specified parameters as input.
NSException(Class, String, String, Object[]) - Constructor for exception com.wm.lang.ns.NSException
Constructs a NSException using the specified parameters as input.
NSName - Class in com.wm.lang.ns
Instances of this class represent syntactically valid names in the namespace.
NSName() - Constructor for class com.wm.lang.ns.NSName
 

O

OTHER - Static variable in class com.wm.app.b2b.server.UGClass
 

P

parent() - Method in class com.wm.g11n.util.iContext
Returns the most logical parent iContext.
PASSWORD - Static variable in class com.wm.app.b2b.server.Credential
Typecode for passwords.
previous() - Method in interface com.wm.data.IDataCursor
Moves the cursor to the previous key/value pair in the IData object (the pair that immediately precedes the cursor's current position).
previous(String) - Method in interface com.wm.data.IDataCursor
Moves the cursor to the previous key/value pair that has a specified key.
previous(String) - Method in interface com.wm.data.IDataHashCursor
Deprecated. Replaced by key-based methods in IDataCursor.
previous() - Method in interface com.wm.data.IDataSharedCursor
Moves the cursor to the previous key/value pair in the IData object (the pair that immediately precedes the cursor's current position).
previous(String) - Method in interface com.wm.data.IDataSharedCursor
Moves the cursor to the previous key/value pair that has a specified key.
processToken(Token) - Method in interface com.wm.security.auth.Module
Authenticates the user information in the specified Token.
ProducerFacade - Class in com.wm.app.b2b.server.jms.producer
The ProducerFacade class provides a unified interface to the JMS message producer functionality.
ProducerFacade() - Constructor for class com.wm.app.b2b.server.jms.producer.ProducerFacade
 
put(Object) - Method in class com.wm.app.b2b.server.Session
Adds an "unnamed" object which can be retrieved by a positional get(int).
put(String, Object) - Method in class com.wm.app.b2b.server.Session
Adds a named object which can be retrieved by get(String).
put(String, int) - Method in class com.wm.app.b2b.server.Session
put() which converts int value to an Integer object.
put(String, long) - Method in class com.wm.app.b2b.server.Session
put() which converts long value to a Long object.
put(IDataCursor, String, Object) - Static method in class com.wm.data.IDataUtil
Adds an Object at the specified key in an IData object.
put(IData, String, Object) - Static method in class com.wm.data.ValuesEmulator
Adds the specified Object to an IData object at the specified key.
put(IData, String, int) - Static method in class com.wm.data.ValuesEmulator
Adds the specified int to an IData object at the specified key.
put(Object) - Method in class com.wm.util.Values
Adds an "unnamed" object which can be retrieved by a positional get(int).
put(String, int) - Method in class com.wm.util.Values
put() which converts int value to a String object.
put(String, long) - Method in class com.wm.util.Values
put() which converts long value to a String object.
put(String, Object) - Method in class com.wm.util.Values
Deprecated.  
putClean(String, Object) - Method in class com.wm.app.b2b.server.Session
Adds a named object which can be retrieved by get(String).
putInt(IDataCursor, String, int) - Static method in class com.wm.data.IDataUtil
Adds an int at the specified key in an IData object.
putOutputValues(OutputStream, Values, InvokeState) - Method in interface com.wm.app.b2b.server.ContentHandler
Encodes output of service invocation.

Q

query(String, Values) - Method in class com.wm.app.b2b.server.DBConnection
Executes the specified query and returns the set of rows matching the given criteria.

R

readFromFile(File) - Method in class com.wm.util.coder.Coder
Decodes the contents of the specified File and puts it in a Values object.
readFromFile(File) - Method in class com.wm.util.coder.IDataCoder
Decodes the contents of the specified File and puts it in an IData object.
readFully(InputStream) - Static method in class com.wm.util.coder.Coder
Decodes an InputStream into a byte [] using the format defined by the derived class.
reapConnections() - Static method in class com.wm.app.b2b.server.DBConnectionManager
Releases all open database connections whose sessions have expired.
register(String, String) - Static method in class com.wm.data.IDataFactory
Registers a concrete IData class.
registerContentHandler(String, ContentHandlerFactory) - Static method in class com.wm.app.b2b.server.ServerAPI
Registers a new content-type with the server.
registerFlowService(String, NSName, FlowRoot, NSSignature) - Static method in class com.wm.app.b2b.server.ServerAPI
Registers a Flow service.
registerFlowService(String, NSName, FlowRoot, NSSignature, Values) - Static method in class com.wm.app.b2b.server.ServerAPI
Registers a Flow service.
registerService(String, NSName, boolean, int, String, String, Values) - Static method in class com.wm.app.b2b.server.ServerAPI
Registers a service.
remove(String) - Method in class com.wm.app.b2b.server.Session
Returns a named object and permanently remove it from the Values object.
remove(UGClass) - Method in class com.wm.app.b2b.server.UGClass
Removes the supplied UG from this one's membership list.
remove(IDataCursor, String) - Static method in class com.wm.data.IDataUtil
Deletes an element from an IData given the element’s key.
remove(IData, String) - Static method in class com.wm.data.ValuesEmulator
Removes the specified element from the IData object.
remove(String) - Method in class com.wm.util.Values
Deprecated.  
removeContentHandler(String) - Static method in class com.wm.app.b2b.server.ServerAPI
Deregisters a content type from the server.
removeSubLang(String) - Method in class com.wm.g11n.util.iContext
Removes the specific sublanguage from the list of sublanguages, if it exists.
renameKey(String, String) - Method in class com.wm.app.b2b.server.Session
Renames a key, preserving its order.
report() - Method in class com.wm.util.template.Reporter
Deprecated. replaced by Reporter.report(Codable)
report(Codable) - Method in class com.wm.util.template.Reporter
Applies the output template to the specified Codable object and returns a byte array containing the result of this process.
Reporter - Class in com.wm.util.template
Extends the Coder class.
Reporter(String, File) - Constructor for class com.wm.util.template.Reporter
Constructs a Reporter object using the output template in the specified file.
Reporter(String) - Constructor for class com.wm.util.template.Reporter
Constructs a Reporter object using the output template in the specified String.
Reporter(String, String, Codable) - Constructor for class com.wm.util.template.Reporter
Deprecated. replaced by Reporter.Reporter(String, File)
Reporter(String, File, Codable) - Constructor for class com.wm.util.template.Reporter
Deprecated. replaced by Reporter.Reporter(String, File)
Reporter(String, File, Codable, boolean) - Constructor for class com.wm.util.template.Reporter
Deprecated. No replacement.
Reporter(String, File, Codable, boolean, String) - Constructor for class com.wm.util.template.Reporter
Deprecated. No replacement.
reportToFile(Codable, File) - Method in class com.wm.util.template.Reporter
Applies the output template to the specified Codable object and writes the results to the specified File.
reportToOutput(Codable, OutputStream) - Method in class com.wm.util.template.Reporter
Applies the output template to the specified Codable object and writes the results to the specified OutputStream.
resetJobMgr() - Static method in class com.wm.app.b2b.client.TContext
Restarts the Job Manager if it has become disabled.
resetJobMgr(String, String) - Static method in class com.wm.app.b2b.client.TContext
Restarts the Job Manager with the specified job store directory and log file.
resetJobMgr(String, String, OutputStream) - Static method in class com.wm.app.b2b.client.TContext
Restarts the Job Manager with the specified job store directory and OutputStream for logging.
resetJobMgr(String, String, Writer) - Static method in class com.wm.app.b2b.client.TContext
Restarts the Job Manager with the specified job store directory and Writer for logging.
resetLogFile(String) - Static method in class com.wm.app.b2b.client.TContext
Closes the current job log and opens a new file.
resetLogStream(OutputStream) - Static method in class com.wm.app.b2b.client.TContext
Resets the current log stream.
resetLogWriter(Writer) - Static method in class com.wm.app.b2b.client.TContext
Resets the current log writer.
restartTx(String) - Method in class com.wm.app.b2b.client.TContext
Restarts a failed transaction.
resumeTrigger() - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Enables a JMS trigger that is currently suspended.
reThrow() - Method in exception com.wm.app.b2b.client.ServiceException
Attempts to construct and throw, on the client, an instance of the same exception that was originally thrown by the server.
retrieveIDTx(String) - Method in class com.wm.app.b2b.client.TContext
Gets the results of a service that was invoked with submitTx and returns the results in an IData object.
retrieveIDTx(String, boolean) - Method in class com.wm.app.b2b.client.TContext
Gets the results of a service that was invoked with submitTx and returns the results in an IData object (blocks or returns as specified if results are not available in the job store).
retrieveTx(String) - Method in class com.wm.app.b2b.client.TContext
Gets the results of a service that was invoked with submitTx and returns the results in a Values object.
retrieveTx(String, boolean) - Method in class com.wm.app.b2b.client.TContext
Gets the results of a service that was invoked with submitTx and returns the results in a Values object (blocks or returns as specified if results are not available in the job store).
returnAllConnections(String) - Static method in class com.wm.app.b2b.server.DBConnectionManager
Closes all connections associated with the specified session.
returnConnection(DBConnection) - Static method in class com.wm.app.b2b.server.DBConnectionManager
Closes the connection and clears references to it, This action removes the connection from the session-based sub-pool.
rollback() - Method in class com.wm.app.b2b.server.DBConnection
Reverses all database operations that have been performed since the last startTransaction and ends that transaction.
rollback() - Method in class com.wm.app.b2b.server.JDBCConnection
Reverses all database operations that have been performed since the last startTransaction and ends that transaction.
rows - Variable in class com.wm.util.Table
 
RPC_BIN - Static variable in class com.wm.app.b2b.client.BaseContext
**************************************************************************************** Constant used to indicate that data is to be sent to the server using webMethods binary RPC transport.
RPC_IDAT - Static variable in class com.wm.app.b2b.client.BaseContext
**************************************************************************************** Constant used to indicate that data is to be sent to the server using webMethods IData transport.
RPC_XML - Static variable in class com.wm.app.b2b.client.BaseContext
**************************************************************************************** Constant used to indicate that data is to be sent to the server using webMethods XML transport.

S

seek(int) - Method in interface com.wm.data.IDataIndexCursor
Deprecated. No replacement.
send(String, String, int, IData, IData, IData, boolean) - Static method in class com.wm.app.b2b.server.jms.producer.ProducerFacade
Sends a message to the JMS provider.
sendAndWait(String, String, int, String, int, long, IData, IData, IData, boolean) - Static method in class com.wm.app.b2b.server.jms.producer.ProducerFacade
Sends a message to the JMS provider and optionally, waits for a reply.
sendLargeMessageStream(String, String, int, InputStream) - Static method in class com.wm.app.b2b.server.jms.producer.ProducerFacade
Sends a large message stream to the webMethods JMS Provider.
sendMail(String, String, String, String) - Static method in class com.wm.app.b2b.server.ServerAPI
Sends an e-mail message to the specified recipient.
sendReplyFromOnDemandConsumer(IData, IData, IData, OnDemandConsumer, Message) - Static method in class com.wm.app.b2b.server.jms.producer.ProducerFacade
Sends a reply message in response to a request message received by an OnDemandConsumer.
sendReplyFromTrigger(IData, IData, IData) - Static method in class com.wm.app.b2b.server.jms.producer.ProducerFacade
Sends a reply message in response to a request message received and processed by a JMS trigger.
ServerAPI - Class in com.wm.app.b2b.server
Central point of access for internal server functionality.
ServerAPI() - Constructor for class com.wm.app.b2b.server.ServerAPI
 
Service - Class in com.wm.app.b2b.server
The Service class contains a collection of methods for gaining access to Objects commonly used by Server services.
Service() - Constructor for class com.wm.app.b2b.server.Service
 
ServiceException - Exception in com.wm.app.b2b.client
This is a general exception thrown when a service fails.
ServiceException() - Constructor for exception com.wm.app.b2b.client.ServiceException
Constructs a ServiceException with no detailed error message.
ServiceException(String) - Constructor for exception com.wm.app.b2b.client.ServiceException
Constructs a ServiceException with the specified message.
ServiceException(String, String) - Constructor for exception com.wm.app.b2b.client.ServiceException
Constructs a ServiceException with the specified message and error type.
ServiceException(String, String, String) - Constructor for exception com.wm.app.b2b.client.ServiceException
Constructs a ServiceException with a specified message, error type, and an error dump.
ServiceException(Values) - Constructor for exception com.wm.app.b2b.client.ServiceException
Constructs a ServiceException using the specified Values object as input.
ServiceException(Throwable) - Constructor for exception com.wm.app.b2b.client.ServiceException
Constructs a ServiceException using the specified Throwable object as input.
ServiceException - Class in com.wm.app.b2b.server
This is a general exception thrown when a service fails.
ServiceException() - Constructor for class com.wm.app.b2b.server.ServiceException
Constructs a ServiceException without a detailed error message.
ServiceException(String) - Constructor for class com.wm.app.b2b.server.ServiceException
Constructs a ServiceException with the specified message.
ServiceException(Throwable) - Constructor for class com.wm.app.b2b.server.ServiceException
Constructs an ServiceException using the specified Throwable object as input.
ServiceException(Class, String, String, String) - Constructor for class com.wm.app.b2b.server.ServiceException
Constructs a ServiceException using the specified parameters as input.
ServiceException(Class, String, String) - Constructor for class com.wm.app.b2b.server.ServiceException
Constructs a ServiceException using the specified parameters as input.
ServiceException(Class, String, String, Object[]) - Constructor for class com.wm.app.b2b.server.ServiceException
Constructs a ServiceException using the specified parameters as input.
ServiceException(Class, String, String, Throwable, Object[]) - Constructor for class com.wm.app.b2b.server.ServiceException
Constructs a ServiceException using the specified parameters as input.
ServiceSetupException - Class in com.wm.app.b2b.server
 
ServiceSetupException() - Constructor for class com.wm.app.b2b.server.ServiceSetupException
Constructs a ServiceSetupException.
ServiceSetupException(Throwable) - Constructor for class com.wm.app.b2b.server.ServiceSetupException
Constructs a ServiceSetupException using the specified Throwable object as input.
ServiceSetupException(String) - Constructor for class com.wm.app.b2b.server.ServiceSetupException
Constructs a ServiceSetupException with a specified message.
ServiceSetupException(Class, String, String, String) - Constructor for class com.wm.app.b2b.server.ServiceSetupException
Constructs a ServiceSetupException using the specified parameters as input.
ServiceSetupException(Class, String, String) - Constructor for class com.wm.app.b2b.server.ServiceSetupException
Constructs a ServiceSetupException using the specified parameters as input.
ServiceSetupException(Class, String, String, Object[]) - Constructor for class com.wm.app.b2b.server.ServiceSetupException
Constructs a ServiceSetupException using the specified parameters as input.
ServiceThread - Class in com.wm.app.b2b.server
Contains methods that return the pipeline from a service running in this service thread.
ServiceThread() - Constructor for class com.wm.app.b2b.server.ServiceThread
Do not instantiate this class directly.
Session - Class in com.wm.app.b2b.server
Session is a subclass of Values that stores the user's active session information including: session id, session timeout, start time, last call time, and call count.
Session(String) - Constructor for class com.wm.app.b2b.server.Session
Creates a new Session object with defaults.
Session(String, long, String) - Constructor for class com.wm.app.b2b.server.Session
Creates a new Session object for the specified user, session id, and timeout.
setAcknowledgmentMode(int) - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Sets the acknowledgement mode for a JMS trigger, which indicates how Integration Server acknowledges messages received on behalf of a JMS trigger.
setAliasName(String) - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Sets the name of the JMS connection alias that the JMS trigger uses to connect to the JMS provider.
setAllowRedir(boolean) - Method in class com.wm.app.b2b.client.BaseContext
*************************************************************************************** Specifies whether requests from this object can be redirected (that is, passed to another server in the target server’s cluster).
setAuthentication(String, String) - Method in class com.wm.app.b2b.client.BaseContext
*************************************************************************************** Specifies the authentication credentials (user name and password) that will be used when this object submits a request to the webMethods Integration Server.
setBatchSize(int) - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Sets the maximum batch size for a JMS trigger.
setBinding(Values, String) - Static method in class com.wm.app.b2b.server.Service
Given the input Values, sets the binding name.
setCalendarID(String) - Method in class com.wm.g11n.util.iContext
Sets the current calendar to one identified by p_sCalendarID.
setCalls(int) - Method in class com.wm.app.b2b.server.Session
 
setCatSchemDefaults(String, String) - Method in class com.wm.app.b2b.server.DBConnection
Sets the default catalog and schema values for methods that take catalog and schema parameters.
setConcurrent(boolean) - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Sets the message processing of a JMS trigger to serial or concurrent processing.
setContentType(String) - Method in class com.wm.util.coder.IDataXMLCoder
Sets the content type.
setContentType(String) - Method in class com.wm.util.coder.XMLCoder
Sets the content type.
setContentType(String) - Method in class com.wm.util.template.Reporter
Sets the content type supported by this Reporter object.
setCredentials(Credentials) - Method in class com.wm.app.b2b.server.UGClass
Supplies a set of credentials for this UG.
setCurrency(String) - Method in class com.wm.g11n.util.iContext
webMethods strongly encourages you to use ISO 4217 currency codes for this property.
setData(Values) - Method in class com.wm.app.b2b.server.UGClass
Sets arbitrary data associated with this UG -- should probably only be set at creation-time.
setDestinationFilterPairs(ArrayList<JMSDestinationFilterPair>) - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Specifies the destinations from which the JMS trigger receives messages and the message selector the JMS provider uses to filter messages from each destination.
setEnabled(boolean) - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Enables or disables the JMS trigger.
setEncoding(String) - Method in class com.wm.g11n.util.iContext
Sets the encoding associated with this locale.
setErrorDetails(IData) - Method in exception com.wm.util.LocalizedException
Holds optional user-defined arbitrary data about the exception.
setErrorMode(int) - Method in interface com.wm.data.IDataCursor
Controls the behavior of error storage in cursors that are capable of generating errors.
setExecuteUser(String) - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Sets the execution user for a JMS trigger.
setFixedUri(String) - Method in class com.wm.app.b2b.client.BaseContext
*************************************************************************************** Specifies the Uniform Resource Identifier (URI) of the CGI script that must be used to access the webMethods Integration Server (IS).
setIContext(iContext) - Method in class com.wm.app.b2b.server.Session
Sets the iContext to the given value.
setIContext(String) - Method in class com.wm.app.b2b.server.Session
Sets the iContext using the language string.
setIData(IData) - Method in interface com.wm.util.coder.IDataCodable
Initializes all class variables from the data values in the specified IData object.
setIData(IData) - Method in class com.wm.util.Table
Initializes this Table object from an IData object.
setIgnoreInvalid(boolean) - Method in class com.wm.util.coder.IDataXMLCoder
Sets a boolean flag that specifies whether this IDataXMLCoder ignores unsupported object types in the data that it encodes or decodes.
setIgnoreInvalid(boolean) - Method in class com.wm.util.coder.XMLCoder
Sets a boolean flag that specifies whether this XMLCoder ignores unsupported object types in the data that it encodes or decodes.
setInDoubtDetection(boolean) - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Enables or disables duplicate detection for the JMS trigger.
setJoinTimeout(long) - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Sets the length of the join time-out.
setJoinType(int) - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Sets the join type for a JMS trigger.
setKey(String) - Method in interface com.wm.data.IDataCursor
Sets the key of the key/value pair at the cursor's current position to a specified String.
setKey(String) - Method in interface com.wm.data.IDataSharedCursor
Sets the key of the key/value pair on which the cursor is currently positioned.
setLanguage(String) - Method in class com.wm.g11n.util.iContext
Sets the language field in the iContext to the specified value.
setLast(long) - Method in class com.wm.app.b2b.server.Session
Sets the time of the most recent invocation on this session, in milliseconds.
setLocale(Locale) - Method in class com.wm.app.b2b.server.Session
Sets the locale of this session.
setMaxConcurrentThreads(int) - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Sets the maximum number of messages that Integration Server can process concurrently for this JMS trigger.
setMaxDeliveryAttempts(int) - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Sets the maximum number of attempts Integration Server makes to re-execute a trigger service if the trigger service failed because of a transient error.
setPipeline(IData) - Method in class com.wm.app.b2b.server.InvokeState
 
setPrefetchSize(int) - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Sets the maximum number of messages that Integration Server retrieves for this JMS trigger at one time from the webMethods JMS Provider.
setProcessingSuspended(boolean, boolean) - Method in class com.wm.app.b2b.server.dispatcher.trigger.TriggerFacade
Suspends or resumes document processing for this trigger.
setProxy(String, String, String) - Method in class com.wm.app.b2b.client.BaseContext
*************************************************************************************** Specifies the HTTP proxy server (if any) that will be used to communicate with the webMethods Integration Server.
setRedeliveryDelay(long) - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Sets the time interval Integration Server waits between retry attempts for a trigger service that failed because of a transient error.
setRedeliveryFailureAction(int) - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Determines what action Integration Server takes when retry failure occurs for a non-transacted JMS trigger or a transient error occurs for a transacted JMS trigger.
setRegion(String) - Method in class com.wm.g11n.util.iContext
For this property, webMethods strongly encourages that you use only ISO 3166 country codes.
setResolutionHistoryTTL(long) - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Sets the length of time the document history database maintains an entry for a message processed by this trigger.
setResolverServiceName(NSName) - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Sets the name of the document resolver service for the JMS trigger.
setResolveWithHistory(boolean) - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Determines whether a document history database is used as part of duplicate detection.
setResourceMonitoringSvcName(NSName) - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Sets the resource monitoring service for the JMS trigger.
setResponse(Values, byte[]) - Static method in class com.wm.app.b2b.server.Service
Given the input Values, sets the raw response.
setRetrievalSuspended(boolean, boolean) - Method in class com.wm.app.b2b.server.dispatcher.trigger.TriggerFacade
Suspends or resumes document retrieval for this trigger.
setRetryServer(String) - Method in class com.wm.app.b2b.client.BaseContext
*************************************************************************************** Specifies the retry server.
setRootTag(String) - Method in class com.wm.util.coder.XMLCoder
Specifies the root tag for XML.
setRoutingRules(ArrayList<JMSRoutingRule>) - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Specifies the routing rules for the messages received by the JMS trigger.
setRows(Values[]) - Method in class com.wm.util.Table
Converts a Values[] into rows that are appended to this table.
setRunTimeProperties(String, String, String) - Method in class com.wm.app.b2b.server.dispatcher.trigger.TriggerFacade
Edit the run-time properties of the trigger.
setScript(String) - Method in class com.wm.g11n.util.iContext
webMethods strongly encourages you to use ISO-15924 script codes for this property.
setSecure(boolean) - Method in class com.wm.app.b2b.client.BaseContext
*************************************************************************************** Specifies whether this client will use HTTP or HTTPS to communicate with the webMethods Integration Server.
setSecureProxy(String, String, String) - Method in class com.wm.app.b2b.client.BaseContext
*************************************************************************************** Specifies the HTTPS proxy server (if any) that will be used to communicate with the webMethods Integration Server.
setSessionUser(User) - Static method in class com.wm.app.b2b.server.InvokeState
Set the user in the current InvokeState.
setSource(int) - Method in class com.wm.app.b2b.server.UGClass
Sets the source for this UG.
setSSLCertificates(String, String, String) - Method in class com.wm.app.b2b.client.BaseContext
Deprecated. Replaced by BaseContext.setSSLCertificates(String, String[])
setSSLCertificates(String, String[]) - Method in class com.wm.app.b2b.client.BaseContext
*************************************************************************************** Specifies the certificates and keys that will be used to create an SSL connection.
setSSLCertificates(KeyAndCert) - Method in class com.wm.app.b2b.client.BaseContext
Specifies that Integration Server obtain private keys and certificate chains from an object in memory.
setSSLcertificates(String, String[]) - Method in class com.wm.app.b2b.client.TContext
Specifies the certificates and keys that will be used to create an SSL connection.
setStart(Date) - Method in class com.wm.app.b2b.server.Session
Sets the start time of the current session.
setSuspendOnError(boolean) - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Sets a flag indicating whether the JMS trigger suspends automatically when a fatal exception occurs during trigger service execution.
setTemplate(Values, String) - Static method in class com.wm.app.b2b.server.Service
Deprecated.  
setTemplateType(Values, String) - Static method in class com.wm.app.b2b.server.Service
Given the input Values, sets the output template type.
setTimeout(long) - Method in class com.wm.app.b2b.server.Session
Sets the idle timeout value for the current session, in milliseconds.
setTimeZone(String) - Method in class com.wm.g11n.util.iContext
Sets the timezone ID to p_sTimeZone, which must be a valid Olsen ID, empty string, or null.
setType(int) - Method in class com.wm.app.b2b.server.Credential
Sets the type of this credential.
setUseOIDs(boolean) - Method in class com.wm.util.coder.IDataXMLCoder
Specifies whether Object Identifiers (OIDs) are assigned to object values.
setUseOIDs(boolean) - Method in class com.wm.util.coder.XMLCoder
Specifies whether Object Identifiers (OIDs) are assigned to object values.
setUser(User) - Method in class com.wm.app.b2b.server.Session
Sets the user associated with the current session.
setUseUTF8(boolean) - Method in class com.wm.util.coder.XMLCoder
Sets a boolean flag that specifies whether the UTF8 character set is used to encode and decode XML.
setUseXMLHeader(boolean) - Method in class com.wm.util.coder.IDataXMLCoder
Sets a boolean flag that specifies whether or not an XML header (for example, <?xml version="1.0" encoding "UTF-8" >) is included in the XML document.
setUseXMLHeader(boolean) - Method in class com.wm.util.coder.XMLCoder
Sets a boolean flag that specifies whether or not an XML header (for example, <?xml version="1.0" encoding "UTF-8" >) is included in the XML document.
setValue(Object) - Method in class com.wm.app.b2b.server.Credential
Sets the value of this credential.
setValue(Object) - Method in interface com.wm.data.IDataCursor
Sets the value of the key/value pair at the cursor's current position.
setValue(Object) - Method in interface com.wm.data.IDataSharedCursor
Sets the value of the key/value pair on which the cursor is currently positioned.
setValue(boolean) - Method in class com.wm.data.MBoolean
Sets this MBoolean object's value to the specified boolean value.
setValue(byte) - Method in class com.wm.data.MByte
Sets this MByte object to the specified byte value.
setValue(double) - Method in class com.wm.data.MDouble
Sets this MDouble object to the specified double value.
setValue(float) - Method in class com.wm.data.MFloat
Sets this MFloat object to the specified float value.
setValue(int) - Method in class com.wm.data.MInteger
Sets this MInteger object to the specified int value.
setValue(long) - Method in class com.wm.data.MLong
Sets this MLong object to the specified long value.
setValue(short) - Method in class com.wm.data.MShort
Sets this MShort object to the specified short value.
setValue(String, Object) - Method in interface com.wm.util.coder.Codable
Writes the specified value to the specified key in this Codable object.
setValue(String) - Method in interface com.wm.util.coder.StringCodable
Initializes the class variables from the contents of the specified String.
setValue(String, Object) - Method in class com.wm.util.Table
Implements the Codable interface.
setValues(Values) - Method in interface com.wm.util.coder.ValuesCodable
Initializes all class variables from the data values in the specified Values object.
shortValue() - Method in class com.wm.data.MByte
Returns the value of this MByte object as a short.
shortValue() - Method in class com.wm.data.MDouble
Returns the value of this MDouble object as a short.
shortValue() - Method in class com.wm.data.MFloat
Returns the value of this MFloat object as a short.
shortValue() - Method in class com.wm.data.MInteger
Returns the value of this MInteger object as a short.
shortValue() - Method in class com.wm.data.MLong
Returns the value of this MLong object as a short.
shortValue() - Method in class com.wm.data.MShort
Returns the value of this MShort object as a short.
shutdown() - Static method in class com.wm.app.b2b.client.TContext
Shuts down the Job Manager if there are no active processes using it.
shutdown(boolean) - Static method in class com.wm.app.b2b.client.TContext
Shuts down the Job Manager using the specified shut-down behavior.
size(IDataCursor) - Static method in class com.wm.data.IDataUtil
Returns the number of top-level elements in the IDataCursor.
size(IData) - Static method in class com.wm.data.ValuesEmulator
Returns the size of the IData object (that is, the number of key/value pairs in the IData structure).
sizes - Variable in class com.wm.util.Table
 
sortedKeys() - Method in class com.wm.util.Values
Returns an Enumeration of the sorted keys (names) in this Values object.
sortIDataArrayByKey(IData[], String, int, String, boolean) - Static method in class com.wm.data.IDataUtil
Sorts an IData[] on a given key according to the criteria specified in the compareType, pattern, and order parameters.
SSL_128 - Static variable in class com.wm.app.b2b.client.BaseContext
**************************************************************************************** Constant used to indicate 128-bit SSL encryption.
SSL_40 - Static variable in class com.wm.app.b2b.client.BaseContext
**************************************************************************************** Constant used to indicate 40-bit SSL encryption.
startTransaction() - Method in class com.wm.app.b2b.server.DBConnection
Starts a transaction.
startTransaction() - Method in class com.wm.app.b2b.server.JDBCConnection
Starts a transaction.
startTx() - Method in class com.wm.app.b2b.client.TContext
Starts a new transaction with the default time-to-live (TTL) and unlimited retries.
startTx(long) - Method in class com.wm.app.b2b.client.TContext
Starts a new transaction with the specified time-to-live (TTL) value and no retry limit.
startTx(long, int) - Method in class com.wm.app.b2b.client.TContext
Starts a new transaction with the specified time-to-live (TTL) and retry values.
startTx(String) - Method in class com.wm.app.b2b.client.TContext
Starts a new transaction that is chained to (i.e., dependent on the completion of) a specified transaction in the job store.
startTx(String, long) - Method in class com.wm.app.b2b.client.TContext
Starts a new transaction that is chained to (i.e., dependent on the completion of) a specified transaction in the job store, using the specified time-to-live (TTL) value.
startTx(String, long, int) - Method in class com.wm.app.b2b.client.TContext
Starts a new transaction that is chained to (i.e., dependent on the completion of) a specified transaction in the job store, using the specified time-to-live (TTL) and retry values.
StringCodable - Interface in com.wm.util.coder
This interface defines methods that are used to allow a non-codable object to become codable.
submitTx(String, String, String, IData) - Method in class com.wm.app.b2b.client.TContext
Calls the specified service through the Job Manager and passes input to that service through an IData object.
submitTx(String, String, String, Values) - Method in class com.wm.app.b2b.client.TContext
Calls the specified service through the Job Manager and passes input to that service through a Values object.
suspendTrigger() - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Suspends the JMS trigger.

T

Table - Class in com.wm.util
This class provides a table data structure as a more efficient alternative to using Values arrays.
Table() - Constructor for class com.wm.util.Table
Empty constructor.
Table(String[]) - Constructor for class com.wm.util.Table
Initializes a table object with column names.
Table(String, String[]) - Constructor for class com.wm.util.Table
Initializes a table object with a name and column names.
Table(String, String[], String[]) - Constructor for class com.wm.util.Table
Initializes a table object with a name, a set of column names and the corresponding sizes of each column.
TContext - Class in com.wm.app.b2b.client
This class extends BaseContext.
TContext() - Constructor for class com.wm.app.b2b.client.TContext
Constructs an unconnected TContext and defaults to the binary RPC transport.
throwError(Throwable) - Static method in class com.wm.app.b2b.server.Service
Deprecated.  
throwError(String) - Static method in class com.wm.app.b2b.server.Service
Deprecated.  
toByteArray() - Method in class com.wm.util.security.WmSecureString
Creates a byte array from the buffer contents, using the default encoding.
toByteArray(String) - Method in class com.wm.util.security.WmSecureString
Creates a byte array from the buffer contents, using a specified encoding.
Token - Interface in com.wm.security.auth
You use this interface to represent authentication information that will be processed by a pluggable authentication module.
toString() - Method in exception com.wm.app.b2b.client.ServiceException
Returns this ServiceException as a string.
toString() - Method in class com.wm.app.b2b.server.auth.BasicToken
Returns a string representation of this token.
toString() - Method in class com.wm.app.b2b.server.auth.X509Token
Returns a string representation of this token.
toString() - Method in class com.wm.app.b2b.server.Credential
 
toString() - Method in class com.wm.app.b2b.server.Credentials
 
toString() - Method in class com.wm.app.b2b.server.InvokeState
 
toString() - Method in class com.wm.app.b2b.server.Session
Standard toString implementation.
toString() - Method in class com.wm.app.b2b.server.UGClass
 
toString() - Method in class com.wm.data.MBoolean
Returns a String representation of this MBoolean object's boolean value.
toString() - Method in class com.wm.data.MByte
Returns a String representation of this MByte object's value.
toString() - Method in class com.wm.data.MDouble
Returns a String representation of this MDouble object's value.
toString() - Method in class com.wm.data.MFloat
Returns a String representation of this MFloat object's value.
toString() - Method in class com.wm.data.MInteger
Returns a String representation of this MInteger object's value.
toString() - Method in class com.wm.data.MLong
Returns a String representation of this MLong object's value.
toString() - Method in class com.wm.data.MShort
Returns a String representation of this MShort object's value.
toString() - Method in class com.wm.g11n.util.iContext
Converts this iContext to a string.
toString() - Method in class com.wm.lang.ns.NSName
Returns a String representation for this name.
toString() - Method in class com.wm.util.security.WmSecureString
Creates a string from the buffer contents.
toString() - Method in class com.wm.util.Table
Retrieves the table schema and content as a string for display purposes.
toString() - Method in class com.wm.util.Values
Display the contents of this Values object.
toValues(ResultSet, Values) - Static method in class com.wm.app.b2b.server.JDBCConnection
Converts pending results into a Values object.
toValues() - Method in class com.wm.util.Table
Converts this table into a Values object.
TriggerFacade - Class in com.wm.app.b2b.server.dispatcher.trigger
Provides a collection of methods that can be used to suspend and resume document retrieval or document processing for an individual trigger.
TriggerFacade(String) - Constructor for class com.wm.app.b2b.server.dispatcher.trigger.TriggerFacade
Initializes a TriggerFacade object that represents an individual trigger on the Integration Server.
TriggerFacade.TriggerRunTimeStatus - Class in com.wm.app.b2b.server.dispatcher.trigger
Provides read access to the trigger's run-time information, including current thread usage, retrieval state, and document processing state.
TriggerFacade.TriggerRunTimeStatus() - Constructor for class com.wm.app.b2b.server.dispatcher.trigger.TriggerFacade.TriggerRunTimeStatus
 
TriggerFacade.TriggerThrottleValues - Class in com.wm.app.b2b.server.dispatcher.trigger
Provides read access to the trigger's throttled (adjusted) values for trigger queue capacity, trigger queue refill level, and maximum execution threads
TriggerFacade.TriggerThrottleValues() - Constructor for class com.wm.app.b2b.server.dispatcher.trigger.TriggerFacade.TriggerThrottleValues
 
TRUE - Static variable in class com.wm.data.MBoolean
The MBoolean field that corresponds to the primitive boolean value true.
TXException - Exception in com.wm.app.b2b.client
This class extends ServiceException.
TXException(TXJobException) - Constructor for exception com.wm.app.b2b.client.TXException
Constructs a TXException with the information from the specified TXJobException object.

U

UGClass - Class in com.wm.app.b2b.server
Generic class used to represent both User and Group objects.
UGClass() - Constructor for class com.wm.app.b2b.server.UGClass
 
UNKNOWN - Static variable in class com.wm.app.b2b.server.Credential
Typecode for unknown credentials.
up() - Method in interface com.wm.data.IDataTreeCursor
Deprecated. No replacement.
update(String, Values, Values) - Method in class com.wm.app.b2b.server.DBConnection
Updates all rows in the specified table that meet the given criteria.
update() - Method in class com.wm.app.b2b.server.Session
Increments the session call count and update the last call time with the current time.
updateRow(int, Values) - Method in class com.wm.util.Table
Replaces a row at the given index with elements defined in a Values object.
updateTrigger() - Method in class com.wm.app.b2b.server.jms.consumer.JMSTriggerFacade
Updates the JMS trigger you indicated in the constructor with the changes you made by calling the setter methods.
use(IData) - Static method in class com.wm.util.Values
Deprecated.  
User - Class in com.wm.app.b2b.server
Represents a user on the webMethods Integration Server.
User() - Constructor for class com.wm.app.b2b.server.User
Creates a new user.
User(String) - Constructor for class com.wm.app.b2b.server.User
Creates a new user with the specified name.

V

valueOf(String) - Static method in class com.wm.data.MBoolean
Returns an MBoolean object set according to the value of the String parameter s.
Values - Class in com.wm.util
The Values class has been replaced by the com.wm.data.IData interface and other classes in the com.wm.data package.
Values() - Constructor for class com.wm.util.Values
 
Values(Hashtable) - Constructor for class com.wm.util.Values
Create a Values object by copying elements and keys from a given Hashtable.
Values(int) - Constructor for class com.wm.util.Values
Create a Values Object with the specified size.
Values(Object[][]) - Constructor for class com.wm.util.Values
Create a Values Object and pre-fills it with the designated array of Objects.
ValuesCodable - Interface in com.wm.util.coder
This is an interface you can use to convert a non-codable object to codable.
ValuesEmulator - Class in com.wm.data
This class allows you to use the syntax like that of webMethods deprecated Values object to manipulate data in the pipeline using the IData structure.
ValuesEmulator() - Constructor for class com.wm.data.ValuesEmulator
 

W

waitForReply(String, long) - Static method in class com.wm.app.b2b.server.jms.producer.ProducerFacade
Waits for a reply sent in response to an asynchronous request.
wasErased() - Method in class com.wm.util.security.WmSecureString
Returns true if the secure string buffer is currently empty.
WM - Static variable in class com.wm.app.b2b.server.UGClass
 
WmSecureString - Class in com.wm.util.security
A simple wrapper for character array.
WmSecureString(char[]) - Constructor for class com.wm.util.security.WmSecureString
Constructs WmSecureString from a character array.
WmSecureString(byte[]) - Constructor for class com.wm.util.security.WmSecureString
Constructs WmSecureString from a byte array, using the default encoding.
WmSecureString(byte[], String) - Constructor for class com.wm.util.security.WmSecureString
Constructs WmSecureString from a byte array, using a specified encoding.
WmSecureString(String) - Constructor for class com.wm.util.security.WmSecureString
Constructs WmSecureString from a string.
WmSecureString(WmSecureString) - Constructor for class com.wm.util.security.WmSecureString
Constructs WmSecureString from another secure string buffer.
writeToFile(File, Values) - Method in class com.wm.util.coder.Coder
Encodes the specified Values object and writes the encoded data to a file.
writeToFile(File, IData) - Method in class com.wm.util.coder.IDataCoder
Encodes the specified IData object and writes the encoded data to a file.

X

X509Token - Class in com.wm.app.b2b.server.auth
This class represents an authentication token containg an X.509 certificate chain.
X509Token(X509Certificate[]) - Constructor for class com.wm.app.b2b.server.auth.X509Token
Allocates a new X509Token from the specified X.509 certificate chain.
XMLCoder - Class in com.wm.util.coder
This class extends Coder and contains methods you use to encode Values objects as XML documents and decode XML documents as Values objects.
XMLCoder() - Constructor for class com.wm.util.coder.XMLCoder
Constructs an XMLCoder object that defaults to file.encoding for encoding and decoding XML
XMLCoder(boolean) - Constructor for class com.wm.util.coder.XMLCoder
Constructs an XMLCoder object that uses the UTF8 character set to encode to and decode XML documents.
XMLCoderWrapper - Class in com.wm.util.coder
This class wraps XMLCoder and IDataXMLCoder and facilitates migration to IDataXMLCoder.
XMLCoderWrapper() - Constructor for class com.wm.util.coder.XMLCoderWrapper
Constructs a new XMLCoderWrapper object.

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