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

A

ARTIX_DRIVEN - Static variable in class com.iona.jbus.ServerTransportThreadingResourcesPolicy
Specifies that threads for servicing a request will be provided from an Artix thread pool.
ARTIX_JAVA_TYPE_FACTORY - Static variable in interface com.iona.webservices.reflect.types.TypeFactory
the property name used to register type factory on Bus.
ARTIX_SERVLET_SERVICE_QNAME - Static variable in interface com.iona.jbus.BusConstants
This key is used to get and set the Bus property which stores the service QName of the WSDL service which is being exposed by a particular Artix servlet.
ATTACHMENT_CONTEXT_NAME - Static variable in class com.iona.jbus.ContextConstants
Context Name for soap attachment.
AccessModeType - class com.iona.schemas.transports.mq.context.AccessModeType.
com.iona.schemas.transports.mq.context.AccessModeType.
AccessModeType(String) - Constructor for class com.iona.schemas.transports.mq.context.AccessModeType
Constructs a new enumeration with specified value.
AnyType - class com.iona.webservices.reflect.types.AnyType.
This class represents the xs:anyType.
AnyType() - Constructor for class com.iona.webservices.reflect.types.AnyType
 
ArrayUtils - class com.iona.jbus.util.ArrayUtils.
This class contains utilities for dealing with Java Arrays.
ArrayUtils() - Constructor for class com.iona.jbus.util.ArrayUtils
 
ArtixConnectionFactory - interface com.iona.connector.ArtixConnectionFactory.
Provides methods to create a Connection object that represents a Web service defined from the supplied parameters.
Attachment_parts_infoTypeFactory - class com.iona.schemas.soap.attachments.Attachment_parts_infoTypeFactory.
Attachment_parts_infoTypeFactory.
Attachment_parts_infoTypeFactory() - Constructor for class com.iona.schemas.soap.attachments.Attachment_parts_infoTypeFactory
Constructs a new Attachment_parts_infoTypeFactory.
Attachment_parts_infoTypeFactory(String) - Constructor for class com.iona.schemas.soap.attachments.Attachment_parts_infoTypeFactory
Constructs a new Attachment_parts_infoTypeFactory.
aborted() - Method in interface com.iona.jbus.transaction.TransactionNotificationHandler
An event informing the handler that the transaction did not complete successfully and was aborted.
activate(String, QName, String, TransportCallback, WorkQueue) - Method in interface com.iona.jbus.ServerTransport
Called once per instance of ServerTransport when a port is activated.
activateService(QName) - Method in interface com.iona.jbus.ServiceActivator
The method to activate a servant.
active - Static variable in class com.iona.schemas.transports.ftp.context.ConnectModeType
enum type active.
add(int, Object) - Method in class com.iona.jbus.db.collection.PersistentList
Inserts the specified element at the specified position in this list (optional operation).
add(Object) - Method in class com.iona.jbus.db.collection.PersistentList
Appends the specified element to the end of this list (optional operation).
addAll(int, Collection) - Method in class com.iona.jbus.db.collection.PersistentList
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addAll(Collection) - Method in class com.iona.jbus.db.collection.PersistentList
Adds the content of the Collection to the list.
addEvent(BusEvent) - Method in interface com.iona.jbus.BusEventCache
Add the BusEvent to the cache.
addListener(BusEventListener, BusEventFilter) - Method in class com.iona.jbus.Bus
Adds an event listener to the current Bus.
attachThread(TransactionIdentifier) - Method in interface com.iona.jbus.transaction.TransactionManager
Make an association between the calling thread and the transaction identified by the 'transactionIdentifier' parameter.

B

BAD_OPERATION - Static variable in class com.iona.jbus.FaultCategory
Named Category type.
BAD_OPERATION_VAL - Static variable in class com.iona.jbus.FaultCategory
Named Category integer type.
BUS - Static variable in class com.iona.jbus.HandlerConstants
Property for getting the Bus.
BUS_EVENT - Static variable in class com.iona.jbus.BusEvent
Constant used for generic Bus Event ID.
BUS_PLUGIN_CLASSLOADERS - Static variable in interface com.iona.jbus.BusConstants
This key is used to get and set the Bus property which stores an Array of ClassLoader values which are used for loading plugins.
BadParametersException - exception com.iona.jbus.management.BadParametersException.
This exception is thrown when an inappropriate parameter is supplied to an operation on the ManagedComponentRegistry.
BadParametersException() - Constructor for class com.iona.jbus.management.BadParametersException
Constructs a BadParametersException with null as the detail message.
BadParametersException(String) - Constructor for class com.iona.jbus.management.BadParametersException
Constructs a BadParametersException with the specified message.
BadParametersException(Throwable) - Constructor for class com.iona.jbus.management.BadParametersException
Constructs a BadParametersException with the specified cause.
BadParametersException(String, Throwable) - Constructor for class com.iona.jbus.management.BadParametersException
Constructs a BadParametersException with the specified message and cause cause.
Bus - class com.iona.jbus.Bus.
The Bus class manages a collection of plugins, which provide the underlying functional capabilities of an Artix application.
Bus() - Constructor for class com.iona.jbus.Bus
 
BusConstants - interface com.iona.jbus.BusConstants.
Miscellaneous constants needed by Artix developers.
BusEvent - class com.iona.jbus.BusEvent.
Base class for all the Bus Events.
BusEvent(Object, String) - Constructor for class com.iona.jbus.BusEvent
Constructs a BusEvent with the event source and a unique event id.
BusEventCache - interface com.iona.jbus.BusEventCache.
Caches all bus events that do not have a listener associated with them.
BusEventFilter - interface com.iona.jbus.BusEventFilter.
Interface to be implemented by any class acting as a bus event filter.
BusEventListener - interface com.iona.jbus.BusEventListener.
Should be implemented by an object that wants to receive bus events.
BusException - exception com.iona.jbus.BusException.
Signals that a bus exception of some sort has occured.
BusException() - Constructor for class com.iona.jbus.BusException
Constructs a BusException with null as the detail message.
BusException(String) - Constructor for class com.iona.jbus.BusException
Constructs a BusException with the specified message.
BusException(Throwable) - Constructor for class com.iona.jbus.BusException
Constructs a BusException with the specified cause.
BusException(String, Throwable) - Constructor for class com.iona.jbus.BusException
Constructs a BusException with the specified message and cause cause.
BusPlugIn - class com.iona.jbus.BusPlugIn.
Base class for all Artix bus plugins.
BusPlugIn(Bus) - Constructor for class com.iona.jbus.BusPlugIn
Construct a new plugin with the specified Bus.
BusPlugInFactory - interface com.iona.jbus.BusPlugInFactory.
Managing the creation and destruction of bus plugins is handled by objects implementing this interface.
BusRegistry - interface com.iona.jbus.BusRegistry.
Registry for storing name-value pairs in the bus.
BusSecurity - class com.iona.schemas.bus.security_context.BusSecurity.
com.iona.schemas.bus.security_context.BusSecurity.
BusSecurity() - Constructor for class com.iona.schemas.bus.security_context.BusSecurity
 
BusSecurityLevel - class com.iona.schemas.bus.security_context.BusSecurityLevel.
com.iona.schemas.bus.security_context.BusSecurityLevel.
BusSecurityLevel(String) - Constructor for class com.iona.schemas.bus.security_context.BusSecurityLevel
Constructs a new enumeration with specified value.
BusSecurityType - class com.iona.schemas.bus.security_context.BusSecurityType.
com.iona.schemas.bus.security_context.BusSecurityType.
BusSecurityType(String) - Constructor for class com.iona.schemas.bus.security_context.BusSecurityType
Constructs a new enumeration with specified value.
BusSecurityTypeFactory - class com.iona.schemas.bus.security_context.BusSecurityTypeFactory.
BusSecurityTypeFactory.
BusSecurityTypeFactory() - Constructor for class com.iona.schemas.bus.security_context.BusSecurityTypeFactory
Constructs a new BusSecurityTypeFactory.
BusSecurityTypeFactory(String) - Constructor for class com.iona.schemas.bus.security_context.BusSecurityTypeFactory
Constructs a new BusSecurityTypeFactory.
beginTransaction() - Method in interface com.iona.jbus.transaction.TransactionSystem
Marks the beginning of a transactional unit of work.
busInit() - Method in class com.iona.jbus.BusPlugIn
Called by the Bus to initialize the plugin.
busShutdown() - Method in class com.iona.jbus.BusPlugIn
Called by the Bus before the bus shutdowns.

C

CERT_SUBJECT - Static variable in class com.iona.schemas.bus.security_context.BusSecurityType
enum type CERT_SUBJECT.
CLIENT - Static variable in class com.iona.jbus.FaultSource
Named CompletionStatus type.
CLIENT_ADDRESS_CONTEXT - Static variable in class com.iona.jbus.ContextConstants
Context Name for Client address.
CLIENT_REQUEST_CLASSES - Static variable in class com.iona.jbus.ContextConstants
Context Name for Client Request Classes.
CLIENT_REQUEST_VALUES - Static variable in class com.iona.jbus.ContextConstants
Context Name for Client Request Parts.
CLIENT_RESPONSE_CLASSES - Static variable in class com.iona.jbus.ContextConstants
Context Name for Client Response Classes.
CLIENT_RESPONSE_VALUES - Static variable in class com.iona.jbus.ContextConstants
Context Name for Client Response Parts.
CLIENT_VAL - Static variable in class com.iona.jbus.FaultSource
Named CompletionStatus integer type.
CONNECTION_FAILURE - Static variable in class com.iona.jbus.FaultCategory
Named Category type.
CONNECTION_FAILURE_VAL - Static variable in class com.iona.jbus.FaultCategory
Named Category integer type.
CORBAAttributesType - class com.iona.schemas.bindings.corba.contexts.CORBAAttributesType.
com.iona.schemas.bindings.corba.contexts.CORBAAttributesType.
CORBAAttributesType() - Constructor for class com.iona.schemas.bindings.corba.contexts.CORBAAttributesType
 
CORBAAttributesTypeHandler - class com.iona.schemas.bindings.corba.contexts.CORBAAttributesTypeHandler.
com.iona.schemas.bindings.corba.contexts.CORBAAttributesTypeHandler.
CORBAAttributesTypeHandler(SchemaTypeFactory) - Constructor for class com.iona.schemas.bindings.corba.contexts.CORBAAttributesTypeHandler
 
CORBA_CONTEXT_ATTRIBUTES - Static variable in class com.iona.jbus.ContextConstants
Context Name for CORBA attributes.
ClientConfiguration - class com.iona.schemas.bus.i18n.context.ClientConfiguration.
com.iona.schemas.bus.i18n.context.ClientConfiguration.
ClientConfiguration() - Constructor for class com.iona.schemas.bus.i18n.context.ClientConfiguration
 
ClientNamingPolicyType - class com.iona.schemas.transports.ftp.context.ClientNamingPolicyType.
com.iona.schemas.transports.ftp.context.ClientNamingPolicyType.
ClientNamingPolicyType() - Constructor for class com.iona.schemas.transports.ftp.context.ClientNamingPolicyType
 
ClientTransport - interface com.iona.jbus.ClientTransport.
Interface for implementing ClientTransport.
ClientType - class com.iona.schemas.transports.http.configuration.context.ClientType.
com.iona.schemas.transports.http.configuration.context.ClientType.
ClientType() - Constructor for class com.iona.schemas.transports.http.configuration.context.ClientType
 
Configuration - class com.iona.jbus.Configuration.
This class provides access to the variables contained within the Artix configuration scope used to initialize the current Bus.
Configuration() - Constructor for class com.iona.jbus.Configuration
Create a new configuration.
ConnectModeType - class com.iona.schemas.transports.ftp.context.ConnectModeType.
com.iona.schemas.transports.ftp.context.ConnectModeType.
ConnectModeType(String) - Constructor for class com.iona.schemas.transports.ftp.context.ConnectModeType
Constructs a new enumeration with specified value.
Connection - interface com.iona.connector.Connection.
Interface implemented by the Web service client proxy returned by ArtixConnectionFactory.
ConnectionPolicyType - class com.iona.schemas.transports.ftp.context.ConnectionPolicyType.
com.iona.schemas.transports.ftp.context.ConnectionPolicyType.
ConnectionPolicyType() - Constructor for class com.iona.schemas.transports.ftp.context.ConnectionPolicyType
 
ContextConstants - class com.iona.jbus.ContextConstants.
This class defines the constants that are used to access context related information.
ContextConstants() - Constructor for class com.iona.jbus.ContextConstants
 
ContextContainer - class com.iona.jbus.ContextContainer.
Class that manages collections of contexts.
ContextContainer() - Constructor for class com.iona.jbus.ContextContainer
Constructs a new ContextContainer.
ContextException - exception com.iona.jbus.ContextException.
Signals that an exception has occurred while manipulating a context.
ContextException(String) - Constructor for class com.iona.jbus.ContextException
Constructs a ContextException with the specified message.
ContextException(Throwable) - Constructor for class com.iona.jbus.ContextException
Constructs a ContextException with the specified cause.
ContextRegistry - class com.iona.jbus.ContextRegistry.
Class that maintains a collection of built-in and application specific contexts.
ContextRegistry() - Constructor for class com.iona.jbus.ContextRegistry
Constructs a new ContextRegistry.
ContextType - class com.iona.jbus.ContextType.
This class contains information regarding the type of context to be registered.
ContextType() - Constructor for class com.iona.jbus.ContextType
 
CorbaTypeFactory - class com.iona.schemas.bindings.corba.contexts.CorbaTypeFactory.
CorbaTypeFactory.
CorbaTypeFactory() - Constructor for class com.iona.schemas.bindings.corba.contexts.CorbaTypeFactory
Constructs a new CorbaTypeFactory.
CorbaTypeFactory(String) - Constructor for class com.iona.schemas.bindings.corba.contexts.CorbaTypeFactory
Constructs a new CorbaTypeFactory.
CorrelationStyleType - class com.iona.schemas.transports.mq.context.CorrelationStyleType.
com.iona.schemas.transports.mq.context.CorrelationStyleType.
CorrelationStyleType(String) - Constructor for class com.iona.schemas.transports.mq.context.CorrelationStyleType
Constructs a new enumeration with specified value.
CredentialsType - class com.iona.schemas.transports.ftp.context.CredentialsType.
com.iona.schemas.transports.ftp.context.CredentialsType.
CredentialsType() - Constructor for class com.iona.schemas.transports.ftp.context.CredentialsType
 
clear() - Method in class com.iona.jbus.db.collection.PersistentContainer
Removes all mappings or elements from this map or collection (optional operation).
close() - Method in interface com.iona.connector.Connection
close the connection handle.
close() - Method in class com.iona.jbus.db.DatabaseManager
Closes the manager and cleans all the Database resources.
close() - Method in class com.iona.jbus.db.collection.PersistentContainer
Closes the database and all associated resources.
closeIterator(Iterator) - Static method in class com.iona.jbus.db.DatabaseManager
Closes the given iterator using DatabaseManager.close() if it is a Database Iterator.
coa - Static variable in class com.iona.schemas.transports.mq.context.ReportOptionType
enum type coa.
cod - Static variable in class com.iona.schemas.transports.mq.context.ReportOptionType
enum type cod.
com.iona.connector - package com.iona.connector
Provides interfaces for accessing Web services using the Java Connector Architecture in conjunction with a J2EE application server.
com.iona.jbus - package com.iona.jbus
 
com.iona.jbus.db - package com.iona.jbus.db
 
com.iona.jbus.db.collection - package com.iona.jbus.db.collection
 
com.iona.jbus.jaxrpc.handler - package com.iona.jbus.jaxrpc.handler
 
com.iona.jbus.management - package com.iona.jbus.management
 
com.iona.jbus.servants - package com.iona.jbus.servants
 
com.iona.jbus.transaction - package com.iona.jbus.transaction
 
com.iona.jbus.util - package com.iona.jbus.util
 
com.iona.schemas.bindings.corba.contexts - package com.iona.schemas.bindings.corba.contexts
 
com.iona.schemas.bus.i18n.context - package com.iona.schemas.bus.i18n.context
 
com.iona.schemas.bus.security_context - package com.iona.schemas.bus.security_context
 
com.iona.schemas.references - package com.iona.schemas.references
 
com.iona.schemas.soap.attachments - package com.iona.schemas.soap.attachments
 
com.iona.schemas.transports.ftp.context - package com.iona.schemas.transports.ftp.context
 
com.iona.schemas.transports.http.configuration.context - package com.iona.schemas.transports.http.configuration.context
 
com.iona.schemas.transports.jms.context - package com.iona.schemas.transports.jms.context
 
com.iona.schemas.transports.mq.context - package com.iona.schemas.transports.mq.context
 
com.iona.schemas.transports.tibrv.context - package com.iona.schemas.transports.tibrv.context
 
com.iona.webservices.reflect.types - package com.iona.webservices.reflect.types
 
commit() - Method in interface com.iona.jbus.transaction.TransactionParticipant
An event informing the participant that it should commit its state.
commitInitiated(TransactionIdentifier) - Method in interface com.iona.jbus.transaction.TransactionNotificationHandler
An event informing the participant that a commit has been initiated.
commitOnePhase() - Method in interface com.iona.jbus.transaction.TransactionParticipant
An event informing the participant that it should commit its state.
commitTransaction(boolean) - Method in interface com.iona.jbus.transaction.TransactionManager
Marks the successful end of a transactional unit of work.
commitTransaction(boolean) - Method in interface com.iona.jbus.transaction.TransactionSystem
Marks the successful end of a transactional unit of work.
committed() - Method in interface com.iona.jbus.transaction.TransactionNotificationHandler
An event informing the handler that the transaction completed successfully.
connect() - Method in interface com.iona.jbus.ClientTransport
When the transport is defined as MULTI_INSTANCE, this method is called once and is expected to handle any connection semantics associated with the transport.
contains(Object) - Method in class com.iona.jbus.db.collection.PersistentList
Returns true if this list contains the specified element.
containsAll(Collection) - Method in class com.iona.jbus.db.collection.PersistentList
Determines whether all members of the Collection are contained within the list.
containsContext(QName) - Method in class com.iona.jbus.ContextContainer
Returns the context for the specified context name.
containsKey(Object) - Method in class com.iona.jbus.db.collection.PersistentMap
Returns true if this map contains the specified key.
containsValue(Object) - Method in class com.iona.jbus.db.collection.PersistentMap
Returns true if this map contains the specified value.
createBusPlugIn(Bus) - Method in interface com.iona.jbus.BusPlugInFactory
Creates a plugin that is associated a particular Bus.
createCall(URL, QName, QName, String) - Method in class com.iona.jbus.Bus
Creates a Call instance.
createClient(URL, QName, String, Class) - Method in class com.iona.jbus.Bus
Creates a client proxy based on the given WSDL information.
createClient(URL, QName, Class) - Method in class com.iona.jbus.Bus
Creates a client proxy based on the given WSDL information.
createClient(QName, Class) - Method in class com.iona.jbus.Bus
Creates a client proxy to the passed service.
createClient(Reference, Class) - Method in class com.iona.jbus.Bus
Creates a client proxy based on the given Artix reference.
createClient(EndpointReferenceType, Class) - Method in class com.iona.jbus.Bus
Creates a client proxy based on the WSAddressing endpoint reference.
createClient(Reference, String, Class) - Method in class com.iona.jbus.Bus
Creates a client proxy based on the given Artix reference.
createClient(EndpointReferenceType, String, Class) - Method in class com.iona.jbus.Bus
Creates a client proxy based on the given WSAddressing endpoint reference.
createClientTransport() - Method in interface com.iona.jbus.TransportFactory
Factory method for creating a ClientTransport object.
createEndpointReference(QName) - Method in class com.iona.jbus.Bus
Creates a EndpointReferenceType object that refers to the specified service.
createModifiableObject() - Method in class com.iona.schemas.bindings.corba.contexts.CORBAAttributesTypeHandler
 
createModifiableObject() - Method in class com.iona.schemas.transports.jms.context.JMSConnectionSecurityInfoTypeHandler
 
createModifiableObject() - Method in class com.iona.schemas.transports.jms.context.JMSPropertyTypeHandler
 
createReference(QName) - Method in class com.iona.jbus.Bus
Creates a Reference object that refers to the specified service.
createServerTransport() - Method in interface com.iona.jbus.TransportFactory
Factory method for creating a ServerTransport.
createService(URL, QName) - Method in class com.iona.jbus.JBusServiceFactory
 
createService(QName) - Method in class com.iona.jbus.JBusServiceFactory
Currently UnSupported.

D

DBL_MAX - Static variable in class com.iona.jbus.Limits
Constant for Platform specific maximum Double value.
DBL_MIN - Static variable in class com.iona.jbus.Limits
Constant for Platform specific minimum Double value.
DEFAULT_TRANSACTION_TYPE - Static variable in interface com.iona.jbus.transaction.TransactionSystem
String constants for supported transaction manager types: default_tx_provider.
DataHandler - interface com.iona.jbus.db.collection.DataHandler.
The interface implemented by all data-to-object bindings.
DatabaseConfig - interface com.iona.jbus.db.DatabaseConfig.
The interface implemented by database configuration objects.
DatabaseException - exception com.iona.jbus.db.DatabaseException.
Signals that a Database exception of some sort has occured.
DatabaseException() - Constructor for class com.iona.jbus.db.DatabaseException
Constructs a DatabaseException with null as the detail message.
DatabaseException(String) - Constructor for class com.iona.jbus.db.DatabaseException
Constructs a DatabaseException with the specified message.
DatabaseException(Throwable) - Constructor for class com.iona.jbus.db.DatabaseException
Constructs a DatabaseException with the specified cause.
DatabaseException(String, Throwable) - Constructor for class com.iona.jbus.db.DatabaseException
Constructs a DatabaseException with the specified message and cause.
DatabaseManager - class com.iona.jbus.db.DatabaseManager.
This object initializes & manages the database environment.
DatabaseManager(Bus) - Constructor for class com.iona.jbus.db.DatabaseManager
Constructor - initializes the Database Manager with Configuration, initializes the backend database environment, Sets up the replication manager etc.
DefaultConnectionPolicyType - class com.iona.schemas.transports.ftp.context.DefaultConnectionPolicyType.
com.iona.schemas.transports.ftp.context.DefaultConnectionPolicyType.
DefaultConnectionPolicyType() - Constructor for class com.iona.schemas.transports.ftp.context.DefaultConnectionPolicyType
 
DeliveryType - class com.iona.schemas.transports.mq.context.DeliveryType.
com.iona.schemas.transports.mq.context.DeliveryType.
DeliveryType(String) - Constructor for class com.iona.schemas.transports.mq.context.DeliveryType
Constructs a new enumeration with specified value.
DispatchLocals - class com.iona.jbus.DispatchLocals.
Helper class to get the current Bus and MessageContext objects local to a thread.
dataToObject(byte[]) - Method in interface com.iona.jbus.db.collection.DataHandler
Converts a data buffer into an Object.
dataToObject(byte[]) - Method in class com.iona.jbus.db.collection.XMLDataHandler
Converts a data buffer into an Object.
deactivate() - Method in interface com.iona.jbus.ServerTransport
Called once per ServerTransport instance to allow for stopping of the transport listener followed by completion of any pending requests.
deactivateService(QName) - Method in interface com.iona.jbus.ServiceActivator
The method to deactivate a servant.
deregisterEntry(String) - Method in interface com.iona.jbus.BusRegistry
Removes an entry from the bus registry.
deregisterHandlerFactory(HandlerFactory) - Method in class com.iona.jbus.Bus
Deregister HandlerFactory.
deregisterServiceActivator(QName) - Method in class com.iona.jbus.Bus
De-registers a ServiceActivator from the ServiceActivatorRegistry.
deregisterTransportFactory(String) - Method in class com.iona.jbus.Bus
Unregister a TransportFactory.
destroy() - Method in interface com.iona.jbus.WorkItem
Cleanup method called after execute completes.
destroyBusPlugIn(BusPlugIn) - Method in interface com.iona.jbus.BusPlugInFactory
The BusPlugInFactory is resposible for destroying plugin and freeing associated resources.
destroyClientTransport(ClientTransport) - Method in interface com.iona.jbus.TransportFactory
Called when the ClientTransport is no longer needed.
destroyServerTransport(ServerTransport) - Method in interface com.iona.jbus.TransportFactory
Called when the ServerTransport is no longer needed.
detachThread() - Method in interface com.iona.jbus.transaction.TransactionManager
Break the association between the calling thread and its current transaction.
discard - Static variable in class com.iona.schemas.transports.mq.context.ReportOptionType
enum type discard.
disconnect() - Method in interface com.iona.jbus.ClientTransport
When the transport is defined as MULTI_INSTANCE, this method is called once and is expected to handle any disconnect semantics associated with the transport.
dispatch(InputStream, MessageContext) - Method in interface com.iona.jbus.TransportCallback
Used to dispatch a message from the ServerTransport to an Artix servant.

E

EJBServant - class com.iona.jbus.servants.EJBServant.
This servant is used to dispatch invocations to an EJB.
EJBServant(String, Bus, String, Properties) - Constructor for class com.iona.jbus.servants.EJBServant
Constructor for creating an EJBServant.
EJBServant(String, Bus, String) - Constructor for class com.iona.jbus.servants.EJBServant
Constructor for creating an EJBServant.
ELEMENT - Static variable in class com.iona.jbus.ContextType
Indicates that the context type registered is an element.
ENCODED_TOKEN - Static variable in class com.iona.schemas.bus.security_context.BusSecurityType
enum type ENCODED_TOKEN.
enlist(TransactionParticipant, boolean) - Method in interface com.iona.jbus.transaction.TransactionManager
Enlist a participant in the transaction associated with the current thread.
enlistForNotification(TransactionNotificationHandler) - Method in interface com.iona.jbus.transaction.TransactionManager
Enlist a participant for notification events.
enlistXAResource(XAResource, String) - Method in interface com.iona.jbus.transaction.TransactionSystem
Register an XA resource with Artix.
enqueue(WorkItem, long) - Method in interface com.iona.jbus.WorkQueue
Used to enqueue WorkItem elements for asynchronous processing.
enqueueImmediate(WorkItem) - Method in interface com.iona.jbus.WorkQueue
Used to enqueue WorkItem elements for asynchronous processing.
entrySet() - Method in class com.iona.jbus.db.collection.PersistentMap
Returns a set view of the mappings contained in this map.
eprFromXML(String) - Static method in class com.iona.jbus.util.XMLUtils
Converts XML into a WS-Addressing epr reference object.
eprToXML(Object) - Static method in class com.iona.jbus.util.XMLUtils
Converts a WS-Addressing epr reference object into XML.
equals(Object) - Method in class com.iona.jbus.transaction.VoteOutcome
equals.
exception - Static variable in class com.iona.schemas.transports.mq.context.ReportOptionType
enum type exception.
execute() - Method in interface com.iona.jbus.WorkItem
Called when a WorkItem is processed by WorkQueue.
expiration - Static variable in class com.iona.schemas.transports.mq.context.ReportOptionType
enum type expiration.

F

FLT_MAX - Static variable in class com.iona.jbus.Limits
Constant for Platform specific maximum Float value.
FLT_MIN - Static variable in class com.iona.jbus.Limits
Constant for Platform specific minimum Float value.
FTP_CLIENT_NAMING_POLICY - Static variable in class com.iona.jbus.ContextConstants
Context name for Artix FTP Client naming policy.
FTP_CLIENT_NAMING_POLICY_TYPE - Static variable in class com.iona.jbus.ContextConstants
Context type name for Artix FTP Client naming policy.
FTP_CONNECTION_POLICY - Static variable in class com.iona.jbus.ContextConstants
Context name for Artix FTP Client/Server connection policy.
FTP_CONNECTION_POLICY_TYPE - Static variable in class com.iona.jbus.ContextConstants
Context type name for Artix FTP Client/Server connection policy.
FTP_CREDENTIALS - Static variable in class com.iona.jbus.ContextConstants
Context name name for Artix FTP Client/Server credentials.
FTP_CREDENTIALS_TYPE - Static variable in class com.iona.jbus.ContextConstants
Context type name for Artix FTP Client/Server credentials.
FTP_SERVER_NAMING_POLICY - Static variable in class com.iona.jbus.ContextConstants
Context name name for Artix FTP Server naming policy.
FTP_SERVER_NAMING_POLICY_TYPE - Static variable in class com.iona.jbus.ContextConstants
Context type name for Artix FTP Server naming policy.
FaultCategory - class com.iona.jbus.FaultCategory.
Captures the category of FaultException.
FaultCompletionStatus - class com.iona.jbus.FaultCompletionStatus.
Captures the completion status of a FaultException.
FaultException - exception com.iona.jbus.FaultException.
Signals that a bus fault exception has occured.
FaultException(String) - Constructor for class com.iona.jbus.FaultException
Constructs a FaultException with the specified detail message.
FaultSource - class com.iona.jbus.FaultSource.
Captures the source of a FaultException.
FormatType - class com.iona.schemas.transports.mq.context.FormatType.
com.iona.schemas.transports.mq.context.FormatType.
FormatType(String) - Constructor for class com.iona.schemas.transports.mq.context.FormatType
Constructs a new enumeration with specified value.
FtpContextTypeFactory - class com.iona.schemas.transports.ftp.context.FtpContextTypeFactory.
FtpContextTypeFactory.
FtpContextTypeFactory() - Constructor for class com.iona.schemas.transports.ftp.context.FtpContextTypeFactory
Constructs a new FtpContextTypeFactory.
FtpContextTypeFactory(String) - Constructor for class com.iona.schemas.transports.ftp.context.FtpContextTypeFactory
Constructs a new FtpContextTypeFactory.
flushEvents() - Method in interface com.iona.jbus.BusEventCache
Flushes the cache of all the BusEvent.
flushEvents(String) - Method in interface com.iona.jbus.BusEventCache
Flushes the BusEvent from the cache matching the event id.
flushEvents(Class) - Method in interface com.iona.jbus.BusEventCache
Flushes the BusEvent from the cache matching the event class.
fromInt(int) - Static method in class com.iona.jbus.FaultCategory
Obtain the Category type corresponding to an int value.
fromInt(int) - Static method in class com.iona.jbus.FaultCompletionStatus
Obtain the FaultCompletionStatus type corresponding to an int value.
fromInt(int) - Static method in class com.iona.jbus.FaultSource
Obtain the FaultSource type corresponding to an int value.
fromString(String) - Static method in class com.iona.jbus.transaction.VoteOutcome
Constructs an enumeration from String.
fromString(String) - Static method in class com.iona.schemas.bus.security_context.BusSecurityLevel
Constructs an enumeration from String.
fromString(String) - Static method in class com.iona.schemas.bus.security_context.BusSecurityType
Constructs an enumeration from String.
fromString(String) - Static method in class com.iona.schemas.transports.ftp.context.ConnectModeType
Constructs an enumeration from String.
fromString(String) - Static method in class com.iona.schemas.transports.mq.context.AccessModeType
Constructs an enumeration from String.
fromString(String) - Static method in class com.iona.schemas.transports.mq.context.CorrelationStyleType
Constructs an enumeration from String.
fromString(String) - Static method in class com.iona.schemas.transports.mq.context.DeliveryType
Constructs an enumeration from String.
fromString(String) - Static method in class com.iona.schemas.transports.mq.context.FormatType
Constructs an enumeration from String.
fromString(String) - Static method in class com.iona.schemas.transports.mq.context.ReportOptionType
Constructs an enumeration from String.
fromString(String) - Static method in class com.iona.schemas.transports.mq.context.TransactionType
Constructs an enumeration from String.
fromString(String) - Static method in class com.iona.schemas.transports.mq.context.UsageStyleType
Constructs an enumeration from String.
fromValue(String) - Static method in class com.iona.schemas.bus.security_context.BusSecurityLevel
Constructs an enumeration from specified value.
fromValue(String) - Static method in class com.iona.schemas.bus.security_context.BusSecurityType
Constructs an enumeration from specified value.
fromValue(String) - Static method in class com.iona.schemas.transports.ftp.context.ConnectModeType
Constructs an enumeration from specified value.
fromValue(String) - Static method in class com.iona.schemas.transports.mq.context.AccessModeType
Constructs an enumeration from specified value.
fromValue(String) - Static method in class com.iona.schemas.transports.mq.context.CorrelationStyleType
Constructs an enumeration from specified value.
fromValue(String) - Static method in class com.iona.schemas.transports.mq.context.DeliveryType
Constructs an enumeration from specified value.
fromValue(String) - Static method in class com.iona.schemas.transports.mq.context.FormatType
Constructs an enumeration from specified value.
fromValue(String) - Static method in class com.iona.schemas.transports.mq.context.ReportOptionType
Constructs an enumeration from specified value.
fromValue(String) - Static method in class com.iona.schemas.transports.mq.context.TransactionType
Constructs an enumeration from specified value.
fromValue(String) - Static method in class com.iona.schemas.transports.mq.context.UsageStyleType
Constructs an enumeration from specified value.
fromXML(String, QName, Class, String) - Static method in class com.iona.jbus.util.XMLUtils
Converts XML into an object.
fromXML(String, QName, QName, Class, Model, SchemaTypeFactory) - Static method in class com.iona.jbus.util.XMLUtils
Converts XML into an object.
fromXML(String, QName, QName, Class, String) - Static method in class com.iona.jbus.util.XMLUtils
Converts XML into an object.

G

GenericHandler - class com.iona.jbus.jaxrpc.handler.GenericHandler.
The GenericHandler class is a convenience class that makes implementing JAX-RPC generic Handlers easy.
GenericHandler() - Constructor for class com.iona.jbus.jaxrpc.handler.GenericHandler
 
GenericHandlerFactory - class com.iona.jbus.GenericHandlerFactory.
Contains the base implementation of the handler factory.
GenericHandlerFactory() - Constructor for class com.iona.jbus.GenericHandlerFactory
Constructs a GenericHandlerFactory object.
GenericHandlerFactory(String) - Constructor for class com.iona.jbus.GenericHandlerFactory
Constructs a GenericHandlerFactory object with a specified name.
get(int) - Method in class com.iona.jbus.db.collection.PersistentList
Returns the element at the specified position in this list.
get(Object) - Method in class com.iona.jbus.db.collection.PersistentMap
Returns the value to which this map maps the specified key.
getAccept() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
getAccept.
getAccept() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getAccept.
getAcceptEncoding() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
getAcceptEncoding.
getAcceptEncoding() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getAcceptEncoding.
getAcceptLanguage() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
getAcceptLanguage.
getAcceptLanguage() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getAcceptLanguage.
getAccessMode() - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
getAccessMode.
getAccessMode() - Method in class com.iona.schemas.transports.mq.context.MqClientType
getAccessMode.
getAccessMode() - Method in class com.iona.schemas.transports.mq.context.MqServerType
getAccessMode.
getAccountingToken() - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
getAccountingToken.
getAccountingToken() - Method in class com.iona.schemas.transports.mq.context.MQMessageAttributesType
getAccountingToken.
getAccountingToken() - Method in class com.iona.schemas.transports.mq.context.MqClientType
getAccountingToken.
getAccountingToken() - Method in class com.iona.schemas.transports.mq.context.MqServerType
getAccountingToken.
getAdditionalKeyValues() - Method in interface com.iona.jbus.management.ObjectNameSupport
Returns additional key/value pairs associated with the custom ObjectName.
getAliasForQName(QName) - Method in class com.iona.jbus.Configuration
Returns alias value used in configuration in lieu of a QName.
getAliasQueueName() - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
getAliasQueueName.
getAliasQueueName() - Method in class com.iona.schemas.transports.mq.context.MQConnectionAttributesType
getAliasQueueName.
getAliasQueueName() - Method in class com.iona.schemas.transports.mq.context.MqClientType
getAliasQueueName.
getApplicationData() - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
getApplicationData.
getApplicationData() - Method in class com.iona.schemas.transports.mq.context.MQMessageAttributesType
getApplicationData.
getApplicationData() - Method in class com.iona.schemas.transports.mq.context.MqClientType
getApplicationData.
getApplicationData() - Method in class com.iona.schemas.transports.mq.context.MqServerType
getApplicationData.
getApplicationIdData() - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
getApplicationIdData.
getApplicationIdData() - Method in class com.iona.schemas.transports.mq.context.MQMessageAttributesType
getApplicationIdData.
getApplicationIdData() - Method in class com.iona.schemas.transports.mq.context.MqClientType
getApplicationIdData.
getApplicationIdData() - Method in class com.iona.schemas.transports.mq.context.MqServerType
getApplicationIdData.
getApplicationOriginData() - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
getApplicationOriginData.
getApplicationOriginData() - Method in class com.iona.schemas.transports.mq.context.MQMessageAttributesType
getApplicationOriginData.
getApplicationOriginData() - Method in class com.iona.schemas.transports.mq.context.MqClientType
getApplicationOriginData.
getApplicationOriginData() - Method in class com.iona.schemas.transports.mq.context.MqServerType
getApplicationOriginData.
getAttachment_part_info() - Method in class com.iona.schemas.soap.attachments.SOAPAttachmentPartInfoArray
getAttachment_part_info.
getAttribute(String, String, Class) - Method in interface com.iona.jbus.management.ManagedComponentRegistry
 
getAuthenticationCacheSize() - Method in class com.iona.schemas.bus.security_context.BusSecurity
getAuthenticationCacheSize.
getAuthenticationCacheTimeout() - Method in class com.iona.schemas.bus.security_context.BusSecurity
getAuthenticationCacheTimeout.
getAuthorization() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
getAuthorization.
getAuthorization() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getAuthorization.
getAuthorizationRealm() - Method in class com.iona.schemas.bus.security_context.BusSecurity
getAuthorizationRealm.
getAuthorizationType() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
getAuthorizationType.
getAuthorizationType() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getAuthorizationType.
getBackoutCount() - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
getBackoutCount.
getBackoutCount() - Method in class com.iona.schemas.transports.mq.context.MQMessageAttributesType
getBackoutCount.
getBinding() - Method in class com.iona.schemas.references.ReferencePort
getBinding.
getBoolean() - Method in class com.iona.webservices.reflect.types.AnyType
Convenient method of getType(QName) for xs:boolean.
getBrowserType() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
getBrowserType.
getBrowserType() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getBrowserType.
getBus() - Method in interface com.iona.connector.ArtixConnectionFactory
Returns the underlying Bus for this connection factory.
getBus() - Method in class com.iona.jbus.BusPlugIn
Get the Bus used by this plugin.
getBus() - Method in class com.iona.jbus.Servant
The Bus ultimately used to register the Servant.
getBus() - Method in class com.iona.jbus.db.DatabaseManager
Returns the Bus used in creating the DatabaseManager.
getByte() - Method in class com.iona.webservices.reflect.types.AnyType
Convenient method of getType(QName) for xs:byte.
getCacheControl() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
getCacheControl.
getCacheControl() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getCacheControl.
getCalls(URL, QName, QName) - Method in class com.iona.jbus.Bus
Gets an array of preconfigured Call objects for invoking operations on the specified port.
getCategory() - Method in class com.iona.jbus.FaultException
get the FaultCategory for this FaultException.
getCertificateIssuer() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getCertificateIssuer.
getCertificateKeySize() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getCertificateKeySize.
getCertificateNotAfter() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getCertificateNotAfter.
getCertificateNotBefore() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getCertificateNotBefore.
getCertificateSubject() - Method in class com.iona.schemas.bus.security_context.BusSecurity
getCertificateSubject.
getCertificateSubject() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getCertificateSubject.
getCheckpointPeriod() - Method in interface com.iona.jbus.db.DatabaseConfig
Returns the configured checkpoint period.
getClientCertificate() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
getClientCertificate.
getClientCertificateChain() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
getClientCertificateChain.
getClientMessageHandler(HandlerInfo) - Method in class com.iona.jbus.GenericHandlerFactory
This method is called to create a Client Message Handler.
getClientMessageHandler(HandlerInfo) - Method in interface com.iona.jbus.HandlerFactory
This method is called to create a Client Message Handler.
getClientPrivateKey() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
getClientPrivateKey.
getClientPrivateKeyPassword() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
getClientPrivateKeyPassword.
getClientRequestHandler(HandlerInfo) - Method in class com.iona.jbus.GenericHandlerFactory
This method is called to create a Client Request Handler.
getClientRequestHandler(HandlerInfo) - Method in interface com.iona.jbus.HandlerFactory
This method is called to create a Client Request Handler.
getClientThreadingModel() - Method in interface com.iona.jbus.TransportFactory
Threading model for the ClientTransport.
getClientWsdlExtensionElementNames() - Method in interface com.iona.jbus.TransportFactory
Returns a list of the wsdl extension element names (local part only) written back into generated wsdl or references.
getCompletionStatus() - Method in class com.iona.jbus.FaultException
get the FaultCompletionStatus for this FaultException.
getComponentInfo(String) - Method in interface com.iona.jbus.management.ManagedComponentRegistry
 
getConfiguration() - Method in class com.iona.jbus.Bus
Provides access to configuration information for the given Artix scope used to initialize the Bus.
getConfiguration() - Method in class com.iona.jbus.db.DatabaseManager
Returns the Database Configuration associated with this Manager.
getConfigurationContext(QName, String, boolean) - Method in class com.iona.jbus.ContextRegistry
Get configuration context.
getConnectMode() - Method in class com.iona.schemas.transports.ftp.context.ConnectionPolicyType
getConnectMode.
getConnectMode() - Method in class com.iona.schemas.transports.ftp.context.DefaultConnectionPolicyType
getConnectMode.
getConnectTimeout() - Method in class com.iona.schemas.transports.ftp.context.ConnectionPolicyType
getConnectTimeout.
getConnectTimeout() - Method in class com.iona.schemas.transports.ftp.context.DefaultConnectionPolicyType
getConnectTimeout.
getConnection(Class, URL, QName, QName) - Method in interface com.iona.connector.ArtixConnectionFactory
Creates a client proxy based on the given WSDL information.
getConnection(Class, URL, QName) - Method in interface com.iona.connector.ArtixConnectionFactory
Creates a client proxy based on the given WSDL information.
getConnection(Class, QName, QName) - Method in interface com.iona.connector.ArtixConnectionFactory
Creates a client proxy based on the given WSDL information.
getConnection(Class, QName) - Method in interface com.iona.connector.ArtixConnectionFactory
Creates a client proxy based on the given WSDL information.
getConnection() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
getConnection.
getConnection() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getConnection.
getConnectionCreationTimeout() - Method in interface com.iona.jbus.db.DatabaseConfig
Returns the timeout configured for connection creation.
getConnectionName() - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
getConnectionName.
getConnectionName() - Method in class com.iona.schemas.transports.mq.context.MQConnectionAttributesType
getConnectionName.
getConnectionName() - Method in class com.iona.schemas.transports.mq.context.MqClientType
getConnectionName.
getConnectionName() - Method in class com.iona.schemas.transports.mq.context.MqServerType
getConnectionName.
getContentEncoding() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
getContentEncoding.
getContentEncoding() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getContentEncoding.
getContentLanguage() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
getContentLanguage.
getContentLanguage() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getContentLanguage.
getContentLocation() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
getContentLocation.
getContentLocation() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getContentLocation.
getContentType() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
getContentType.
getContentType() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getContentType.
getContent_encoding() - Method in class com.iona.schemas.soap.attachments.SOAPAttachmentPartInfo
getContent_encoding.
getContent_id() - Method in class com.iona.schemas.soap.attachments.SOAPAttachmentPartInfo
getContent_id.
getContent_type() - Method in class com.iona.schemas.soap.attachments.SOAPAttachmentPartInfo
getContent_type.
getContext(QName, boolean) - Method in class com.iona.jbus.ContextContainer
Returns the context for the specified context name.
getContextProperties(String, String) - Method in class com.iona.jbus.servants.EJBServant
Get properties for InitialContext.
getContextRegistry() - Method in class com.iona.jbus.Bus
Provides access to the ContextRegistry associated with the Bus.
getCookie() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
getCookie.
getCookie() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getCookie.
getCorrelationID() - Method in interface com.iona.jbus.IonaMessageContext
Gives access to the ID used to correlate the message received by send() on the ServerTransport to the message dispatched to the TransportCallBack.
getCorrelationID() - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
getCorrelationID.
getCorrelationID() - Method in class com.iona.schemas.transports.mq.context.MQMessageAttributesType
getCorrelationID.
getCorrelationID() - Method in class com.iona.schemas.transports.mq.context.MqClientType
getCorrelationID.
getCorrelationID() - Method in class com.iona.schemas.transports.mq.context.MqServerType
getCorrelationID.
getCorrelationStyle() - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
getCorrelationStyle.
getCorrelationStyle() - Method in class com.iona.schemas.transports.mq.context.MQMessageAttributesType
getCorrelationStyle.
getCorrelationStyle() - Method in class com.iona.schemas.transports.mq.context.MqClientType
getCorrelationStyle.
getCorrelationStyle() - Method in class com.iona.schemas.transports.mq.context.MqServerType
getCorrelationStyle.
getCurrent() - Method in class com.iona.jbus.ContextRegistry
Obtain a reference to the current message context.
getCurrentBus() - Static method in class com.iona.jbus.DispatchLocals
Gets the current Bus object from the current thread.
getCurrentContext() - Method in interface com.iona.jbus.TransportCallback
A factory method for obtaining contexts that will be supplied with a call to dispatch.
getCurrentMessageContext() - Static method in class com.iona.jbus.DispatchLocals
Gets the current message context object from the current thread.
getDatabaseOpenRetryAttempts() - Method in interface com.iona.jbus.db.DatabaseConfig
Returns the number of retry attempts to be made to open the database.
getDecimal() - Method in class com.iona.webservices.reflect.types.AnyType
Convenient method of getType(QName) for xs:decimal.
getDefaultPassword() - Method in class com.iona.schemas.bus.security_context.BusSecurity
getDefaultPassword.
getDelivery() - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
getDelivery.
getDelivery() - Method in class com.iona.schemas.transports.mq.context.MQMessageAttributesType
getDelivery.
getDelivery() - Method in class com.iona.schemas.transports.mq.context.MqClientType
getDelivery.
getDelivery() - Method in class com.iona.schemas.transports.mq.context.MqServerType
getDelivery.
getDomainName() - Method in interface com.iona.jbus.management.ObjectNameSupport
Returns the domain name of the ObjectName.
getDouble() - Method in class com.iona.webservices.reflect.types.AnyType
Convenient method of getType(QName) for xs:double.
getEJBHome(Context, String) - Method in class com.iona.jbus.servants.EJBServant
Looksup EJBHome in the context based on the JNDI name.
getETag() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
getETag.
getETag() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getETag.
getElectionTimeout() - Method in interface com.iona.jbus.db.DatabaseConfig
Returns the timeout configured for database election.
getEncoded_token() - Method in class com.iona.schemas.bus.security_context.BusSecurity
getEncoded_token.
getEndpointReferenceWithId(QName, String) - Method in class com.iona.jbus.Bus
Registers a new addressing context for the default servant to support.
getEndpointReferenceWithId(QName, String, String) - Method in class com.iona.jbus.Bus
Registers a new addressing context for the specified port for the default servant to support.
getEntry(String) - Method in interface com.iona.jbus.BusRegistry
Gets an entry from the bus registry.
getEnvHome() - Method in interface com.iona.jbus.db.DatabaseConfig
Returns the home directory for the configured database environment.
getEnvName() - Method in interface com.iona.jbus.db.DatabaseConfig
Returns the name of the configured database environment.
getErrorFileName() - Method in interface com.iona.jbus.db.DatabaseConfig
Returns the name of the error file.
getEventCache() - Method in class com.iona.jbus.Bus
Provides access to BusEventCache associated with the Bus.
getEvents() - Method in interface com.iona.jbus.BusEventCache
Returns all the bus events.
getEvents(String) - Method in interface com.iona.jbus.BusEventCache
Returns all the bus events matching the event id.
getExpires() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
getExpires.
getExpires() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getExpires.
getFaultCode() - Method in class com.iona.jbus.FaultException
get the FaultCode for this FaultException.
getFaultNamespaceURI() - Method in class com.iona.jbus.FaultException
get the fault namespace URI for this FaultException.
getFilenameFactory() - Method in class com.iona.schemas.transports.ftp.context.ClientNamingPolicyType
getFilenameFactory.
getFilenameFactory() - Method in class com.iona.schemas.transports.ftp.context.ServerNamingPolicyType
getFilenameFactory.
getFloat() - Method in class com.iona.webservices.reflect.types.AnyType
Convenient method of getType(QName) for xs:float.
getFoo() - Method in class com.iona.schemas.transports.tibrv.context.TibrvType
getFoo.
getFormat() - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
getFormat.
getFormat() - Method in class com.iona.schemas.transports.mq.context.MQMessageAttributesType
getFormat.
getFormat() - Method in class com.iona.schemas.transports.mq.context.MqClientType
getFormat.
getFormat() - Method in class com.iona.schemas.transports.mq.context.MqServerType
getFormat.
getHTTPReply() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
getHTTPReply.
getHTTPReply() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getHTTPReply.
getHTTPReplyCode() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
getHTTPReplyCode.
getHTTPReplyCode() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getHTTPReplyCode.
getHTTPVersion() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getHTTPVersion.
getHeaders() - Method in class com.iona.jbus.jaxrpc.handler.GenericHandler
Gets the header blocks processed by this Handler instance.
getHost() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
getHost.
getHost() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getHost.
getID() - Method in class com.iona.jbus.BusEvent
Returns the unique event id for this particular bus event.
getIfModifiedSince() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getIfModifiedSince.
getInboundCodeSet() - Method in class com.iona.schemas.bus.i18n.context.ClientConfiguration
getInboundCodeSet.
getInboundCodeSet() - Method in class com.iona.schemas.bus.i18n.context.ServerConfiguration
getInboundCodeSet.
getInitialContext(Properties) - Method in class com.iona.jbus.servants.EJBServant
Creates a new Initial Context with the specified properties.
getInputStream() - Method in interface com.iona.jbus.StreamMessageContext
Provides access to InputStream from the context.
getInstrumentation() - Method in interface com.iona.jbus.management.ManagedComponent
Returns an instrumented object that contains all the meta-data needed to build an MBean.
getInt() - Method in class com.iona.webservices.reflect.types.AnyType
Convenient method of getType(QName) for xs:int.
getInterDatabaseOpenSleepPeriod() - Method in interface com.iona.jbus.db.DatabaseConfig
Returns the sleep period configured for inter-database open.
getIs2AuthorizationActionRoleMapping() - Method in class com.iona.schemas.bus.security_context.BusSecurity
getIs2AuthorizationActionRoleMapping.
getJMSCorrelationID() - Method in class com.iona.schemas.transports.jms.context.JMSHeadersType
getJMSCorrelationID.
getJMSDeliveryMode() - Method in class com.iona.schemas.transports.jms.context.JMSHeadersType
getJMSDeliveryMode.
getJMSExpiration() - Method in class com.iona.schemas.transports.jms.context.JMSHeadersType
getJMSExpiration.
getJMSMessageID() - Method in class com.iona.schemas.transports.jms.context.JMSHeadersType
getJMSMessageID.
getJMSPriority() - Method in class com.iona.schemas.transports.jms.context.JMSHeadersType
getJMSPriority.
getJMSTimeStamp() - Method in class com.iona.schemas.transports.jms.context.JMSHeadersType
getJMSTimeStamp.
getJMSType() - Method in class com.iona.schemas.transports.jms.context.JMSHeadersType
getJMSType.
getJavaException(QName) - Method in class com.iona.schemas.bindings.corba.contexts.CorbaTypeFactory
 
getJavaException(QName) - Method in class com.iona.schemas.bus.i18n.context.I18nContextTypeFactory
 
getJavaException(QName) - Method in class com.iona.schemas.bus.security_context.BusSecurityTypeFactory
 
getJavaException(QName) - Method in class com.iona.schemas.references.ReferencesTypeFactory
 
getJavaException(QName) - Method in class com.iona.schemas.soap.attachments.Attachment_parts_infoTypeFactory
 
getJavaException(QName) - Method in class com.iona.schemas.transports.ftp.context.FtpContextTypeFactory
 
getJavaException(QName) - Method in class com.iona.schemas.transports.http.configuration.context.HttpConfTypeFactory
 
getJavaException(QName) - Method in class com.iona.schemas.transports.jms.context.JmsContextTypeFactory
 
getJavaException(QName) - Method in class com.iona.schemas.transports.mq.context.MqTypeFactory
 
getJavaException(QName) - Method in class com.iona.schemas.transports.tibrv.context.TibrvTypeFactory
 
getJavaException(QName) - Method in interface com.iona.webservices.reflect.types.TypeFactory
query java exception class based on schema qname type.
getJavaType(QName) - Method in class com.iona.schemas.bindings.corba.contexts.CorbaTypeFactory
 
getJavaType(QName) - Method in class com.iona.schemas.bus.i18n.context.I18nContextTypeFactory
 
getJavaType(QName) - Method in class com.iona.schemas.bus.security_context.BusSecurityTypeFactory
 
getJavaType(QName) - Method in class com.iona.schemas.references.ReferencesTypeFactory
 
getJavaType(QName) - Method in class com.iona.schemas.soap.attachments.Attachment_parts_infoTypeFactory
 
getJavaType(QName) - Method in class com.iona.schemas.transports.ftp.context.FtpContextTypeFactory
 
getJavaType(QName) - Method in class com.iona.schemas.transports.http.configuration.context.HttpConfTypeFactory
 
getJavaType(QName) - Method in class com.iona.schemas.transports.jms.context.JmsContextTypeFactory
 
getJavaType(QName) - Method in class com.iona.schemas.transports.mq.context.MqTypeFactory
 
getJavaType(QName) - Method in class com.iona.schemas.transports.tibrv.context.TibrvTypeFactory
 
getJavaType(QName) - Method in interface com.iona.webservices.reflect.types.TypeFactory
query java class based on schema qname of non-element type.
getJavaTypeForElement(QName) - Method in class com.iona.schemas.bindings.corba.contexts.CorbaTypeFactory
 
getJavaTypeForElement(QName) - Method in class com.iona.schemas.bus.i18n.context.I18nContextTypeFactory
 
getJavaTypeForElement(QName) - Method in class com.iona.schemas.bus.security_context.BusSecurityTypeFactory
 
getJavaTypeForElement(QName) - Method in class com.iona.schemas.references.ReferencesTypeFactory
 
getJavaTypeForElement(QName) - Method in class com.iona.schemas.soap.attachments.Attachment_parts_infoTypeFactory
 
getJavaTypeForElement(QName) - Method in class com.iona.schemas.transports.ftp.context.FtpContextTypeFactory
 
getJavaTypeForElement(QName) - Method in class com.iona.schemas.transports.http.configuration.context.HttpConfTypeFactory
 
getJavaTypeForElement(QName) - Method in class com.iona.schemas.transports.jms.context.JmsContextTypeFactory
 
getJavaTypeForElement(QName) - Method in class com.iona.schemas.transports.mq.context.MqTypeFactory
 
getJavaTypeForElement(QName) - Method in class com.iona.schemas.transports.tibrv.context.TibrvTypeFactory
 
getJavaTypeForElement(QName) - Method in interface com.iona.webservices.reflect.types.TypeFactory
query java class based on schema qname of element.
getJavaTypeHandler(QName) - Method in class com.iona.schemas.bindings.corba.contexts.CorbaTypeFactory
 
getJavaTypeHandler(QName) - Method in class com.iona.schemas.bus.i18n.context.I18nContextTypeFactory
 
getJavaTypeHandler(QName) - Method in class com.iona.schemas.bus.security_context.BusSecurityTypeFactory
 
getJavaTypeHandler(QName) - Method in class com.iona.schemas.references.ReferencesTypeFactory
 
getJavaTypeHandler(QName) - Method in class com.iona.schemas.soap.attachments.Attachment_parts_infoTypeFactory
 
getJavaTypeHandler(QName) - Method in class com.iona.schemas.transports.ftp.context.FtpContextTypeFactory
 
getJavaTypeHandler(QName) - Method in class com.iona.schemas.transports.http.configuration.context.HttpConfTypeFactory
 
getJavaTypeHandler(QName) - Method in class com.iona.schemas.transports.jms.context.JmsContextTypeFactory
 
getJavaTypeHandler(QName) - Method in class com.iona.schemas.transports.mq.context.MqTypeFactory
 
getJavaTypeHandler(QName) - Method in class com.iona.schemas.transports.tibrv.context.TibrvTypeFactory
 
getJavaTypeHandler(QName) - Method in interface com.iona.webservices.reflect.types.TypeFactory
query java handler class based on schema qname.
getLastModified() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
getLastModified.
getLastModified() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getLastModified.
getList(String) - Method in class com.iona.jbus.Configuration
Returns the value of a list configuration scope variable.
getLocalCodeSet() - Method in class com.iona.schemas.bus.i18n.context.ClientConfiguration
getLocalCodeSet.
getLocalCodeSet() - Method in class com.iona.schemas.bus.i18n.context.ServerConfiguration
getLocalCodeSet.
getLong() - Method in class com.iona.webservices.reflect.types.AnyType
Convenient method of getType(QName) for xs:long.
getMaxPingRetries() - Method in interface com.iona.jbus.db.DatabaseConfig
Returns the configured maximum number of ping retries.
getMessageID() - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
getMessageID.
getMessageID() - Method in class com.iona.schemas.transports.mq.context.MQMessageAttributesType
getMessageID.
getMessageID() - Method in class com.iona.schemas.transports.mq.context.MqClientType
getMessageID.
getMessageID() - Method in class com.iona.schemas.transports.mq.context.MqServerType
getMessageID.
getMessagingPortThreadingPolicy() - Method in interface com.iona.jbus.ServerTransportPolicies
Gets the ThreadingModel that will be used by Artix to communicate with ServerTransport.
getMethod() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getMethod.
getModel(ObjectName, String) - Method in interface com.iona.jbus.management.MBeanInfoGenerator
Provides the exposed attributes and actions of the ManagedComponent using an ModelMBeanInfo object.
getModelQueueName() - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
getModelQueueName.
getModelQueueName() - Method in class com.iona.schemas.transports.mq.context.MQConnectionAttributesType
getModelQueueName.
getModelQueueName() - Method in class com.iona.schemas.transports.mq.context.MqClientType
getModelQueueName.
getModelQueueName() - Method in class com.iona.schemas.transports.mq.context.MqServerType
getModelQueueName.
getMultiplexPoolSize() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getMultiplexPoolSize.
getName() - Method in class com.iona.jbus.GenericHandlerFactory
Gets the name associated with this handler factory.
getName() - Method in interface com.iona.jbus.HandlerFactory
Get the name associated with this handler factory.
getName() - Method in interface com.iona.jbus.management.ObjectNameSupport
Returns the unique name of the ObjectName.
getName() - Method in class com.iona.schemas.references.ReferencePort
getName.
getName() - Method in class com.iona.schemas.transports.ftp.context.CredentialsType
getName.
getName() - Method in class com.iona.schemas.transports.jms.context.JMSPropertyType
getName.
getObject() - Method in class com.iona.schemas.bindings.corba.contexts.CORBAAttributesTypeHandler
 
getObject() - Method in class com.iona.schemas.transports.jms.context.JMSConnectionSecurityInfoTypeHandler
 
getObject() - Method in class com.iona.schemas.transports.jms.context.JMSPropertyTypeHandler
 
getObjectName() - Method in interface com.iona.jbus.management.ManagedComponent
Returns the ObjectName of this ManagedComponent.
getObjectQName(Object) - Static method in class com.iona.jbus.util.XMLUtils
Obtains the typeQName from an artix type.
getOthers() - Method in class com.iona.schemas.soap.attachments.SOAPAttachmentPartInfo
getOthers.
getOutboundCodeSet() - Method in class com.iona.schemas.bus.i18n.context.ClientConfiguration
getOutboundCodeSet.
getOutboundCodeSet() - Method in class com.iona.schemas.bus.i18n.context.ServerConfiguration
getOutboundCodeSet.
getOutputStream(MessageContext) - Method in interface com.iona.jbus.ClientTransport
Called to create an output stream to write the outgoing data to.
getOutputStream(MessageContext) - Method in interface com.iona.jbus.ServerTransport
Creates the output stream to write the reponse to.
getOutputStream() - Method in interface com.iona.jbus.StreamMessageContext
Provides access to OutputStream from context.
getPart_name() - Method in class com.iona.schemas.soap.attachments.SOAPAttachmentPartInfo
getPart_name.
getPassword() - Method in class com.iona.schemas.bus.security_context.BusSecurity
getPassword.
getPassword() - Method in class com.iona.schemas.transports.ftp.context.CredentialsType
getPassword.
getPassword() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
getPassword.
getPassword() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getPassword.
getPassword() - Method in class com.iona.schemas.transports.jms.context.JMSConnectionSecurityInfoType
getPassword.
getPingLifetime() - Method in interface com.iona.jbus.db.DatabaseConfig
Returns the configured ping lifetime.
getPingRetryInterval() - Method in interface com.iona.jbus.db.DatabaseConfig
Returns the configured retry interval for pinging.
getPort() - Method in interface com.iona.jbus.db.DatabaseConfig
Returns the configured port number.
getPort() - Method in class com.iona.schemas.references.Reference
getPort.
getPragma() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
getPragma.
getPragma() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getPragma.
getPreSyncWaitPeriod() - Method in interface com.iona.jbus.db.DatabaseConfig
Returns the configured Synchronize wait period.
getPrincipal() - Method in class com.iona.schemas.bindings.corba.contexts.CORBAAttributesType
getPrincipal.
getPrincipal() - Method in class com.iona.schemas.bus.security_context.BusSecurity
getPrincipal.
getPriority() - Method in interface com.iona.jbus.db.DatabaseConfig
Returns the configured priority.
getProperties() - Method in class com.iona.jbus.Bus
Return all properties.
getProperty(String) - Method in class com.iona.jbus.Bus
Searches for the property with the specified name in this property list.
getProperty() - Method in class com.iona.schemas.transports.jms.context.JMSHeadersType
getProperty.
getProxyAuthenticate() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
getProxyAuthenticate.
getProxyAuthorization() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
getProxyAuthorization.
getProxyAuthorization() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getProxyAuthorization.
getProxyAuthorizationType() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
getProxyAuthorizationType.
getProxyAuthorizationType() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getProxyAuthorizationType.
getProxyPassword() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
getProxyPassword.
getProxyPassword() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getProxyPassword.
getProxyServer() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
getProxyServer.
getProxyServer() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getProxyServer.
getProxyUserName() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
getProxyUserName.
getProxyUserName() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getProxyUserName.
getQName() - Method in class com.iona.schemas.bindings.corba.contexts.CORBAAttributesTypeHandler
 
getQName() - Method in class com.iona.schemas.transports.jms.context.JMSConnectionSecurityInfoTypeHandler
 
getQName() - Method in class com.iona.schemas.transports.jms.context.JMSPropertyTypeHandler
 
getQNameForAlias(String) - Method in class com.iona.jbus.Configuration
Retrieves from configuration the QName used for a given alias.
getQueueManager() - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
getQueueManager.
getQueueManager() - Method in class com.iona.schemas.transports.mq.context.MQConnectionAttributesType
getQueueManager.
getQueueManager() - Method in class com.iona.schemas.transports.mq.context.MqClientType
getQueueManager.
getQueueManager() - Method in class com.iona.schemas.transports.mq.context.MqServerType
getQueueManager.
getQueueName() - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
getQueueName.
getQueueName() - Method in class com.iona.schemas.transports.mq.context.MQConnectionAttributesType
getQueueName.
getQueueName() - Method in class com.iona.schemas.transports.mq.context.MqClientType
getQueueName.
getQueueName() - Method in class com.iona.schemas.transports.mq.context.MqServerType
getQueueName.
getReceiveTimeout() - Method in class com.iona.schemas.transports.ftp.context.ConnectionPolicyType
getReceiveTimeout.
getReceiveTimeout() - Method in class com.iona.schemas.transports.ftp.context.DefaultConnectionPolicyType
getReceiveTimeout.
getReceiveTimeout() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
getReceiveTimeout.
getReceiveTimeout() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getReceiveTimeout.
getRedirectURL() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
getRedirectURL.
getRedirectURL() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getRedirectURL.
getReferer() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
getReferer.
getReferer() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getReferer.
getRegistry() - Method in class com.iona.jbus.Bus
Provides access to BusRegistry associated with the Bus.
getReplicaList() - Method in interface com.iona.jbus.db.DatabaseConfig
Returns the replicas configured for this database environment.
getReplicaName() - Method in interface com.iona.jbus.db.DatabaseConfig
Returns the configured replica name.
getReplyContext(QName) - Method in interface com.iona.jbus.IonaMessageContext
Gets the value of a specific context from the Reply ContextContainer.
getReplyContext(QName, boolean) - Method in interface com.iona.jbus.IonaMessageContext
Gets the value of a specific context from the Reply ContextContainer.
getReplyFileLifecycle() - Method in class com.iona.schemas.transports.ftp.context.ClientNamingPolicyType
getReplyFileLifecycle.
getReplyQueueManager() - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
getReplyQueueManager.
getReplyQueueManager() - Method in class com.iona.schemas.transports.mq.context.MQConnectionAttributesType
getReplyQueueManager.
getReplyQueueManager() - Method in class com.iona.schemas.transports.mq.context.MqClientType
getReplyQueueManager.
getReplyQueueManager() - Method in class com.iona.schemas.transports.mq.context.MqServerType
getReplyQueueManager.
getReplyQueueName() - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
getReplyQueueName.
getReplyQueueName() - Method in class com.iona.schemas.transports.mq.context.MQConnectionAttributesType
getReplyQueueName.
getReplyQueueName() - Method in class com.iona.schemas.transports.mq.context.MqClientType
getReplyQueueName.
getReplyQueueName() - Method in class com.iona.schemas.transports.mq.context.MqServerType
getReplyQueueName.
getReportOption() - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
getReportOption.
getReportOption() - Method in class com.iona.schemas.transports.mq.context.MQMessageAttributesType
getReportOption.
getReportOption() - Method in class com.iona.schemas.transports.mq.context.MqClientType
getReportOption.
getReportOption() - Method in class com.iona.schemas.transports.mq.context.MqServerType
getReportOption.
getRequestContext(QName) - Method in interface com.iona.jbus.IonaMessageContext
Gets the value of a specific context from the Request ContextContainer.
getRequestContext(QName, boolean) - Method in interface com.iona.jbus.IonaMessageContext
Gets the value of a specific context from the Request ContextContainer.
getRequestFileLifecycle() - Method in class com.iona.schemas.transports.ftp.context.ServerNamingPolicyType
getRequestFileLifecycle.
getRequiresConcurrentDispatchPolicy() - Method in interface com.iona.jbus.ServerTransportPolicies
Check the concurrent dispatch policy.
getRoundtripTimeout() - Method in interface com.iona.jbus.db.DatabaseConfig
Returns the timeout configured for roundtrip.
getSSOToken() - Method in class com.iona.schemas.bus.security_context.BusSecurity
getSSOToken.
getScanInterval() - Method in class com.iona.schemas.transports.ftp.context.ConnectionPolicyType
getScanInterval.
getScanInterval() - Method in class com.iona.schemas.transports.ftp.context.DefaultConnectionPolicyType
getScanInterval.
getSchemaType(Class) - Method in class com.iona.schemas.bindings.corba.contexts.CorbaTypeFactory
 
getSchemaType(Class) - Method in class com.iona.schemas.bus.i18n.context.I18nContextTypeFactory
 
getSchemaType(Class) - Method in class com.iona.schemas.bus.security_context.BusSecurityTypeFactory
 
getSchemaType(Class) - Method in class com.iona.schemas.references.ReferencesTypeFactory
 
getSchemaType(Class) - Method in class com.iona.schemas.soap.attachments.Attachment_parts_infoTypeFactory
 
getSchemaType(Class) - Method in class com.iona.schemas.transports.ftp.context.FtpContextTypeFactory
 
getSchemaType(Class) - Method in class com.iona.schemas.transports.http.configuration.context.HttpConfTypeFactory
 
getSchemaType(Class) - Method in class com.iona.schemas.transports.jms.context.JmsContextTypeFactory
 
getSchemaType(Class) - Method in class com.iona.schemas.transports.mq.context.MqTypeFactory
 
getSchemaType(Class) - Method in class com.iona.schemas.transports.tibrv.context.TibrvTypeFactory
 
getSchemaType(Class) - Method in interface com.iona.webservices.reflect.types.TypeFactory
query schema qname based on java class .
getSchemaTypeName() - Method in class com.iona.webservices.reflect.types.AnyType
getSchemaTypeName.
getSecurityLevel() - Method in class com.iona.schemas.bus.security_context.BusSecurity
getSecurityLevel.
getSecurity_Type() - Method in class com.iona.schemas.bus.security_context.BusSecurity
getSecurity_Type.
getSendTimeout() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
getSendTimeout.
getSendTimeout() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getSendTimeout.
getServerCertificate() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getServerCertificate.
getServerCertificateChain() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getServerCertificateChain.
getServerDate() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
getServerDate.
getServerId() - Method in class com.iona.jbus.FaultException
get the fault server id for this FaultException.
getServerMessageHandler(HandlerInfo) - Method in class com.iona.jbus.GenericHandlerFactory
This method is called to create a Server Message Handler.
getServerMessageHandler(HandlerInfo) - Method in interface com.iona.jbus.HandlerFactory
This method is called to create a Server Message Handler.
getServerPrivateKey() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getServerPrivateKey.
getServerPrivateKeyPassword() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getServerPrivateKeyPassword.
getServerRequestHandler(HandlerInfo) - Method in class com.iona.jbus.GenericHandlerFactory
This method is called to create a Server Request Handler.
getServerRequestHandler(HandlerInfo) - Method in interface com.iona.jbus.HandlerFactory
This method is called to create a Server Request Handler.
getServerTransportPolicies() - Method in interface com.iona.jbus.TransportFactory
Get the polices governing how the ServerTransport will be invoked.
getServerType() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
getServerType.
getServerType() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getServerType.
getService() - Method in class com.iona.schemas.references.Reference
getService.
getServiceWSDL(QName) - Method in class com.iona.jbus.Bus
Obtains the WSDL URL associated with a Service.
getShort() - Method in class com.iona.webservices.reflect.types.AnyType
Convenient method of getType(QName) for xs:short.
getSource() - Method in class com.iona.jbus.FaultException
get the FaultSource for this FaultException.
getString(String) - Method in class com.iona.jbus.Configuration
Returns the value of a string configuration scope variable.
getString() - Method in class com.iona.webservices.reflect.types.AnyType
Convenient method of getType(QName) for xs:string.
getSupportedNamespaces() - Method in class com.iona.schemas.bindings.corba.contexts.CorbaTypeFactory
 
getSupportedNamespaces() - Method in class com.iona.schemas.bus.i18n.context.I18nContextTypeFactory
 
getSupportedNamespaces() - Method in class com.iona.schemas.bus.security_context.BusSecurityTypeFactory
 
getSupportedNamespaces() - Method in class com.iona.schemas.references.ReferencesTypeFactory
 
getSupportedNamespaces() - Method in class com.iona.schemas.soap.attachments.Attachment_parts_infoTypeFactory
 
getSupportedNamespaces() - Method in class com.iona.schemas.transports.ftp.context.FtpContextTypeFactory
 
getSupportedNamespaces() - Method in class com.iona.schemas.transports.http.configuration.context.HttpConfTypeFactory
 
getSupportedNamespaces() - Method in class com.iona.schemas.transports.jms.context.JmsContextTypeFactory
 
getSupportedNamespaces() - Method in class com.iona.schemas.transports.mq.context.MqTypeFactory
 
getSupportedNamespaces() - Method in class com.iona.schemas.transports.tibrv.context.TibrvTypeFactory
 
getSupportedNamespaces() - Method in interface com.iona.webservices.reflect.types.TypeFactory
get all namespace URIs supported in this type factory.
getSyncRetryAttempts() - Method in interface com.iona.jbus.db.DatabaseConfig
Returns the configured Synchronize retry attempts.
getTargetObject() - Method in class com.iona.jbus.Servant
The method to obtain a reference to the instance that will be used for an invocation.
getTargetObject() - Method in class com.iona.jbus.servants.EJBServant
Based on the information from properties.xml, locate the remote object reference of the target EJB.
getTargetObject() - Method in class com.iona.jbus.servants.PerInvocationServant
Constructs a new Target Object by calling no arg constructor or clone (for cloneable implementations).
getTargetObject() - Method in class com.iona.jbus.servants.SerializedServant
Get the target object to invoke.
getTargetObject() - Method in class com.iona.jbus.servants.SingleInstanceServant
Get the target object to invoke.
getThreadingResourcesPolicy() - Method in interface com.iona.jbus.ServerTransportPolicies
Gets policy controlling how thread resources are used by ServerTransport.
getTimeOut() - Method in class com.iona.schemas.transports.jms.context.JMSClientHeadersType
getTimeOut.
getTimeToLive() - Method in class com.iona.schemas.transports.jms.context.JMSHeadersType
getTimeToLive.
getTransactionIdentifier() - Method in interface com.iona.jbus.transaction.TransactionManager
An identifier for the transaction associated with the calling thread.
getTransactionManager(String) - Method in interface com.iona.jbus.transaction.TransactionSystem
Return an interface that allows more detailed interaction with the transaction associated with the calling thread.
getTransactionSystem() - Method in class com.iona.jbus.Bus
Access the TransactionSystem supported by the Artix Bus.
getTransactionTimeout() - Method in interface com.iona.jbus.transaction.TransactionManager
Get the timeout within which transactions must be completed.
getTransactionType() - Method in interface com.iona.jbus.transaction.TransactionIdentifier
The underlying transaction type.
getTransactionType() - Method in interface com.iona.jbus.transaction.TransactionManager
Get the underlying transaction type.
getTransactional() - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
getTransactional.
getTransactional() - Method in class com.iona.schemas.transports.mq.context.MQConnectionAttributesType
getTransactional.
getTransactional() - Method in class com.iona.schemas.transports.mq.context.MqClientType
getTransactional.
getTransactional() - Method in class com.iona.schemas.transports.mq.context.MqServerType
getTransactional.
getTrustedRootCertificates() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
getTrustedRootCertificates.
getTrustedRootCertificates() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getTrustedRootCertificates.
getType() - Method in interface com.iona.jbus.management.ObjectNameSupport
Returns the type of the ObjectName.
getType() - Method in class com.iona.webservices.reflect.types.AnyType
get java object.
getTypeFactoryMap() - Method in class com.iona.jbus.Bus
Provides access to a registered type factories.
getTypeResourceLocation() - Method in class com.iona.schemas.bindings.corba.contexts.CorbaTypeFactory
 
getTypeResourceLocation() - Method in class com.iona.schemas.bus.i18n.context.I18nContextTypeFactory
 
getTypeResourceLocation() - Method in class com.iona.schemas.bus.security_context.BusSecurityTypeFactory
 
getTypeResourceLocation() - Method in class com.iona.schemas.references.ReferencesTypeFactory
 
getTypeResourceLocation() - Method in class com.iona.schemas.soap.attachments.Attachment_parts_infoTypeFactory
 
getTypeResourceLocation() - Method in class com.iona.schemas.transports.ftp.context.FtpContextTypeFactory
 
getTypeResourceLocation() - Method in class com.iona.schemas.transports.http.configuration.context.HttpConfTypeFactory
 
getTypeResourceLocation() - Method in class com.iona.schemas.transports.jms.context.JmsContextTypeFactory
 
getTypeResourceLocation() - Method in class com.iona.schemas.transports.mq.context.MqTypeFactory
 
getTypeResourceLocation() - Method in class com.iona.schemas.transports.tibrv.context.TibrvTypeFactory
 
getTypeResourceLocation() - Method in interface com.iona.webservices.reflect.types.TypeFactory
query the location of wsdl/xsd used to generate this type factory.
getUByte() - Method in class com.iona.webservices.reflect.types.AnyType
Convenient method of getType(QName) for xs:unsignedByte.
getUInt() - Method in class com.iona.webservices.reflect.types.AnyType
Convenient method of getType(QName) for xs:unsignedInt.
getULong() - Method in class com.iona.webservices.reflect.types.AnyType
Convenient method of getType(QName) for xs:unsignedLong.
getURL() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getURL.
getUShort() - Method in class com.iona.webservices.reflect.types.AnyType
Convenient method of getType(QName) for xs:unsignedShort.
getUsageStyle() - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
getUsageStyle.
getUsageStyle() - Method in class com.iona.schemas.transports.mq.context.MqClientType
getUsageStyle.
getUsageStyle() - Method in class com.iona.schemas.transports.mq.context.MqServerType
getUsageStyle.
getUserIdentifier() - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
getUserIdentifier.
getUserIdentifier() - Method in class com.iona.schemas.transports.mq.context.MQMessageAttributesType
getUserIdentifier.
getUserIdentifier() - Method in class com.iona.schemas.transports.mq.context.MqClientType
getUserIdentifier.
getUserName() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
getUserName.
getUserName() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getUserName.
getUsername() - Method in class com.iona.schemas.bus.security_context.BusSecurity
getUsername.
getUsername() - Method in class com.iona.schemas.transports.jms.context.JMSConnectionSecurityInfoType
getUsername.
getValue() - Method in class com.iona.jbus.transaction.VoteOutcome
Get Value of this enumeration.
getValue() - Method in class com.iona.schemas.bus.security_context.BusSecurityLevel
Get Value of this enumeration.
getValue() - Method in class com.iona.schemas.bus.security_context.BusSecurityType
Get Value of this enumeration.
getValue() - Method in class com.iona.schemas.transports.ftp.context.ConnectModeType
Get Value of this enumeration.
getValue() - Method in class com.iona.schemas.transports.jms.context.JMSPropertyType
getValue.
getValue() - Method in class com.iona.schemas.transports.mq.context.AccessModeType
Get Value of this enumeration.
getValue() - Method in class com.iona.schemas.transports.mq.context.CorrelationStyleType
Get Value of this enumeration.
getValue() - Method in class com.iona.schemas.transports.mq.context.DeliveryType
Get Value of this enumeration.
getValue() - Method in class com.iona.schemas.transports.mq.context.FormatType
Get Value of this enumeration.
getValue() - Method in class com.iona.schemas.transports.mq.context.ReportOptionType
Get Value of this enumeration.
getValue() - Method in class com.iona.schemas.transports.mq.context.TransactionType
Get Value of this enumeration.
getValue() - Method in class com.iona.schemas.transports.mq.context.UsageStyleType
Get Value of this enumeration.
getWSDLLocation() - Method in class com.iona.jbus.Servant
Return the location of the WSDL file describing the service this servant implements.
getWSSEKerberosV5Token() - Method in class com.iona.schemas.bus.security_context.BusSecurity
getWSSEKerberosV5Token.
getWSSEKerberosv5SToken() - Method in class com.iona.schemas.bus.security_context.BusSecurity
getWSSEKerberosv5SToken.
getWSSEPasswordToken() - Method in class com.iona.schemas.bus.security_context.BusSecurity
getWSSEPasswordToken.
getWSSEUsernameToken() - Method in class com.iona.schemas.bus.security_context.BusSecurity
getWSSEUsernameToken.
getWSSEX509Cert() - Method in class com.iona.schemas.bus.security_context.BusSecurity
getWSSEX509Cert.
getWSSEX509CertToken() - Method in class com.iona.schemas.bus.security_context.BusSecurity
getWSSEX509CertToken.
getWWWAuthenticate() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
getWWWAuthenticate.
getWWWAuthenticate() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
getWWWAuthenticate.
getWsdlLocation() - Method in class com.iona.schemas.references.Reference
getWsdlLocation.
getXAResource(String) - Method in interface com.iona.jbus.transaction.TransactionSystem
Returns a javax.transaction.xa.XAResource instance to the caller.
getXid() - Method in interface com.iona.jbus.transaction.XATransactionIdentifier
Provides an Xid that identifies the XA Transaction.
get_any() - Method in class com.iona.schemas.references.ReferencePort
get_any.

H

HTTP_CLIENT_INCOMING_CONTEXTS - Static variable in class com.iona.jbus.ContextConstants
Context Name for HTTP Client Incoming context.
HTTP_CLIENT_OUTGOING_CONTEXTS - Static variable in class com.iona.jbus.ContextConstants
Context Name for HTTP Client Outgoing context.
HTTP_ENDPOINT_URL - Static variable in class com.iona.jbus.ContextConstants
Context Name for HTTP Endpoint URL.
HTTP_SERVER_INCOMING_CONTEXTS - Static variable in class com.iona.jbus.ContextConstants
Context Name for HTTP Server Incoming context.
HTTP_SERVER_OUTGOING_CONTEXTS - Static variable in class com.iona.jbus.ContextConstants
Context Name for HTTP Server Outgoing context.
HandlerConstants - class com.iona.jbus.HandlerConstants.
This class defines the constants for configuration information available within handlers.
HandlerConstants() - Constructor for class com.iona.jbus.HandlerConstants
 
HandlerFactory - interface com.iona.jbus.HandlerFactory.
Defines the methods needed to access the client and server handler objects.
HttpConfTypeFactory - class com.iona.schemas.transports.http.configuration.context.HttpConfTypeFactory.
HttpConfTypeFactory.
HttpConfTypeFactory() - Constructor for class com.iona.schemas.transports.http.configuration.context.HttpConfTypeFactory
Constructs a new HttpConfTypeFactory.
HttpConfTypeFactory(String) - Constructor for class com.iona.schemas.transports.http.configuration.context.HttpConfTypeFactory
Constructs a new HttpConfTypeFactory.
hashCode() - Method in class com.iona.jbus.transaction.VoteOutcome
hashCode.

I

I18N_INTERCEPTOR_CLIENT_QNAME - Static variable in class com.iona.jbus.ContextConstants
Context Name for i18n client interceptor name.
I18N_INTERCEPTOR_SERVER_QNAME - Static variable in class com.iona.jbus.ContextConstants
Context Name for i18n server interceptor name.
I18N_INTERCEPTOR_WSDL_NAMESPACE - Static variable in class com.iona.jbus.ContextConstants
I18n Context Namepsace.
I18nContextTypeFactory - class com.iona.schemas.bus.i18n.context.I18nContextTypeFactory.
I18nContextTypeFactory.
I18nContextTypeFactory() - Constructor for class com.iona.schemas.bus.i18n.context.I18nContextTypeFactory
Constructs a new I18nContextTypeFactory.
I18nContextTypeFactory(String) - Constructor for class com.iona.schemas.bus.i18n.context.I18nContextTypeFactory
Constructs a new I18nContextTypeFactory.
INITIAL_CONTEXT_PROPS_FILE - Static variable in class com.iona.jbus.servants.EJBServant
Name of the default Initial Context properties file.
INPUT_STREAM_PROPERTY - Static variable in interface com.iona.jbus.StreamMessageContext
Property for InputStream.
INTERNAL - Static variable in class com.iona.jbus.FaultCategory
Named Category type.
INTERNAL_VAL - Static variable in class com.iona.jbus.FaultCategory
Named Category integer type.
INVALID_REFERENCE - Static variable in class com.iona.jbus.FaultCategory
Named Category type.
INVALID_REFERENCE_VAL - Static variable in class com.iona.jbus.FaultCategory
Named Category integer type.
INVOCATION_HANDLER_FACTORY - Static variable in interface com.iona.jbus.BusConstants
This key is used to get and set the Bus property which stores a InvocationHandlerFactory for a particular wsdl namespace.
IT_ENUM_MAX - Static variable in class com.iona.jbus.FaultCategory
Default Category type.
IT_ENUM_MAX - Static variable in class com.iona.jbus.FaultCompletionStatus
Named CompletionStatus type.
IT_ENUM_MAX - Static variable in class com.iona.jbus.FaultSource
Named CompletionStatus type.
Instrumentation - interface com.iona.jbus.management.Instrumentation.
Marker interface for representing a Instrumented object.
InvalidTransactionIdentifierException - exception com.iona.jbus.transaction.InvalidTransactionIdentifierException.
Signals invalid transaction identifier.
InvalidTransactionIdentifierException(String) - Constructor for class com.iona.jbus.transaction.InvalidTransactionIdentifierException
Constructs a InvalidTransactionIdentifierException with the specified message.
InvalidTransactionIdentifierException(Throwable) - Constructor for class com.iona.jbus.transaction.InvalidTransactionIdentifierException
Constructs a InvalidTransactionIdentifierException with the specified cause.
IonaMessageContext - interface com.iona.jbus.IonaMessageContext.
IONA implementation of JAX-RPC MessageContext Interface.
indexOf(Object) - Method in class com.iona.jbus.db.collection.PersistentList
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
init(String[]) - Static method in class com.iona.jbus.Bus
Create and initialize a Bus object.
init(String[], Hashtable) - Static method in class com.iona.jbus.Bus
Create and initialize a Bus object.
initialize(String, QName, String) - Method in interface com.iona.jbus.ClientTransport
Called once per instance of ClientTransport.
internal - Static variable in class com.iona.schemas.transports.mq.context.TransactionType
enum type internal.
invoke(OutputStream, MessageContext) - Method in interface com.iona.jbus.ClientTransport
Called when making a synchronous request to server.
invoke(Object, Method, Object[]) - Method in class com.iona.jbus.Servant
Defines the actual invocation methodology.
invoke(Object, Method, Object[]) - Method in class com.iona.jbus.servants.EJBServant
Invokes on the operation of the target object with the arguments provided.
invoke(Object, Method, Object[]) - Method in class com.iona.jbus.servants.PerInvocationServant
Invokes on the operation of the target object with the arguments provided.
invoke(Object, Method, Object[]) - Method in class com.iona.jbus.servants.SerializedServant
Invokes on the operation of the target object with the arguments provided in a synchronous manner.
invoke(Object, Method, Object[]) - Method in class com.iona.jbus.servants.SingleInstanceServant
Invokes on the operation of the target object with the arguments provided.
invokeOneway(OutputStream, MessageContext) - Method in interface com.iona.jbus.ClientTransport
Called when making an asynchronous request to server.
invokeOperation(String, String, String[], Object[], Class) - Method in interface com.iona.jbus.management.ManagedComponentRegistry
 
isAutoRedirect() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
isAutoRedirect.
isAutoRedirect() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
isAutoRedirect.
isCommitMessage() - Method in class com.iona.schemas.transports.jms.context.JMSServerHeadersType
isCommitMessage.
isConnectionFastPath() - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
isConnectionFastPath.
isConnectionFastPath() - Method in class com.iona.schemas.transports.mq.context.MqClientType
isConnectionFastPath.
isConnectionFastPath() - Method in class com.iona.schemas.transports.mq.context.MqServerType
isConnectionFastPath.
isConnectionReusable() - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
isConnectionReusable.
isConnectionReusable() - Method in class com.iona.schemas.transports.mq.context.MqClientType
isConnectionReusable.
isConnectionReusable() - Method in class com.iona.schemas.transports.mq.context.MqServerType
isConnectionReusable.
isConvert() - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
isConvert.
isConvert() - Method in class com.iona.schemas.transports.mq.context.MQMessageAttributesType
isConvert.
isConvert() - Method in class com.iona.schemas.transports.mq.context.MqClientType
isConvert.
isConvert() - Method in class com.iona.schemas.transports.mq.context.MqServerType
isConvert.
isEmpty() - Method in class com.iona.jbus.db.collection.PersistentContainer
Returns true if this map or collection contains no mappings or elements.
isEnableAuthorization() - Method in class com.iona.schemas.bus.security_context.BusSecurity
isEnableAuthorization.
isEnableSSO() - Method in class com.iona.schemas.bus.security_context.BusSecurity
isEnableSSO.
isEnableSecurity() - Method in class com.iona.schemas.bus.security_context.BusSecurity
isEnableSecurity.
isEventEnabled(BusEvent) - Method in interface com.iona.jbus.BusEventFilter
Invoked before sending the specified event to the listener.
isEventEnabled(BusEvent) - Method in class com.iona.jbus.management.ManagementEventFilter
Invoked before sending the specified event to the listener.
isHonorKeepAlive() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
isHonorKeepAlive.
isIsTransportCredential() - Method in class com.iona.schemas.bus.security_context.BusSecurity
isIsTransportCredential.
isJMSRedelivered() - Method in class com.iona.schemas.transports.jms.context.JMSHeadersType
isJMSRedelivered.
isLoggingVerbose() - Method in interface com.iona.jbus.db.DatabaseConfig
Returns an indicator of whether verbose logging is configured.
isOneWay() - Method in interface com.iona.jbus.IonaMessageContext
Used to determine if server invocation represents a one-way invocation.
isPropogateTransactions() - Method in class com.iona.schemas.transports.mq.context.MqServerType
isPropogateTransactions.
isRegistered(QName) - Method in class com.iona.jbus.ContextRegistry
Return an indicator of whether a specific context is registered.
isRegistered(String) - Method in interface com.iona.jbus.management.ManagedComponentRegistry
 
isReplicated() - Method in interface com.iona.jbus.db.DatabaseConfig
Returns an indicator of whether the database environment is replicated.
isRequired() - Method in class org.xmlsoap.schemas.wsdl.context.TExtensibilityElement
isRequired.
isSuppressClientReceiveErrors() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
isSuppressClientReceiveErrors.
isSuppressClientSendErrors() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
isSuppressClientSendErrors.
isUseFilenameMaskOnScan() - Method in class com.iona.schemas.transports.ftp.context.ConnectionPolicyType
isUseFilenameMaskOnScan.
isUseFilenameMaskOnScan() - Method in class com.iona.schemas.transports.ftp.context.DefaultConnectionPolicyType
isUseFilenameMaskOnScan.
isUseSecureSockets() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
isUseSecureSockets.
isUseSecureSockets() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
isUseSecureSockets.
iterator() - Method in class com.iona.jbus.db.collection.PersistentList
Returns an Iterator for the list.

J

JBusServiceFactory - class com.iona.jbus.JBusServiceFactory.
IONA's implementation of JAX-RPC ServiceFactory.
JBusServiceFactory() - Constructor for class com.iona.jbus.JBusServiceFactory
Create a new ServiceFactory.
JMSClientHeadersType - class com.iona.schemas.transports.jms.context.JMSClientHeadersType.
com.iona.schemas.transports.jms.context.JMSClientHeadersType.
JMSClientHeadersType() - Constructor for class com.iona.schemas.transports.jms.context.JMSClientHeadersType
 
JMSConnectionSecurityInfoType - class com.iona.schemas.transports.jms.context.JMSConnectionSecurityInfoType.
com.iona.schemas.transports.jms.context.JMSConnectionSecurityInfoType.
JMSConnectionSecurityInfoType() - Constructor for class com.iona.schemas.transports.jms.context.JMSConnectionSecurityInfoType
 
JMSConnectionSecurityInfoTypeHandler - class com.iona.schemas.transports.jms.context.JMSConnectionSecurityInfoTypeHandler.
com.iona.schemas.transports.jms.context.JMSConnectionSecurityInfoTypeHandler.
JMSConnectionSecurityInfoTypeHandler(SchemaTypeFactory) - Constructor for class com.iona.schemas.transports.jms.context.JMSConnectionSecurityInfoTypeHandler
 
JMSHeadersType - class com.iona.schemas.transports.jms.context.JMSHeadersType.
com.iona.schemas.transports.jms.context.JMSHeadersType.
JMSHeadersType() - Constructor for class com.iona.schemas.transports.jms.context.JMSHeadersType
 
JMSPropertyType - class com.iona.schemas.transports.jms.context.JMSPropertyType.
com.iona.schemas.transports.jms.context.JMSPropertyType.
JMSPropertyType() - Constructor for class com.iona.schemas.transports.jms.context.JMSPropertyType
 
JMSPropertyTypeHandler - class com.iona.schemas.transports.jms.context.JMSPropertyTypeHandler.
com.iona.schemas.transports.jms.context.JMSPropertyTypeHandler.
JMSPropertyTypeHandler(SchemaTypeFactory) - Constructor for class com.iona.schemas.transports.jms.context.JMSPropertyTypeHandler
 
JMSServerHeadersType - class com.iona.schemas.transports.jms.context.JMSServerHeadersType.
com.iona.schemas.transports.jms.context.JMSServerHeadersType.
JMSServerHeadersType() - Constructor for class com.iona.schemas.transports.jms.context.JMSServerHeadersType
 
JMS_CLIENT_CONTEXT - Static variable in class com.iona.jbus.ContextConstants
Context Name for JMS Client Context.
JMS_CLIENT_TRANSPORT_CONTEXT_TYPE - Static variable in class com.iona.jbus.ContextConstants
Context Name for JMS Client Headers.
JMS_CONNECTION_SECURITY_INFO - Static variable in class com.iona.jbus.ContextConstants
Context Name for JMS Connection security info.
JMS_CONNECTION_SECURITY_INFO_TYPE - Static variable in class com.iona.jbus.ContextConstants
Context type for JMS Connection security info.
JMS_SERVER_CONTEXT - Static variable in class com.iona.jbus.ContextConstants
Context Name for JMS Server Context.
JMS_SERVER_TRANSPORT_CONTEXT_TYPE - Static variable in class com.iona.jbus.ContextConstants
Context Name for JMS Server Headers.
JmsContextTypeFactory - class com.iona.schemas.transports.jms.context.JmsContextTypeFactory.
JmsContextTypeFactory.
JmsContextTypeFactory() - Constructor for class com.iona.schemas.transports.jms.context.JmsContextTypeFactory
Constructs a new JmsContextTypeFactory.
JmsContextTypeFactory(String) - Constructor for class com.iona.schemas.transports.jms.context.JmsContextTypeFactory
Constructs a new JmsContextTypeFactory.

K

KERBEROS_TOKEN - Static variable in class com.iona.schemas.bus.security_context.BusSecurityType
enum type KERBEROS_TOKEN.
keySet() - Method in class com.iona.jbus.db.collection.PersistentMap
Returns a set view of the keys contained in this map.

L

LICENSE - Static variable in class com.iona.jbus.FaultCategory
Named Category type.
LICENSE_VAL - Static variable in class com.iona.jbus.FaultCategory
Named Category integer type.
Limits - class com.iona.jbus.Limits.
This class returns platform specific min/max values for floats and doubles.
lastIndexOf(Object) - Method in class com.iona.jbus.db.collection.PersistentList
Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
listIterator() - Method in class com.iona.jbus.db.collection.PersistentList
Returns a list iterator of the elements in this list (in proper sequence).
listIterator(int) - Method in class com.iona.jbus.db.collection.PersistentList
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list.
loadService(Class) - Method in class com.iona.jbus.JBusServiceFactory
Currently UnSupported.
loadService(URL, Class, Properties) - Method in class com.iona.jbus.JBusServiceFactory
Currently UnSupported.
loadService(URL, QName, Properties) - Method in class com.iona.jbus.JBusServiceFactory
Currently Unsupported.

M

MANAGED_BUS_EVENT - Static variable in class com.iona.jbus.management.ManagedComponentEvent
Constant representing the Managed Bus Event ID.
MARSHAL_ERROR - Static variable in class com.iona.jbus.FaultCategory
Named Category type.
MARSHAL_ERROR_VAL - Static variable in class com.iona.jbus.FaultCategory
Named Category integer type.
MAYBE - Static variable in class com.iona.jbus.FaultCompletionStatus
Named CompletionStatus type.
MAYBE_VAL - Static variable in class com.iona.jbus.FaultCompletionStatus
Named CompletionStatus integer type.
MBEAN_SERVER_EVENT - Static variable in class com.iona.jbus.management.MBeanServerEvent
Constant representing the MBeanServer Bus Event ID.
MBEAN_SERVER_INTERFACE_NAME - Static variable in class com.iona.jbus.management.ManagementConstants
This property is used to identify the MBean server object that has been registered with the bus registry.
MBeanInfoGenerator - interface com.iona.jbus.management.MBeanInfoGenerator.
The interface that defines the information needed to build an object that implements the ModelMBean interface.
MBeanServerEvent - class com.iona.jbus.management.MBeanServerEvent.
An event indicating that an external MBean server must be registered with the Bus.
MBeanServerEvent(MBeanServer) - Constructor for class com.iona.jbus.management.MBeanServerEvent
Constructs an MBeanServerEvent object.
MEMORY - Static variable in class com.iona.jbus.FaultCategory
Named Category type.
MEMORY_VAL - Static variable in class com.iona.jbus.FaultCategory
Named Category integer type.
MESSAGE_LEVEL - Static variable in class com.iona.schemas.bus.security_context.BusSecurityLevel
enum type MESSAGE_LEVEL.
MQAttributesType - class com.iona.schemas.transports.mq.context.MQAttributesType.
com.iona.schemas.transports.mq.context.MQAttributesType.
MQAttributesType() - Constructor for class com.iona.schemas.transports.mq.context.MQAttributesType
 
MQConnectionAttributesType - class com.iona.schemas.transports.mq.context.MQConnectionAttributesType.
com.iona.schemas.transports.mq.context.MQConnectionAttributesType.
MQConnectionAttributesType() - Constructor for class com.iona.schemas.transports.mq.context.MQConnectionAttributesType
 
MQMessageAttributesType - class com.iona.schemas.transports.mq.context.MQMessageAttributesType.
com.iona.schemas.transports.mq.context.MQMessageAttributesType.
MQMessageAttributesType() - Constructor for class com.iona.schemas.transports.mq.context.MQMessageAttributesType
 
MQ_CONNECTION_ATTRIBUTES - Static variable in class com.iona.jbus.ContextConstants
Context Name for MQ Connection Attributes.
MQ_INCOMING_MESSAGE_ATTRIBUTES - Static variable in class com.iona.jbus.ContextConstants
Context Name for MQ Incoming attributes.
MQ_OUTGOING_MESSAGE_ATTRIBUTES - Static variable in class com.iona.jbus.ContextConstants
Context Name for MQ Outgoing attributes.
MULTI_INSTANCE - Static variable in class com.iona.jbus.ThreadingModel
Specifies a thread per-instance usage style for a ServerTransport.
MULTI_THREADED - Static variable in class com.iona.jbus.ThreadingModel
Specifies a mulitiple threads per-single-instance usage style for a ServerTransport.
ManagedComponent - interface com.iona.jbus.management.ManagedComponent.
Base interface of a ManagedComponent, which a JMX MBean will implement.
ManagedComponentCreatedEvent - class com.iona.jbus.management.ManagedComponentCreatedEvent.
A ManagedComponent Event that indicates that the ManagedComponent needs to be registered as an MBean with the MBean server.
ManagedComponentCreatedEvent(ManagedComponent) - Constructor for class com.iona.jbus.management.ManagedComponentCreatedEvent
Constructs a ManagedComponentCreatedEvent object.
ManagedComponentEvent - class com.iona.jbus.management.ManagedComponentEvent.
The ManagedComponentEvent class, which is the base class for all management events.
ManagedComponentEvent(ManagedComponent) - Constructor for class com.iona.jbus.management.ManagedComponentEvent
Constructs a ManagedComponentEvent object.
ManagedComponentNotification - class com.iona.jbus.management.ManagedComponentNotification.
A class representin a notification emitted by a ManagedComponent.
ManagedComponentNotification(String, Object, long) - Constructor for class com.iona.jbus.management.ManagedComponentNotification
Creates a ManagedComponentNotification object.
ManagedComponentNotification(String, Object, long, String) - Constructor for class com.iona.jbus.management.ManagedComponentNotification
Creates a ManagedComponentNotification object.
ManagedComponentNotification(String, Object, long, long) - Constructor for class com.iona.jbus.management.ManagedComponentNotification
Creates a ManagedComponentNotification object.
ManagedComponentNotification(String, Object, long, long, String) - Constructor for class com.iona.jbus.management.ManagedComponentNotification
Creates a ManagedComponentNotification object.
ManagedComponentRegistry - interface com.iona.jbus.management.ManagedComponentRegistry.
The ManagedComponentRegistry wraps the ManagedComponentRegistry in the C++ Bus.
ManagedComponentRemovedEvent - class com.iona.jbus.management.ManagedComponentRemovedEvent.
A ManagedComponentEvent indicating that the specified ManagedComponent needs to be deregistered from the mbean server.
ManagedComponentRemovedEvent(ManagedComponent) - Constructor for class com.iona.jbus.management.ManagedComponentRemovedEvent
Constructs a ManagedComponentRemovedEvent object.
ManagementConstants - class com.iona.jbus.management.ManagementConstants.
Defines the Management constants used by Artix.
ManagementConstants() - Constructor for class com.iona.jbus.management.ManagementConstants
 
ManagementEventFilter - class com.iona.jbus.management.ManagementEventFilter.
The event filter used to filter the management events that are processed by the management listener.
ManagementEventFilter() - Constructor for class com.iona.jbus.management.ManagementEventFilter
 
ManagementEventListener - interface com.iona.jbus.management.ManagementEventListener.
An interface that should be implemented by an object that processes ManagedComponentEvents.
ManagementException - exception com.iona.jbus.management.ManagementException.
Represents an exception thrown by the management plugin.
ManagementException() - Constructor for class com.iona.jbus.management.ManagementException
Constructs a ManagementException with a null detail message.
ManagementException(String) - Constructor for class com.iona.jbus.management.ManagementException
Constructs a ManagementException with the specified detail message.
ManagementException(Throwable) - Constructor for class com.iona.jbus.management.ManagementException
Constructs a ManagementException with the specified cause.
MqClientType - class com.iona.schemas.transports.mq.context.MqClientType.
com.iona.schemas.transports.mq.context.MqClientType.
MqClientType() - Constructor for class com.iona.schemas.transports.mq.context.MqClientType
 
MqServerType - class com.iona.schemas.transports.mq.context.MqServerType.
com.iona.schemas.transports.mq.context.MqServerType.
MqServerType() - Constructor for class com.iona.schemas.transports.mq.context.MqServerType
 
MqTypeFactory - class com.iona.schemas.transports.mq.context.MqTypeFactory.
MqTypeFactory.
MqTypeFactory() - Constructor for class com.iona.schemas.transports.mq.context.MqTypeFactory
Constructs a new MqTypeFactory.
MqTypeFactory(String) - Constructor for class com.iona.schemas.transports.mq.context.MqTypeFactory
Constructs a new MqTypeFactory.
markAsWriteOperations(String[], QName, String, String) - Method in interface com.iona.jbus.db.DatabaseConfig
Marks each operation name passed as "write" operations, to be forwarded to a master if we are running as a slave.
markForReopen() - Method in class com.iona.jbus.db.collection.PersistentContainer
Marks the database to be reopened.

N

NAME_QNAME - Static variable in class com.iona.schemas.transports.jms.context.JMSPropertyTypeHandler
 
NO - Static variable in class com.iona.jbus.FaultCompletionStatus
Named CompletionStatus type.
NOT_EXIST - Static variable in class com.iona.jbus.FaultCategory
Named Category type.
NOT_EXIST_VAL - Static variable in class com.iona.jbus.FaultCategory
Named Category integer type.
NOT_IMPLEMENTED - Static variable in class com.iona.jbus.FaultCategory
Named Category type.
NOT_IMPLEMENTED_VAL - Static variable in class com.iona.jbus.FaultCategory
Named Category integer type.
NOT_REQUIRED - Static variable in class com.iona.jbus.ThreadingModel
When the ServerTransportThreadingResourcesPolicy is NOT set to ServerTransportThreadingResourcesPolicy.ARTIX_DRIVEN, the ThreadingModel returned by their implementation of ServerTransportPolicies.should be set to this model.
NOT_UNDERSTOOD - Static variable in class com.iona.jbus.FaultCategory
Named Category type.
NOT_UNDERSTOOD_VAL - Static variable in class com.iona.jbus.FaultCategory
Named Category integer type.
NO_PERMISSION - Static variable in class com.iona.jbus.FaultCategory
Named Category type.
NO_PERMISSION_VAL - Static variable in class com.iona.jbus.FaultCategory
Named Category integer type.
NO_VAL - Static variable in class com.iona.jbus.FaultCompletionStatus
Named CompletionStatus integer type.
NoActiveTransactionException - exception com.iona.jbus.transaction.NoActiveTransactionException.
Signals no active transaction while manipulating a transaction.
NoActiveTransactionException(String) - Constructor for class com.iona.jbus.transaction.NoActiveTransactionException
Constructs a NoActiveTransactionException with the specified message.
NoActiveTransactionException(Throwable) - Constructor for class com.iona.jbus.transaction.NoActiveTransactionException
Constructs a NoActiveTransactionException with the specified cause.
NoSuchObjectException - exception com.iona.jbus.management.NoSuchObjectException.
Thrown when an operation on the ManagedComponentRegistry uses an ObjectName which is not registered with the ManagedComponentRegistry.
NoSuchObjectException() - Constructor for class com.iona.jbus.management.NoSuchObjectException
Constructs a NoSuchObjectException with null as the detail message.
NoSuchObjectException(String) - Constructor for class com.iona.jbus.management.NoSuchObjectException
Constructs a NoSuchObjectException with the specified message.
NoSuchObjectException(Throwable) - Constructor for class com.iona.jbus.management.NoSuchObjectException
Constructs a NoSuchObjectException with the specified cause.
NoSuchObjectException(String, Throwable) - Constructor for class com.iona.jbus.management.NoSuchObjectException
Constructs a NoSuchObjectException with the specified message and cause cause.
name - Variable in class com.iona.jbus.GenericHandlerFactory
Name of the handler factory.
none - Static variable in class com.iona.schemas.transports.mq.context.TransactionType
enum type none.

O

OPERATION_NAME - Static variable in class com.iona.jbus.ContextConstants
Context Name for Operation Name.
OTS_TRANSACTION_TYPE - Static variable in interface com.iona.jbus.transaction.TransactionSystem
String constants for supported transaction manager types: ots_tx_provider.
OUTPUT_STREAM_PROPERTY - Static variable in interface com.iona.jbus.StreamMessageContext
Property for OutputStream.
ObjectNameSupport - interface com.iona.jbus.management.ObjectNameSupport.
The interface defining methods that should be implemented by a ManagedComponent in order to return a custom ObjectName.
objectToData(Object) - Method in interface com.iona.jbus.db.collection.DataHandler
Converts an Object into a data buffer.
objectToData(Object) - Method in class com.iona.jbus.db.collection.XMLDataHandler
Converts an Object into a data buffer.
org.xmlsoap.schemas.wsdl.context - package org.xmlsoap.schemas.wsdl.context
 

P

PASSWORD_QNAME - Static variable in class com.iona.schemas.transports.jms.context.JMSConnectionSecurityInfoTypeHandler
 
PORT_FACTORY - Static variable in interface com.iona.jbus.BusConstants
This key is used to get and set the Bus property which stores a PortFactory for a particular wsdl namespace.
PORT_NAME - Static variable in class com.iona.jbus.HandlerConstants
Property for getting the Port Name.
PRINCIPAL - Static variable in class com.iona.schemas.bus.security_context.BusSecurityType
enum type PRINCIPAL.
PRINCIPAL_CONTEXT_ATTRIBUTE - Static variable in class com.iona.jbus.ContextConstants
Context Name for Principal Context.
PRINCIPAL_QNAME - Static variable in class com.iona.schemas.bindings.corba.contexts.CORBAAttributesTypeHandler
 
Peer - Static variable in class com.iona.schemas.transports.mq.context.UsageStyleType
enum type Peer.
PerInvocationServant - class com.iona.jbus.servants.PerInvocationServant.
This Servant class guarantees that a separate instance of the target object will be used for each invocation.
PerInvocationServant(Object, String, Bus) - Constructor for class com.iona.jbus.servants.PerInvocationServant
Constructor for creating a PerInvocationServant.
PersistentContainer - class com.iona.jbus.db.collection.PersistentContainer.
A abstract base class for all stored collections and maps.
PersistentList - class com.iona.jbus.db.collection.PersistentList.
List view of the Database.
PersistentList(String, DatabaseManager, DataHandler) - Constructor for class com.iona.jbus.db.collection.PersistentList
Constructs a new Persistent List and sets up the database as configured.
PersistentMap - class com.iona.jbus.db.collection.PersistentMap.
A Map view of Database.
PersistentMap(String, DatabaseManager, DataHandler, DataHandler) - Constructor for class com.iona.jbus.db.collection.PersistentMap
Constructs a new Persistent Map and sets up the database as configured.
passive - Static variable in class com.iona.schemas.transports.ftp.context.ConnectModeType
enum type passive.
populateElementMap() - Method in class com.iona.schemas.bindings.corba.contexts.CorbaTypeFactory
Creates a map of element names and associated java classes.
populateElementMap() - Method in class com.iona.schemas.bus.i18n.context.I18nContextTypeFactory
Creates a map of element names and associated java classes.
populateElementMap() - Method in class com.iona.schemas.bus.security_context.BusSecurityTypeFactory
Creates a map of element names and associated java classes.
populateElementMap() - Method in class com.iona.schemas.references.ReferencesTypeFactory
Creates a map of element names and associated java classes.
populateElementMap() - Method in class com.iona.schemas.soap.attachments.Attachment_parts_infoTypeFactory
Creates a map of element names and associated java classes.
populateElementMap() - Method in class com.iona.schemas.transports.ftp.context.FtpContextTypeFactory
Creates a map of element names and associated java classes.
populateElementMap() - Method in class com.iona.schemas.transports.http.configuration.context.HttpConfTypeFactory
Creates a map of element names and associated java classes.
populateElementMap() - Method in class com.iona.schemas.transports.jms.context.JmsContextTypeFactory
Creates a map of element names and associated java classes.
populateElementMap() - Method in class com.iona.schemas.transports.mq.context.MqTypeFactory
Creates a map of element names and associated java classes.
populateElementMap() - Method in class com.iona.schemas.transports.tibrv.context.TibrvTypeFactory
Creates a map of element names and associated java classes.
populateExceptionMap() - Method in class com.iona.schemas.bindings.corba.contexts.CorbaTypeFactory
Creates a map of types used in wsdl fault messages and associated java exception classes.
populateExceptionMap() - Method in class com.iona.schemas.bus.i18n.context.I18nContextTypeFactory
Creates a map of types used in wsdl fault messages and associated java exception classes.
populateExceptionMap() - Method in class com.iona.schemas.bus.security_context.BusSecurityTypeFactory
Creates a map of types used in wsdl fault messages and associated java exception classes.
populateExceptionMap() - Method in class com.iona.schemas.references.ReferencesTypeFactory
Creates a map of types used in wsdl fault messages and associated java exception classes.
populateExceptionMap() - Method in class com.iona.schemas.soap.attachments.Attachment_parts_infoTypeFactory
Creates a map of types used in wsdl fault messages and associated java exception classes.
populateExceptionMap() - Method in class com.iona.schemas.transports.ftp.context.FtpContextTypeFactory
Creates a map of types used in wsdl fault messages and associated java exception classes.
populateExceptionMap() - Method in class com.iona.schemas.transports.http.configuration.context.HttpConfTypeFactory
Creates a map of types used in wsdl fault messages and associated java exception classes.
populateExceptionMap() - Method in class com.iona.schemas.transports.jms.context.JmsContextTypeFactory
Creates a map of types used in wsdl fault messages and associated java exception classes.
populateExceptionMap() - Method in class com.iona.schemas.transports.mq.context.MqTypeFactory
Creates a map of types used in wsdl fault messages and associated java exception classes.
populateExceptionMap() - Method in class com.iona.schemas.transports.tibrv.context.TibrvTypeFactory
Creates a map of types used in wsdl fault messages and associated java exception classes.
populateTypeHandlerMap() - Method in class com.iona.schemas.bindings.corba.contexts.CorbaTypeFactory
Creates a map of type handlers.
populateTypeHandlerMap() - Method in class com.iona.schemas.bus.i18n.context.I18nContextTypeFactory
Creates a map of type handlers.
populateTypeHandlerMap() - Method in class com.iona.schemas.bus.security_context.BusSecurityTypeFactory
Creates a map of type handlers.
populateTypeHandlerMap() - Method in class com.iona.schemas.references.ReferencesTypeFactory
Creates a map of type handlers.
populateTypeHandlerMap() - Method in class com.iona.schemas.soap.attachments.Attachment_parts_infoTypeFactory
Creates a map of type handlers.
populateTypeHandlerMap() - Method in class com.iona.schemas.transports.ftp.context.FtpContextTypeFactory
Creates a map of type handlers.
populateTypeHandlerMap() - Method in class com.iona.schemas.transports.http.configuration.context.HttpConfTypeFactory
Creates a map of type handlers.
populateTypeHandlerMap() - Method in class com.iona.schemas.transports.jms.context.JmsContextTypeFactory
Creates a map of type handlers.
populateTypeHandlerMap() - Method in class com.iona.schemas.transports.mq.context.MqTypeFactory
Creates a map of type handlers.
populateTypeHandlerMap() - Method in class com.iona.schemas.transports.tibrv.context.TibrvTypeFactory
Creates a map of type handlers.
populateTypeMap() - Method in class com.iona.schemas.bindings.corba.contexts.CorbaTypeFactory
Creates a map of type names and associated java classes.
populateTypeMap() - Method in class com.iona.schemas.bus.i18n.context.I18nContextTypeFactory
Creates a map of type names and associated java classes.
populateTypeMap() - Method in class com.iona.schemas.bus.security_context.BusSecurityTypeFactory
Creates a map of type names and associated java classes.
populateTypeMap() - Method in class com.iona.schemas.references.ReferencesTypeFactory
Creates a map of type names and associated java classes.
populateTypeMap() - Method in class com.iona.schemas.soap.attachments.Attachment_parts_infoTypeFactory
Creates a map of type names and associated java classes.
populateTypeMap() - Method in class com.iona.schemas.transports.ftp.context.FtpContextTypeFactory
Creates a map of type names and associated java classes.
populateTypeMap() - Method in class com.iona.schemas.transports.http.configuration.context.HttpConfTypeFactory
Creates a map of type names and associated java classes.
populateTypeMap() - Method in class com.iona.schemas.transports.jms.context.JmsContextTypeFactory
Creates a map of type names and associated java classes.
populateTypeMap() - Method in class com.iona.schemas.transports.mq.context.MqTypeFactory
Creates a map of type names and associated java classes.
populateTypeMap() - Method in class com.iona.schemas.transports.tibrv.context.TibrvTypeFactory
Creates a map of type names and associated java classes.
postDispatch(OutputStream, MessageContext) - Method in interface com.iona.jbus.ServerTransport
Notify the transport that the message has been written to the OutputStream returned from getOutputStream.
preferredTransactionManager() - Method in interface com.iona.jbus.transaction.TransactionParticipant
Query operation called after a participant has enlisted with the Artix transaction system to determine which type of transaction management interface it requires to be sent during the setTransactionManager() event call.
prepare() - Method in interface com.iona.jbus.transaction.TransactionParticipant
An event informing the participant to prepare itself for the completion of the transaction.
processEvent(BusEvent) - Method in interface com.iona.jbus.BusEventListener
Invoked when a bus event occurs.
processEvent(BusEvent) - Method in interface com.iona.jbus.management.ManagementEventListener
Invoked when a ManagedComponentEvent is received by this listener.
props - Variable in class com.iona.jbus.servants.EJBServant
Properties for Initial Context.
put(Object, Object) - Method in class com.iona.jbus.db.collection.PersistentMap
Associates the specified value with the specified key in this map (optional operation).
putAll(Map) - Method in class com.iona.jbus.db.collection.PersistentMap
Copies all of the mappings from the specified map to this map (optional operation).

Q

QNAME - Static variable in class com.iona.schemas.bindings.corba.contexts.CORBAAttributesType
QName of the type.
QNAME - Static variable in class com.iona.schemas.bindings.corba.contexts.CORBAAttributesTypeHandler
QName of the type.
QNAME - Static variable in class com.iona.schemas.bus.i18n.context.ClientConfiguration
QName of the type.
QNAME - Static variable in class com.iona.schemas.bus.i18n.context.ServerConfiguration
QName of the type.
QNAME - Static variable in class com.iona.schemas.bus.security_context.BusSecurity
QName of the type.
QNAME - Static variable in class com.iona.schemas.bus.security_context.BusSecurityLevel
QName of the type.
QNAME - Static variable in class com.iona.schemas.bus.security_context.BusSecurityType
QName of the type.
QNAME - Static variable in class com.iona.schemas.references.Reference
QName of the type.
QNAME - Static variable in class com.iona.schemas.references.ReferencePort
QName of the type.
QNAME - Static variable in class com.iona.schemas.soap.attachments.SOAPAttachmentPartInfo
QName of the type.
QNAME - Static variable in class com.iona.schemas.soap.attachments.SOAPAttachmentPartInfoArray
QName of the type.
QNAME - Static variable in class com.iona.schemas.transports.ftp.context.ClientNamingPolicyType
QName of the type.
QNAME - Static variable in class com.iona.schemas.transports.ftp.context.ConnectModeType
QName of the type.
QNAME - Static variable in class com.iona.schemas.transports.ftp.context.ConnectionPolicyType
QName of the type.
QNAME - Static variable in class com.iona.schemas.transports.ftp.context.CredentialsType
QName of the type.
QNAME - Static variable in class com.iona.schemas.transports.ftp.context.DefaultConnectionPolicyType
QName of the type.
QNAME - Static variable in class com.iona.schemas.transports.ftp.context.ServerNamingPolicyType
QName of the type.
QNAME - Static variable in class com.iona.schemas.transports.http.configuration.context.ClientType
QName of the type.
QNAME - Static variable in class com.iona.schemas.transports.http.configuration.context.ServerType
QName of the type.
QNAME - Static variable in class com.iona.schemas.transports.jms.context.JMSClientHeadersType
QName of the type.
QNAME - Static variable in class com.iona.schemas.transports.jms.context.JMSConnectionSecurityInfoType
QName of the type.
QNAME - Static variable in class com.iona.schemas.transports.jms.context.JMSConnectionSecurityInfoTypeHandler
QName of the type.
QNAME - Static variable in class com.iona.schemas.transports.jms.context.JMSHeadersType
QName of the type.
QNAME - Static variable in class com.iona.schemas.transports.jms.context.JMSPropertyType
QName of the type.
QNAME - Static variable in class com.iona.schemas.transports.jms.context.JMSPropertyTypeHandler
QName of the type.
QNAME - Static variable in class com.iona.schemas.transports.jms.context.JMSServerHeadersType
QName of the type.
QNAME - Static variable in class com.iona.schemas.transports.mq.context.AccessModeType
QName of the type.
QNAME - Static variable in class com.iona.schemas.transports.mq.context.CorrelationStyleType
QName of the type.
QNAME - Static variable in class com.iona.schemas.transports.mq.context.DeliveryType
QName of the type.
QNAME - Static variable in class com.iona.schemas.transports.mq.context.FormatType
QName of the type.
QNAME - Static variable in class com.iona.schemas.transports.mq.context.MQAttributesType
QName of the type.
QNAME - Static variable in class com.iona.schemas.transports.mq.context.MQConnectionAttributesType
QName of the type.
QNAME - Static variable in class com.iona.schemas.transports.mq.context.MQMessageAttributesType
QName of the type.
QNAME - Static variable in class com.iona.schemas.transports.mq.context.MqClientType
QName of the type.
QNAME - Static variable in class com.iona.schemas.transports.mq.context.MqServerType
QName of the type.
QNAME - Static variable in class com.iona.schemas.transports.mq.context.ReportOptionType
QName of the type.
QNAME - Static variable in class com.iona.schemas.transports.mq.context.TransactionType
QName of the type.
QNAME - Static variable in class com.iona.schemas.transports.mq.context.UsageStyleType
QName of the type.
QNAME - Static variable in class com.iona.schemas.transports.tibrv.context.TibrvType
QName of the type.
QNAME - Static variable in class org.xmlsoap.schemas.wsdl.context.TExtensibilityElement
QName of the type.

R

REQUEST_LEVEL - Static variable in class com.iona.schemas.bus.security_context.BusSecurityLevel
enum type REQUEST_LEVEL.
ReadException - exception com.iona.jbus.ReadException.
Signals that a read exception of some sort has occured.
ReadException(Throwable) - Constructor for class com.iona.jbus.ReadException
Constructs a ReadException with the specified cause.
ReadException(String) - Constructor for class com.iona.jbus.ReadException
Constructs a ReadException with the specified message.
Reference - class com.iona.schemas.references.Reference.
com.iona.schemas.references.Reference.
Reference() - Constructor for class com.iona.schemas.references.Reference
 
ReferencePort - class com.iona.schemas.references.ReferencePort.
com.iona.schemas.references.ReferencePort.
ReferencePort() - Constructor for class com.iona.schemas.references.ReferencePort
 
ReferencesTypeFactory - class com.iona.schemas.references.ReferencesTypeFactory.
ReferencesTypeFactory.
ReferencesTypeFactory() - Constructor for class com.iona.schemas.references.ReferencesTypeFactory
Constructs a new ReferencesTypeFactory.
ReferencesTypeFactory(String) - Constructor for class com.iona.schemas.references.ReferencesTypeFactory
Constructs a new ReferencesTypeFactory.
ReportOptionType - class com.iona.schemas.transports.mq.context.ReportOptionType.
com.iona.schemas.transports.mq.context.ReportOptionType.
ReportOptionType(String) - Constructor for class com.iona.schemas.transports.mq.context.ReportOptionType
Constructs a new enumeration with specified value.
Requester - Static variable in class com.iona.schemas.transports.mq.context.UsageStyleType
enum type Requester.
Responder - Static variable in class com.iona.schemas.transports.mq.context.UsageStyleType
enum type Responder.
read(QName, MessageReader) - Method in class com.iona.schemas.bindings.corba.contexts.CORBAAttributesTypeHandler
 
read(MessageReader) - Method in class com.iona.schemas.bindings.corba.contexts.CORBAAttributesTypeHandler
 
read(QName, MessageReader) - Method in class com.iona.schemas.transports.jms.context.JMSConnectionSecurityInfoTypeHandler
 
read(MessageReader) - Method in class com.iona.schemas.transports.jms.context.JMSConnectionSecurityInfoTypeHandler
 
read(QName, MessageReader) - Method in class com.iona.schemas.transports.jms.context.JMSPropertyTypeHandler
 
read(MessageReader) - Method in class com.iona.schemas.transports.jms.context.JMSPropertyTypeHandler
 
readAttributes(MessageReader) - Method in class com.iona.schemas.bindings.corba.contexts.CORBAAttributesTypeHandler
 
readAttributes(MessageReader) - Method in class com.iona.schemas.transports.jms.context.JMSConnectionSecurityInfoTypeHandler
 
readAttributes(MessageReader) - Method in class com.iona.schemas.transports.jms.context.JMSPropertyTypeHandler
 
referenceFromXML(String) - Static method in class com.iona.jbus.util.XMLUtils
Converts XML into a reference object.
referenceToXML(Object) - Static method in class com.iona.jbus.util.XMLUtils
Converts a reference object into XML.
registerContext(QName, QName, boolean) - Method in class com.iona.jbus.ContextRegistry
Register a context with the registry.
registerContext(QName, QName, int, boolean) - Method in class com.iona.jbus.ContextRegistry
Register a context with the registry.
registerContext(QName, QName, QName, String) - Method in class com.iona.jbus.ContextRegistry
Register a context with the registry.
registerContext(QName, QName, Long) - Method in class com.iona.jbus.ContextRegistry
Register a context with the registry.
registerDefaultServant(Servant, QName) - Method in class com.iona.jbus.Bus
Registers a default servant with the Bus.
registerDefaultServant(Servant, QName, String) - Method in class com.iona.jbus.Bus
Registers a default servant with the Bus.
registerEntry(String, Object) - Method in interface com.iona.jbus.BusRegistry
Adds a entry to the bus registry.
registerHandlerFactory(HandlerFactory) - Method in class com.iona.jbus.Bus
Register HandlerFactory.
registerServant(Servant, QName) - Method in class com.iona.jbus.Bus
Registers a servant with the Bus.
registerServant(Servant, QName, String) - Method in class com.iona.jbus.Bus
Registers a Servant with the Bus.
registerServiceActivator(QName, ServiceActivator) - Method in class com.iona.jbus.Bus
Registers a ServiceActivator with the ServiceActivatorRegistry.
registerTransientServant(Servant, QName) - Method in class com.iona.jbus.Bus
Registers a servant with the Bus as a transient service.
registerTransportFactory(String, TransportFactory) - Method in class com.iona.jbus.Bus
Associates a name, often a URI, with a TransportFactory when registering with the Bus.
registerTypeFactory(TypeFactory) - Method in class com.iona.jbus.Bus
Registers a Java TypeFactory with the Bus.
remove(int) - Method in class com.iona.jbus.db.collection.PersistentList
Removes the element at the specified position in this list (optional operation).
remove(Object) - Method in class com.iona.jbus.db.collection.PersistentList
Removes the first occurrence in this list of the specified element (optional operation).
remove(Object) - Method in class com.iona.jbus.db.collection.PersistentMap
Removes the mapping for this key from this map if present (optional operation).
removeAll(Collection) - Method in class com.iona.jbus.db.collection.PersistentList
Removes the memebers of the Collection from the list.
removeContext(QName) - Method in class com.iona.jbus.ContextContainer
Removes context value from container.
removeListener(BusEventListener) - Method in class com.iona.jbus.Bus
Removes the specified event listener from the Bus.
removeReplyContext(QName) - Method in interface com.iona.jbus.IonaMessageContext
Remove context value from Reply Container.
removeRequestContext(QName) - Method in interface com.iona.jbus.IonaMessageContext
Remove context value from Request Container.
removeServant(QName) - Method in class com.iona.jbus.Bus
Removes the Servant registered on the given service name.
resolveInitialEndpointReference(QName) - Method in class com.iona.jbus.Bus
Resolve a EndpointReferenceType object that refers to the specified service.
resolveInitialReference(QName) - Method in class com.iona.jbus.Bus
Resolve a Reference object that refers to the specified service.
retainAll(Collection) - Method in class com.iona.jbus.db.collection.PersistentList
Retains only the elements in this collection that are contained in the specified collection (optional operation).
rollback() - Method in interface com.iona.jbus.transaction.TransactionParticipant
An event informing the participant that the transaction has been aborted and therefore it should rollback its state.
rollbackTransaction() - Method in interface com.iona.jbus.transaction.TransactionManager
Marks the unsuccessful end of a transaction unit of work.
rollbackTransaction() - Method in interface com.iona.jbus.transaction.TransactionSystem
Marks the unsuccessful end of a transaction unit of work.
run() - Method in class com.iona.jbus.Bus
Used to prevent the current thread from exiting.
run() - Method in interface com.iona.jbus.ServerTransport
Called when threading policy is set to ServerTransportThreadingResourcesPolicy.ARTIX_DRIVEN.

S

SECURITY_SERVER_CONTEXT - Static variable in class com.iona.jbus.ContextConstants
Context Name for Security context.
SERVER - Static variable in class com.iona.jbus.FaultSource
Named CompletionStatus type.
SERVER_ADDRESS_CONTEXT - Static variable in class com.iona.jbus.ContextConstants
Context Name for Server address.
SERVER_REQUEST_CLASSES - Static variable in class com.iona.jbus.ContextConstants
Context Name for Server Request Classes.
SERVER_REQUEST_VALUES - Static variable in class com.iona.jbus.ContextConstants
Context Name for Server Request Parts.
SERVER_RESPONSE_CLASSES - Static variable in class com.iona.jbus.ContextConstants
Context Name for Server Response Classes.
SERVER_RESPONSE_EXCEPTION - Static variable in class com.iona.jbus.ContextConstants
Context Name for Server Response Exception.
SERVER_RESPONSE_VALUES - Static variable in class com.iona.jbus.ContextConstants
Context Name for Server Response Parts.
SERVER_SIMPLE_ADDRESS_CONTEXT - Static variable in class com.iona.jbus.ContextConstants
Context Name for Simple Server address (used in Java only).
SERVER_VAL - Static variable in class com.iona.jbus.FaultSource
Named CompletionStatus integer type.
SERVICE_NAME - Static variable in class com.iona.jbus.HandlerConstants
Property for getting the Service Name.
SINGLE_THREADED - Static variable in class com.iona.jbus.ThreadingModel
Specifies single thread usage style for a ServerTransport.
SOAPAttachmentPartInfo - class com.iona.schemas.soap.attachments.SOAPAttachmentPartInfo.
com.iona.schemas.soap.attachments.SOAPAttachmentPartInfo.
SOAPAttachmentPartInfo() - Constructor for class com.iona.schemas.soap.attachments.SOAPAttachmentPartInfo
 
SOAPAttachmentPartInfoArray - class com.iona.schemas.soap.attachments.SOAPAttachmentPartInfoArray.
com.iona.schemas.soap.attachments.SOAPAttachmentPartInfoArray.
SOAPAttachmentPartInfoArray() - Constructor for class com.iona.schemas.soap.attachments.SOAPAttachmentPartInfoArray
 
SWA_TRANSPORT_BOUNDARY_PARAM - Static variable in class com.iona.jbus.ContextConstants
Context Name for Boundary.
SWA_TRANSPORT_CONTENT_TYPE - Static variable in class com.iona.jbus.ContextConstants
Context Name for Content type.
SWA_TRANSPORT_START_PARAM - Static variable in class com.iona.jbus.ContextConstants
Context Name for Start header.
SerialPersistentList - class com.iona.jbus.db.collection.SerialPersistentList.
A List view of Database that allows to store Serializable values.
SerialPersistentList(String, DatabaseManager, Class) - Constructor for class com.iona.jbus.db.collection.SerialPersistentList
Constructs a new Persistent List that can store Serializable Java values and sets up the database as configured.
SerialPersistentMap - class com.iona.jbus.db.collection.SerialPersistentMap.
A Map view of Database that allows to store Serializable Java objects as keys and values.
SerialPersistentMap(String, DatabaseManager, Class, Class) - Constructor for class com.iona.jbus.db.collection.SerialPersistentMap
Constructs a new Persistent Map that can store Serializable Java objects as keys and values and sets up the database as configured.
SerializedServant - class com.iona.jbus.servants.SerializedServant.
This Servant class ensures that all invocations are routed to a single target object in a serialized manner.
SerializedServant(Object, String, Bus) - Constructor for class com.iona.jbus.servants.SerializedServant
Constructor for creating a SerializedServant.
Servant - class com.iona.jbus.Servant.
The base class for all Servant implementations.
Servant(String, Bus) - Constructor for class com.iona.jbus.Servant
Constructs a new Servant with the specified WSDL and Bus.
ServerConfiguration - class com.iona.schemas.bus.i18n.context.ServerConfiguration.
com.iona.schemas.bus.i18n.context.ServerConfiguration.
ServerConfiguration() - Constructor for class com.iona.schemas.bus.i18n.context.ServerConfiguration
 
ServerNamingPolicyType - class com.iona.schemas.transports.ftp.context.ServerNamingPolicyType.
com.iona.schemas.transports.ftp.context.ServerNamingPolicyType.
ServerNamingPolicyType() - Constructor for class com.iona.schemas.transports.ftp.context.ServerNamingPolicyType
 
ServerTransport - interface com.iona.jbus.ServerTransport.
Interface for implementing a ServerTransport.
ServerTransportPolicies - interface com.iona.jbus.ServerTransportPolicies.
Interface to implement ServerTransportPolicies.
ServerTransportThreadingResourcesPolicy - class com.iona.jbus.ServerTransportThreadingResourcesPolicy.
This class defines the server transport threading resource policies.
ServerType - class com.iona.schemas.transports.http.configuration.context.ServerType.
com.iona.schemas.transports.http.configuration.context.ServerType.
ServerType() - Constructor for class com.iona.schemas.transports.http.configuration.context.ServerType
 
ServiceActivator - interface com.iona.jbus.ServiceActivator.
The interface for all ServiceActivator implementations.
SingleInstanceServant - class com.iona.jbus.servants.SingleInstanceServant.
This Servant class provides a multi-threaded, single instance usage model to the user.
SingleInstanceServant(Object, String, Bus) - Constructor for class com.iona.jbus.servants.SingleInstanceServant
Constructor for creating a SingleInstanceServant.
Skeleton - interface com.iona.jbus.Skeleton.
Marker interface to denote skeleton class.
StreamMessageContext - interface com.iona.jbus.StreamMessageContext.
This interface provides easy access to getting Input and Output Streams from the MessageContext within Message Level Handlers.
StringSerialPersistentMap - class com.iona.jbus.db.collection.StringSerialPersistentMap.
A Map view of Database that allows to store Strings as keys and Serializable Java objects as values.
StringSerialPersistentMap(String, DatabaseManager, Class) - Constructor for class com.iona.jbus.db.collection.StringSerialPersistentMap
Constructs a new Persistent Map that can store Strings as keys and Serializable Java objects as values.
StringXMLPersistentMap - class com.iona.jbus.db.collection.StringXMLPersistentMap.
A Map view of Database that allows to store Strings as keys and Java objects that support to and from XML Conversion as values.
StringXMLPersistentMap(String, DatabaseManager, XMLDataHandler) - Constructor for class com.iona.jbus.db.collection.StringXMLPersistentMap
Constructs a new Persistent Map that can store Strings as keys and Java objects that supports XML conversion as values.
sendEvent(BusEvent) - Method in class com.iona.jbus.Bus
Sends the event specified to the Bus.
set(int, Object) - Method in class com.iona.jbus.db.collection.PersistentList
Replaces the element at the specified position in this list with the specified element (optional operation).
setAccept(String) - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
setAccept.
setAccept(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setAccept.
setAcceptEncoding(String) - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
setAcceptEncoding.
setAcceptEncoding(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setAcceptEncoding.
setAcceptLanguage(String) - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
setAcceptLanguage.
setAcceptLanguage(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setAcceptLanguage.
setAccessMode(AccessModeType) - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
setAccessMode.
setAccessMode(AccessModeType) - Method in class com.iona.schemas.transports.mq.context.MqClientType
setAccessMode.
setAccessMode(AccessModeType) - Method in class com.iona.schemas.transports.mq.context.MqServerType
setAccessMode.
setAccountingToken(String) - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
setAccountingToken.
setAccountingToken(String) - Method in class com.iona.schemas.transports.mq.context.MQMessageAttributesType
setAccountingToken.
setAccountingToken(String) - Method in class com.iona.schemas.transports.mq.context.MqClientType
setAccountingToken.
setAccountingToken(String) - Method in class com.iona.schemas.transports.mq.context.MqServerType
setAccountingToken.
setAliasQueueName(String) - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
setAliasQueueName.
setAliasQueueName(String) - Method in class com.iona.schemas.transports.mq.context.MQConnectionAttributesType
setAliasQueueName.
setAliasQueueName(String) - Method in class com.iona.schemas.transports.mq.context.MqClientType
setAliasQueueName.
setApplicationData(String) - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
setApplicationData.
setApplicationData(String) - Method in class com.iona.schemas.transports.mq.context.MQMessageAttributesType
setApplicationData.
setApplicationData(String) - Method in class com.iona.schemas.transports.mq.context.MqClientType
setApplicationData.
setApplicationData(String) - Method in class com.iona.schemas.transports.mq.context.MqServerType
setApplicationData.
setApplicationIdData(String) - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
setApplicationIdData.
setApplicationIdData(String) - Method in class com.iona.schemas.transports.mq.context.MQMessageAttributesType
setApplicationIdData.
setApplicationIdData(String) - Method in class com.iona.schemas.transports.mq.context.MqClientType
setApplicationIdData.
setApplicationIdData(String) - Method in class com.iona.schemas.transports.mq.context.MqServerType
setApplicationIdData.
setApplicationOriginData(String) - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
setApplicationOriginData.
setApplicationOriginData(String) - Method in class com.iona.schemas.transports.mq.context.MQMessageAttributesType
setApplicationOriginData.
setApplicationOriginData(String) - Method in class com.iona.schemas.transports.mq.context.MqClientType
setApplicationOriginData.
setApplicationOriginData(String) - Method in class com.iona.schemas.transports.mq.context.MqServerType
setApplicationOriginData.
setAttachment_part_info(SOAPAttachmentPartInfo[]) - Method in class com.iona.schemas.soap.attachments.SOAPAttachmentPartInfoArray
setAttachment_part_info.
setAttribute(String, String, Object) - Method in interface com.iona.jbus.management.ManagedComponentRegistry
 
setAuthenticationCacheSize(Integer) - Method in class com.iona.schemas.bus.security_context.BusSecurity
setAuthenticationCacheSize.
setAuthenticationCacheTimeout(Integer) - Method in class com.iona.schemas.bus.security_context.BusSecurity
setAuthenticationCacheTimeout.
setAuthorization(String) - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
setAuthorization.
setAuthorization(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setAuthorization.
setAuthorizationRealm(String) - Method in class com.iona.schemas.bus.security_context.BusSecurity
setAuthorizationRealm.
setAuthorizationType(String) - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
setAuthorizationType.
setAuthorizationType(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setAuthorizationType.
setAutoRedirect(Boolean) - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
setAutoRedirect.
setAutoRedirect(Boolean) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setAutoRedirect.
setBackoutCount(Integer) - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
setBackoutCount.
setBackoutCount(Integer) - Method in class com.iona.schemas.transports.mq.context.MQMessageAttributesType
setBackoutCount.
setBinding(QName) - Method in class com.iona.schemas.references.ReferencePort
setBinding.
setBoolean(boolean) - Method in class com.iona.webservices.reflect.types.AnyType
Convenient method of setType(QName, Object) for xs:boolean.
setBrowserType(String) - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
setBrowserType.
setBrowserType(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setBrowserType.
setByte(byte) - Method in class com.iona.webservices.reflect.types.AnyType
Convenient method of setType(QName, Object) for xs:byte.
setCacheControl(String) - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
setCacheControl.
setCacheControl(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setCacheControl.
setCacheSize(int) - Method in interface com.iona.jbus.BusEventCache
Sets the cache size.
setCategory(FaultCategory) - Method in class com.iona.jbus.FaultException
Set the FaultCategory for this FaultException.
setCertificateIssuer(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setCertificateIssuer.
setCertificateKeySize(Integer) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setCertificateKeySize.
setCertificateNotAfter(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setCertificateNotAfter.
setCertificateNotBefore(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setCertificateNotBefore.
setCertificateSubject(String) - Method in class com.iona.schemas.bus.security_context.BusSecurity
setCertificateSubject.
setCertificateSubject(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setCertificateSubject.
setClientCertificate(String) - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
setClientCertificate.
setClientCertificateChain(String) - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
setClientCertificateChain.
setClientPrivateKey(String) - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
setClientPrivateKey.
setClientPrivateKeyPassword(String) - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
setClientPrivateKeyPassword.
setCommitMessage(Boolean) - Method in class com.iona.schemas.transports.jms.context.JMSServerHeadersType
setCommitMessage.
setCompletionStatus(FaultCompletionStatus) - Method in class com.iona.jbus.FaultException
Set the FaultCompletionStatus for this FaultException.
setConnectMode(ConnectModeType) - Method in class com.iona.schemas.transports.ftp.context.ConnectionPolicyType
setConnectMode.
setConnectMode(ConnectModeType) - Method in class com.iona.schemas.transports.ftp.context.DefaultConnectionPolicyType
setConnectMode.
setConnectTimeout(Integer) - Method in class com.iona.schemas.transports.ftp.context.ConnectionPolicyType
setConnectTimeout.
setConnectTimeout(int) - Method in class com.iona.schemas.transports.ftp.context.DefaultConnectionPolicyType
setConnectTimeout.
setConnection(String) - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
setConnection.
setConnection(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setConnection.
setConnectionFastPath(Boolean) - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
setConnectionFastPath.
setConnectionFastPath(Boolean) - Method in class com.iona.schemas.transports.mq.context.MqClientType
setConnectionFastPath.
setConnectionFastPath(Boolean) - Method in class com.iona.schemas.transports.mq.context.MqServerType
setConnectionFastPath.
setConnectionName(String) - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
setConnectionName.
setConnectionName(String) - Method in class com.iona.schemas.transports.mq.context.MQConnectionAttributesType
setConnectionName.
setConnectionName(String) - Method in class com.iona.schemas.transports.mq.context.MqClientType
setConnectionName.
setConnectionName(String) - Method in class com.iona.schemas.transports.mq.context.MqServerType
setConnectionName.
setConnectionReusable(Boolean) - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
setConnectionReusable.
setConnectionReusable(Boolean) - Method in class com.iona.schemas.transports.mq.context.MqClientType
setConnectionReusable.
setConnectionReusable(Boolean) - Method in class com.iona.schemas.transports.mq.context.MqServerType
setConnectionReusable.
setContentEncoding(String) - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
setContentEncoding.
setContentEncoding(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setContentEncoding.
setContentLanguage(String) - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
setContentLanguage.
setContentLanguage(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setContentLanguage.
setContentLocation(String) - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
setContentLocation.
setContentLocation(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setContentLocation.
setContentType(String) - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
setContentType.
setContentType(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setContentType.
setContent_encoding(String) - Method in class com.iona.schemas.soap.attachments.SOAPAttachmentPartInfo
setContent_encoding.
setContent_id(String) - Method in class com.iona.schemas.soap.attachments.SOAPAttachmentPartInfo
setContent_id.
setContent_type(String) - Method in class com.iona.schemas.soap.attachments.SOAPAttachmentPartInfo
setContent_type.
setContext(QName, Object) - Method in class com.iona.jbus.ContextContainer
Sets the specified context with the corresponding context value.
setConvert(Boolean) - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
setConvert.
setConvert(Boolean) - Method in class com.iona.schemas.transports.mq.context.MQMessageAttributesType
setConvert.
setConvert(Boolean) - Method in class com.iona.schemas.transports.mq.context.MqClientType
setConvert.
setConvert(Boolean) - Method in class com.iona.schemas.transports.mq.context.MqServerType
setConvert.
setCookie(String) - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
setCookie.
setCookie(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setCookie.
setCorrelationID(byte[]) - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
setCorrelationID.
setCorrelationID(byte[]) - Method in class com.iona.schemas.transports.mq.context.MQMessageAttributesType
setCorrelationID.
setCorrelationID(String) - Method in class com.iona.schemas.transports.mq.context.MqClientType
setCorrelationID.
setCorrelationID(String) - Method in class com.iona.schemas.transports.mq.context.MqServerType
setCorrelationID.
setCorrelationStyle(CorrelationStyleType) - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
setCorrelationStyle.
setCorrelationStyle(CorrelationStyleType) - Method in class com.iona.schemas.transports.mq.context.MQMessageAttributesType
setCorrelationStyle.
setCorrelationStyle(CorrelationStyleType) - Method in class com.iona.schemas.transports.mq.context.MqClientType
setCorrelationStyle.
setCorrelationStyle(CorrelationStyleType) - Method in class com.iona.schemas.transports.mq.context.MqServerType
setCorrelationStyle.
setCurrentBus(Bus) - Static method in class com.iona.jbus.DispatchLocals
Sets the current Bus object in the current thread.
setCurrentMessageContext(MessageContext) - Static method in class com.iona.jbus.DispatchLocals
Sets the current message context object in the current thread.
setDecimal(BigDecimal) - Method in class com.iona.webservices.reflect.types.AnyType
Convenient method of setType(QName, Object) for xs:decimal.
setDefaultPassword(String) - Method in class com.iona.schemas.bus.security_context.BusSecurity
setDefaultPassword.
setDelivery(DeliveryType) - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
setDelivery.
setDelivery(DeliveryType) - Method in class com.iona.schemas.transports.mq.context.MQMessageAttributesType
setDelivery.
setDelivery(DeliveryType) - Method in class com.iona.schemas.transports.mq.context.MqClientType
setDelivery.
setDelivery(DeliveryType) - Method in class com.iona.schemas.transports.mq.context.MqServerType
setDelivery.
setDouble(double) - Method in class com.iona.webservices.reflect.types.AnyType
Convenient method of setType(QName, Object) for xs:double.
setETag(String) - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
setETag.
setETag(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setETag.
setEnableAuthorization(Boolean) - Method in class com.iona.schemas.bus.security_context.BusSecurity
setEnableAuthorization.
setEnableSSO(Boolean) - Method in class com.iona.schemas.bus.security_context.BusSecurity
setEnableSSO.
setEnableSecurity(Boolean) - Method in class com.iona.schemas.bus.security_context.BusSecurity
setEnableSecurity.
setEncoded_token(String) - Method in class com.iona.schemas.bus.security_context.BusSecurity
setEncoded_token.
setExpires(String) - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
setExpires.
setExpires(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setExpires.
setFaultCode(String) - Method in class com.iona.jbus.FaultException
Set the FaultCode for this FaultException.
setFaultNamespaceURI(String) - Method in class com.iona.jbus.FaultException
Set the fault namespace URI for this FaultException.
setFilenameFactory(String) - Method in class com.iona.schemas.transports.ftp.context.ClientNamingPolicyType
setFilenameFactory.
setFilenameFactory(String) - Method in class com.iona.schemas.transports.ftp.context.ServerNamingPolicyType
setFilenameFactory.
setFloat(float) - Method in class com.iona.webservices.reflect.types.AnyType
Convenient method of setType(QName, Object) for xs:float.
setFoo(String) - Method in class com.iona.schemas.transports.tibrv.context.TibrvType
setFoo.
setFormat(FormatType) - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
setFormat.
setFormat(FormatType) - Method in class com.iona.schemas.transports.mq.context.MQMessageAttributesType
setFormat.
setFormat(FormatType) - Method in class com.iona.schemas.transports.mq.context.MqClientType
setFormat.
setFormat(FormatType) - Method in class com.iona.schemas.transports.mq.context.MqServerType
setFormat.
setHTTPReply(String) - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
setHTTPReply.
setHTTPReply(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setHTTPReply.
setHTTPReplyCode(Integer) - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
setHTTPReplyCode.
setHTTPReplyCode(Integer) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setHTTPReplyCode.
setHTTPVersion(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setHTTPVersion.
setHonorKeepAlive(Boolean) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setHonorKeepAlive.
setHost(String) - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
setHost.
setHost(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setHost.
setIfModifiedSince(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setIfModifiedSince.
setInboundCodeSet(String) - Method in class com.iona.schemas.bus.i18n.context.ClientConfiguration
setInboundCodeSet.
setInboundCodeSet(String) - Method in class com.iona.schemas.bus.i18n.context.ServerConfiguration
setInboundCodeSet.
setInputStream(InputStream) - Method in interface com.iona.jbus.StreamMessageContext
Set the specified InputStream into context.
setInt(int) - Method in class com.iona.webservices.reflect.types.AnyType
Convenient method of setType(QName, Object) for xs:int.
setIs2AuthorizationActionRoleMapping(String) - Method in class com.iona.schemas.bus.security_context.BusSecurity
setIs2AuthorizationActionRoleMapping.
setIsTransportCredential(Boolean) - Method in class com.iona.schemas.bus.security_context.BusSecurity
setIsTransportCredential.
setJMSCorrelationID(String) - Method in class com.iona.schemas.transports.jms.context.JMSHeadersType
setJMSCorrelationID.
setJMSDeliveryMode(Integer) - Method in class com.iona.schemas.transports.jms.context.JMSHeadersType
setJMSDeliveryMode.
setJMSExpiration(Long) - Method in class com.iona.schemas.transports.jms.context.JMSHeadersType
setJMSExpiration.
setJMSMessageID(String) - Method in class com.iona.schemas.transports.jms.context.JMSHeadersType
setJMSMessageID.
setJMSPriority(Integer) - Method in class com.iona.schemas.transports.jms.context.JMSHeadersType
setJMSPriority.
setJMSRedelivered(Boolean) - Method in class com.iona.schemas.transports.jms.context.JMSHeadersType
setJMSRedelivered.
setJMSTimeStamp(Long) - Method in class com.iona.schemas.transports.jms.context.JMSHeadersType
setJMSTimeStamp.
setJMSType(String) - Method in class com.iona.schemas.transports.jms.context.JMSHeadersType
setJMSType.
setLastModified(String) - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
setLastModified.
setLastModified(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setLastModified.
setLocalCodeSet(String) - Method in class com.iona.schemas.bus.i18n.context.ClientConfiguration
setLocalCodeSet.
setLocalCodeSet(String) - Method in class com.iona.schemas.bus.i18n.context.ServerConfiguration
setLocalCodeSet.
setLong(long) - Method in class com.iona.webservices.reflect.types.AnyType
Convenient method of setType(QName, Object) for xs:long.
setMessageID(byte[]) - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
setMessageID.
setMessageID(byte[]) - Method in class com.iona.schemas.transports.mq.context.MQMessageAttributesType
setMessageID.
setMessageID(String) - Method in class com.iona.schemas.transports.mq.context.MqClientType
setMessageID.
setMessageID(String) - Method in class com.iona.schemas.transports.mq.context.MqServerType
setMessageID.
setMethod(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setMethod.
setModelQueueName(String) - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
setModelQueueName.
setModelQueueName(String) - Method in class com.iona.schemas.transports.mq.context.MQConnectionAttributesType
setModelQueueName.
setModelQueueName(String) - Method in class com.iona.schemas.transports.mq.context.MqClientType
setModelQueueName.
setModelQueueName(String) - Method in class com.iona.schemas.transports.mq.context.MqServerType
setModelQueueName.
setMultiplexPoolSize(Integer) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setMultiplexPoolSize.
setName(String) - Method in class com.iona.schemas.references.ReferencePort
setName.
setName(String) - Method in class com.iona.schemas.transports.ftp.context.CredentialsType
setName.
setName(String) - Method in class com.iona.schemas.transports.jms.context.JMSPropertyType
setName.
setObject(Object, boolean) - Method in class com.iona.schemas.bindings.corba.contexts.CORBAAttributesTypeHandler
 
setObject(Object) - Method in class com.iona.schemas.bindings.corba.contexts.CORBAAttributesTypeHandler
 
setObject(Object, boolean) - Method in class com.iona.schemas.transports.jms.context.JMSConnectionSecurityInfoTypeHandler
 
setObject(Object) - Method in class com.iona.schemas.transports.jms.context.JMSConnectionSecurityInfoTypeHandler
 
setObject(Object, boolean) - Method in class com.iona.schemas.transports.jms.context.JMSPropertyTypeHandler
 
setObject(Object) - Method in class com.iona.schemas.transports.jms.context.JMSPropertyTypeHandler
 
setObjectName(ObjectName) - Method in interface com.iona.jbus.management.ManagedComponent
Sets the ObjectName of the ManagedComponent.
setOthers(String) - Method in class com.iona.schemas.soap.attachments.SOAPAttachmentPartInfo
setOthers.
setOutboundCodeSet(String) - Method in class com.iona.schemas.bus.i18n.context.ClientConfiguration
setOutboundCodeSet.
setOutboundCodeSet(String) - Method in class com.iona.schemas.bus.i18n.context.ServerConfiguration
setOutboundCodeSet.
setOutputStream(OutputStream) - Method in interface com.iona.jbus.StreamMessageContext
Sets the specified OutputStream into context.
setPart_name(QName) - Method in class com.iona.schemas.soap.attachments.SOAPAttachmentPartInfo
setPart_name.
setPassword(String) - Method in class com.iona.schemas.bus.security_context.BusSecurity
setPassword.
setPassword(String) - Method in class com.iona.schemas.transports.ftp.context.CredentialsType
setPassword.
setPassword(String) - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
setPassword.
setPassword(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setPassword.
setPassword(String) - Method in class com.iona.schemas.transports.jms.context.JMSConnectionSecurityInfoType
setPassword.
setPort(ReferencePort[]) - Method in class com.iona.schemas.references.Reference
setPort.
setPragma(String) - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
setPragma.
setPragma(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setPragma.
setPrincipal(String) - Method in class com.iona.schemas.bindings.corba.contexts.CORBAAttributesType
setPrincipal.
setPrincipal(String) - Method in class com.iona.schemas.bus.security_context.BusSecurity
setPrincipal.
setProperties(Hashtable) - Method in class com.iona.jbus.Bus
Sets the properties.
setProperty(String, Object) - Method in class com.iona.jbus.Bus
Set the property with the specified name and value.
setProperty(JMSPropertyType[]) - Method in class com.iona.schemas.transports.jms.context.JMSHeadersType
setProperty.
setPropogateTransactions(Boolean) - Method in class com.iona.schemas.transports.mq.context.MqServerType
setPropogateTransactions.
setProxyAuthenticate(String) - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
setProxyAuthenticate.
setProxyAuthorization(String) - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
setProxyAuthorization.
setProxyAuthorization(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setProxyAuthorization.
setProxyAuthorizationType(String) - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
setProxyAuthorizationType.
setProxyAuthorizationType(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setProxyAuthorizationType.
setProxyPassword(String) - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
setProxyPassword.
setProxyPassword(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setProxyPassword.
setProxyServer(String) - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
setProxyServer.
setProxyServer(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setProxyServer.
setProxyUserName(String) - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
setProxyUserName.
setProxyUserName(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setProxyUserName.
setQueueManager(String) - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
setQueueManager.
setQueueManager(String) - Method in class com.iona.schemas.transports.mq.context.MQConnectionAttributesType
setQueueManager.
setQueueManager(String) - Method in class com.iona.schemas.transports.mq.context.MqClientType
setQueueManager.
setQueueManager(String) - Method in class com.iona.schemas.transports.mq.context.MqServerType
setQueueManager.
setQueueName(String) - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
setQueueName.
setQueueName(String) - Method in class com.iona.schemas.transports.mq.context.MQConnectionAttributesType
setQueueName.
setQueueName(String) - Method in class com.iona.schemas.transports.mq.context.MqClientType
setQueueName.
setQueueName(String) - Method in class com.iona.schemas.transports.mq.context.MqServerType
setQueueName.
setReceiveTimeout(Integer) - Method in class com.iona.schemas.transports.ftp.context.ConnectionPolicyType
setReceiveTimeout.
setReceiveTimeout(int) - Method in class com.iona.schemas.transports.ftp.context.DefaultConnectionPolicyType
setReceiveTimeout.
setReceiveTimeout(Integer) - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
setReceiveTimeout.
setReceiveTimeout(Integer) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setReceiveTimeout.
setRedirectURL(String) - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
setRedirectURL.
setRedirectURL(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setRedirectURL.
setReferer(String) - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
setReferer.
setReferer(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setReferer.
setReplyContext(QName, Object) - Method in interface com.iona.jbus.IonaMessageContext
Sets the name and value of a context associated with the Reply ContextContainer.
setReplyFileLifecycle(String) - Method in class com.iona.schemas.transports.ftp.context.ClientNamingPolicyType
setReplyFileLifecycle.
setReplyQueueManager(String) - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
setReplyQueueManager.
setReplyQueueManager(String) - Method in class com.iona.schemas.transports.mq.context.MQConnectionAttributesType
setReplyQueueManager.
setReplyQueueManager(String) - Method in class com.iona.schemas.transports.mq.context.MqClientType
setReplyQueueManager.
setReplyQueueManager(String) - Method in class com.iona.schemas.transports.mq.context.MqServerType
setReplyQueueManager.
setReplyQueueName(String) - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
setReplyQueueName.
setReplyQueueName(String) - Method in class com.iona.schemas.transports.mq.context.MQConnectionAttributesType
setReplyQueueName.
setReplyQueueName(String) - Method in class com.iona.schemas.transports.mq.context.MqClientType
setReplyQueueName.
setReplyQueueName(String) - Method in class com.iona.schemas.transports.mq.context.MqServerType
setReplyQueueName.
setReportOption(ReportOptionType) - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
setReportOption.
setReportOption(ReportOptionType) - Method in class com.iona.schemas.transports.mq.context.MQMessageAttributesType
setReportOption.
setReportOption(ReportOptionType) - Method in class com.iona.schemas.transports.mq.context.MqClientType
setReportOption.
setReportOption(ReportOptionType) - Method in class com.iona.schemas.transports.mq.context.MqServerType
setReportOption.
setRequestContext(QName, Object) - Method in interface com.iona.jbus.IonaMessageContext
Sets the name and value of a context associated with the Request ContextContainer.
setRequestFileLifecycle(String) - Method in class com.iona.schemas.transports.ftp.context.ServerNamingPolicyType
setRequestFileLifecycle.
setRequired(Boolean) - Method in class org.xmlsoap.schemas.wsdl.context.TExtensibilityElement
setRequired.
setSSOToken(String) - Method in class com.iona.schemas.bus.security_context.BusSecurity
setSSOToken.
setScanInterval(Integer) - Method in class com.iona.schemas.transports.ftp.context.ConnectionPolicyType
setScanInterval.
setScanInterval(int) - Method in class com.iona.schemas.transports.ftp.context.DefaultConnectionPolicyType
setScanInterval.
setSecurityLevel(BusSecurityLevel) - Method in class com.iona.schemas.bus.security_context.BusSecurity
setSecurityLevel.
setSecurity_Type(BusSecurityType) - Method in class com.iona.schemas.bus.security_context.BusSecurity
setSecurity_Type.
setSendTimeout(Integer) - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
setSendTimeout.
setSendTimeout(Integer) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setSendTimeout.
setServerCertificate(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setServerCertificate.
setServerCertificateChain(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setServerCertificateChain.
setServerDate(String) - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
setServerDate.
setServerId(String) - Method in class com.iona.jbus.FaultException
Set the fault server id for this FaultException.
setServerPrivateKey(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setServerPrivateKey.
setServerPrivateKeyPassword(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setServerPrivateKeyPassword.
setServerType(String) - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
setServerType.
setServerType(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setServerType.
setService(QName) - Method in class com.iona.schemas.references.Reference
setService.
setShort(short) - Method in class com.iona.webservices.reflect.types.AnyType
Convenient method of setType(QName, Object) for xs:short.
setSource(FaultSource) - Method in class com.iona.jbus.FaultException
Set the FaultSource for this FaultException.
setString(String) - Method in class com.iona.webservices.reflect.types.AnyType
Convenient method of setType(QName, Object) for xs:string.
setSuppressClientReceiveErrors(Boolean) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setSuppressClientReceiveErrors.
setSuppressClientSendErrors(Boolean) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setSuppressClientSendErrors.
setTimeOut(Long) - Method in class com.iona.schemas.transports.jms.context.JMSClientHeadersType
setTimeOut.
setTimeToLive(Long) - Method in class com.iona.schemas.transports.jms.context.JMSHeadersType
setTimeToLive.
setTransactionManager(TransactionManager) - Method in interface com.iona.jbus.transaction.TransactionParticipant
A callback event identifying the manager interface for the transaction within which it has been enlisted.
setTransactionTimeout(long) - Method in interface com.iona.jbus.transaction.TransactionManager
Set the timeout within which transactions must be completed.
setTransactional(TransactionType) - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
setTransactional.
setTransactional(TransactionType) - Method in class com.iona.schemas.transports.mq.context.MQConnectionAttributesType
setTransactional.
setTransactional(TransactionType) - Method in class com.iona.schemas.transports.mq.context.MqClientType
setTransactional.
setTransactional(TransactionType) - Method in class com.iona.schemas.transports.mq.context.MqServerType
setTransactional.
setTrustedRootCertificates(String) - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
setTrustedRootCertificates.
setTrustedRootCertificates(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setTrustedRootCertificates.
setType(QName, Object) - Method in class com.iona.webservices.reflect.types.AnyType
set AnyType with qname of schema type and java object.
setUByte(short) - Method in class com.iona.webservices.reflect.types.AnyType
Convenient method of setType(QName, Object) for xs:unsignedByte.
setUInt(long) - Method in class com.iona.webservices.reflect.types.AnyType
Convenient method of setType(QName, Object) for xs:unsignedInt.
setULong(BigInteger) - Method in class com.iona.webservices.reflect.types.AnyType
Convenient method of setType(QName, Object) for xs:unsignedLong.
setURL(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setURL.
setUShort(int) - Method in class com.iona.webservices.reflect.types.AnyType
Convenient method of setType(QName, Object) for xs:unsignedShort.
setUsageStyle(UsageStyleType) - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
setUsageStyle.
setUsageStyle(UsageStyleType) - Method in class com.iona.schemas.transports.mq.context.MqClientType
setUsageStyle.
setUsageStyle(UsageStyleType) - Method in class com.iona.schemas.transports.mq.context.MqServerType
setUsageStyle.
setUseFilenameMaskOnScan(Boolean) - Method in class com.iona.schemas.transports.ftp.context.ConnectionPolicyType
setUseFilenameMaskOnScan.
setUseFilenameMaskOnScan(boolean) - Method in class com.iona.schemas.transports.ftp.context.DefaultConnectionPolicyType
setUseFilenameMaskOnScan.
setUseSecureSockets(Boolean) - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
setUseSecureSockets.
setUseSecureSockets(Boolean) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setUseSecureSockets.
setUserIdentifier(String) - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
setUserIdentifier.
setUserIdentifier(String) - Method in class com.iona.schemas.transports.mq.context.MQMessageAttributesType
setUserIdentifier.
setUserIdentifier(String) - Method in class com.iona.schemas.transports.mq.context.MqClientType
setUserIdentifier.
setUserName(String) - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
setUserName.
setUserName(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setUserName.
setUsername(String) - Method in class com.iona.schemas.bus.security_context.BusSecurity
setUsername.
setUsername(String) - Method in class com.iona.schemas.transports.jms.context.JMSConnectionSecurityInfoType
setUsername.
setValue(String) - Method in class com.iona.schemas.transports.jms.context.JMSPropertyType
setValue.
setWSSEKerberosV5Token(byte[]) - Method in class com.iona.schemas.bus.security_context.BusSecurity
setWSSEKerberosV5Token.
setWSSEKerberosv5SToken(String) - Method in class com.iona.schemas.bus.security_context.BusSecurity
setWSSEKerberosv5SToken.
setWSSEPasswordToken(String) - Method in class com.iona.schemas.bus.security_context.BusSecurity
setWSSEPasswordToken.
setWSSEUsernameToken(String) - Method in class com.iona.schemas.bus.security_context.BusSecurity
setWSSEUsernameToken.
setWSSEX509Cert(String) - Method in class com.iona.schemas.bus.security_context.BusSecurity
setWSSEX509Cert.
setWSSEX509CertToken(byte[]) - Method in class com.iona.schemas.bus.security_context.BusSecurity
setWSSEX509CertToken.
setWWWAuthenticate(String) - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
setWWWAuthenticate.
setWWWAuthenticate(String) - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
setWWWAuthenticate.
setWsdlLocation(String) - Method in class com.iona.schemas.references.Reference
setWsdlLocation.
setXSIType(QName) - Method in class com.iona.schemas.bindings.corba.contexts.CORBAAttributesTypeHandler
 
setXSIType(QName) - Method in class com.iona.schemas.transports.jms.context.JMSConnectionSecurityInfoTypeHandler
 
setXSIType(QName) - Method in class com.iona.schemas.transports.jms.context.JMSPropertyTypeHandler
 
set_any(SOAPElement[]) - Method in class com.iona.schemas.references.ReferencePort
set_any.
shutdown(boolean) - Method in class com.iona.jbus.Bus
Shuts down the Bus.
shutdown() - Method in interface com.iona.jbus.ServerTransport
Called once per ServerTransport instance to allow for cleanup of any resources allocated by the transport.
size() - Method in class com.iona.jbus.db.collection.PersistentContainer
Always throws UnsupportedOperationException.
subList(int, int) - Method in class com.iona.jbus.db.collection.PersistentList
Returns a List representing some, or all, of the members of the list.

T

TARGET_NAMESPACE - Static variable in class com.iona.schemas.bindings.corba.contexts.CORBAAttributesType
Target namespace of Schema in which this type is defined.
TARGET_NAMESPACE - Static variable in class com.iona.schemas.bus.i18n.context.ClientConfiguration
Target namespace of Schema in which this type is defined.
TARGET_NAMESPACE - Static variable in class com.iona.schemas.bus.i18n.context.ServerConfiguration
Target namespace of Schema in which this type is defined.
TARGET_NAMESPACE - Static variable in class com.iona.schemas.bus.security_context.BusSecurity
Target namespace of Schema in which this type is defined.
TARGET_NAMESPACE - Static variable in class com.iona.schemas.bus.security_context.BusSecurityLevel
Target namespace of Schema in which this type is defined.
TARGET_NAMESPACE - Static variable in class com.iona.schemas.bus.security_context.BusSecurityType
Target namespace of Schema in which this type is defined.
TARGET_NAMESPACE - Static variable in class com.iona.schemas.references.Reference
Target namespace of Schema in which this type is defined.
TARGET_NAMESPACE - Static variable in class com.iona.schemas.references.ReferencePort
Target namespace of Schema in which this type is defined.
TARGET_NAMESPACE - Static variable in class com.iona.schemas.soap.attachments.SOAPAttachmentPartInfo
Target namespace of Schema in which this type is defined.
TARGET_NAMESPACE - Static variable in class com.iona.schemas.soap.attachments.SOAPAttachmentPartInfoArray
Target namespace of Schema in which this type is defined.
TARGET_NAMESPACE - Static variable in class com.iona.schemas.transports.ftp.context.ClientNamingPolicyType
Target namespace of Schema in which this type is defined.
TARGET_NAMESPACE - Static variable in class com.iona.schemas.transports.ftp.context.ConnectModeType
Target namespace of Schema in which this type is defined.
TARGET_NAMESPACE - Static variable in class com.iona.schemas.transports.ftp.context.ConnectionPolicyType
Target namespace of Schema in which this type is defined.
TARGET_NAMESPACE - Static variable in class com.iona.schemas.transports.ftp.context.CredentialsType
Target namespace of Schema in which this type is defined.
TARGET_NAMESPACE - Static variable in class com.iona.schemas.transports.ftp.context.DefaultConnectionPolicyType
Target namespace of Schema in which this type is defined.
TARGET_NAMESPACE - Static variable in class com.iona.schemas.transports.ftp.context.ServerNamingPolicyType
Target namespace of Schema in which this type is defined.
TARGET_NAMESPACE - Static variable in class com.iona.schemas.transports.http.configuration.context.ClientType
Target namespace of Schema in which this type is defined.
TARGET_NAMESPACE - Static variable in class com.iona.schemas.transports.http.configuration.context.ServerType
Target namespace of Schema in which this type is defined.
TARGET_NAMESPACE - Static variable in class com.iona.schemas.transports.jms.context.JMSClientHeadersType
Target namespace of Schema in which this type is defined.
TARGET_NAMESPACE - Static variable in class com.iona.schemas.transports.jms.context.JMSConnectionSecurityInfoType
Target namespace of Schema in which this type is defined.
TARGET_NAMESPACE - Static variable in class com.iona.schemas.transports.jms.context.JMSHeadersType
Target namespace of Schema in which this type is defined.
TARGET_NAMESPACE - Static variable in class com.iona.schemas.transports.jms.context.JMSPropertyType
Target namespace of Schema in which this type is defined.
TARGET_NAMESPACE - Static variable in class com.iona.schemas.transports.jms.context.JMSServerHeadersType
Target namespace of Schema in which this type is defined.
TARGET_NAMESPACE - Static variable in class com.iona.schemas.transports.mq.context.AccessModeType
Target namespace of Schema in which this type is defined.
TARGET_NAMESPACE - Static variable in class com.iona.schemas.transports.mq.context.CorrelationStyleType
Target namespace of Schema in which this type is defined.
TARGET_NAMESPACE - Static variable in class com.iona.schemas.transports.mq.context.DeliveryType
Target namespace of Schema in which this type is defined.
TARGET_NAMESPACE - Static variable in class com.iona.schemas.transports.mq.context.FormatType
Target namespace of Schema in which this type is defined.
TARGET_NAMESPACE - Static variable in class com.iona.schemas.transports.mq.context.MQAttributesType
Target namespace of Schema in which this type is defined.
TARGET_NAMESPACE - Static variable in class com.iona.schemas.transports.mq.context.MQConnectionAttributesType
Target namespace of Schema in which this type is defined.
TARGET_NAMESPACE - Static variable in class com.iona.schemas.transports.mq.context.MQMessageAttributesType
Target namespace of Schema in which this type is defined.
TARGET_NAMESPACE - Static variable in class com.iona.schemas.transports.mq.context.MqClientType
Target namespace of Schema in which this type is defined.
TARGET_NAMESPACE - Static variable in class com.iona.schemas.transports.mq.context.MqServerType
Target namespace of Schema in which this type is defined.
TARGET_NAMESPACE - Static variable in class com.iona.schemas.transports.mq.context.ReportOptionType
Target namespace of Schema in which this type is defined.
TARGET_NAMESPACE - Static variable in class com.iona.schemas.transports.mq.context.TransactionType
Target namespace of Schema in which this type is defined.
TARGET_NAMESPACE - Static variable in class com.iona.schemas.transports.mq.context.UsageStyleType
Target namespace of Schema in which this type is defined.
TARGET_NAMESPACE - Static variable in class com.iona.schemas.transports.tibrv.context.TibrvType
Target namespace of Schema in which this type is defined.
TARGET_NAMESPACE - Static variable in class org.xmlsoap.schemas.wsdl.context.TExtensibilityElement
Target namespace of Schema in which this type is defined.
TExtensibilityElement - class org.xmlsoap.schemas.wsdl.context.TExtensibilityElement.
org.xmlsoap.schemas.wsdl.context.TExtensibilityElement.
TExtensibilityElement() - Constructor for class org.xmlsoap.schemas.wsdl.context.TExtensibilityElement
 
TIBRV_TRANSPORT_CONTEXT - Static variable in class com.iona.jbus.ContextConstants
Context Name for Tibco Context.
TIMEOUT - Static variable in class com.iona.jbus.FaultCategory
Named Category type.
TIMEOUT_VAL - Static variable in class com.iona.jbus.FaultCategory
Named Category integer type.
TRANSIENT - Static variable in class com.iona.jbus.FaultCategory
Named Category type.
TRANSIENT_VAL - Static variable in class com.iona.jbus.FaultCategory
Named Category integer type.
TRANSPORT_DRIVEN - Static variable in class com.iona.jbus.ServerTransportThreadingResourcesPolicy
Specifies that the ServerTransport is responsible for providing its own threads for the processing of incoming requests.
TYPE - Static variable in class com.iona.jbus.ContextType
Indicates that the context type registered is a type.
ThreadingModel - class com.iona.jbus.ThreadingModel.
This class defines a ThreadingModel.
TibrvType - class com.iona.schemas.transports.tibrv.context.TibrvType.
com.iona.schemas.transports.tibrv.context.TibrvType.
TibrvType() - Constructor for class com.iona.schemas.transports.tibrv.context.TibrvType
 
TibrvTypeFactory - class com.iona.schemas.transports.tibrv.context.TibrvTypeFactory.
TibrvTypeFactory.
TibrvTypeFactory() - Constructor for class com.iona.schemas.transports.tibrv.context.TibrvTypeFactory
Constructs a new TibrvTypeFactory.
TibrvTypeFactory(String) - Constructor for class com.iona.schemas.transports.tibrv.context.TibrvTypeFactory
Constructs a new TibrvTypeFactory.
TransactionAlreadyActiveException - exception com.iona.jbus.transaction.TransactionAlreadyActiveException.
Signals transaction is already active while manipulating a transaction.
TransactionAlreadyActiveException(String) - Constructor for class com.iona.jbus.transaction.TransactionAlreadyActiveException
Constructs a TransactionAlreadyActiveException with the specified message.
TransactionAlreadyActiveException(Throwable) - Constructor for class com.iona.jbus.transaction.TransactionAlreadyActiveException
Constructs a TransactionAlreadyActiveException with the specified cause.
TransactionIdentifier - interface com.iona.jbus.transaction.TransactionIdentifier.
The interface used to represent an Identifier for a Transaction instance.
TransactionManager - interface com.iona.jbus.transaction.TransactionManager.
The Interface used to conduct non-demarcation related actions on a transaction instance within Artix.
TransactionNotificationHandler - interface com.iona.jbus.transaction.TransactionNotificationHandler.
The event interface used to receive transaction notification events.
TransactionParticipant - interface com.iona.jbus.transaction.TransactionParticipant.
The event interface used for participants of a transaction.
TransactionSystem - interface com.iona.jbus.transaction.TransactionSystem.
The interface used to control Transaction demarcation in Artix.
TransactionSystemUnavailableException - exception com.iona.jbus.transaction.TransactionSystemUnavailableException.
Signals transaction system is not available while manipulating a transaction.
TransactionSystemUnavailableException(String) - Constructor for class com.iona.jbus.transaction.TransactionSystemUnavailableException
Constructs a TransactionSystemUnavailableException with the specified message.
TransactionSystemUnavailableException(Throwable) - Constructor for class com.iona.jbus.transaction.TransactionSystemUnavailableException
Constructs a TransactionSystemUnavailableException with the specified cause.
TransactionType - class com.iona.schemas.transports.mq.context.TransactionType.
com.iona.schemas.transports.mq.context.TransactionType.
TransactionType(String) - Constructor for class com.iona.schemas.transports.mq.context.TransactionType
Constructs a new enumeration with specified value.
TransactionalServerTransport - interface com.iona.jbus.TransactionalServerTransport.
A marker interface to let Artix internal know that as ServerTransport supports transactions.
TransportCallback - interface com.iona.jbus.TransportCallback.
Interface for ServerTransport to use to control flow of messages transport events to Artix core.
TransportException - exception com.iona.jbus.TransportException.
Signals that a transport related exception has occured.
TransportException() - Constructor for class com.iona.jbus.TransportException
Constructs a TransportException with null as the detail message.
TransportException(String) - Constructor for class com.iona.jbus.TransportException
Constructs a TransportException with the specified message.
TransportException(Throwable) - Constructor for class com.iona.jbus.TransportException
Constructs a TransportException with the specified cause.
TransportException(String, Throwable) - Constructor for class com.iona.jbus.TransportException
Constructs a TransportException with error message and the specified cause.
TransportFactory - interface com.iona.jbus.TransportFactory.
Factory interface for producing ClientTransport and ServerTransport objects for a particular underlying transport.
TypeFactory - interface com.iona.webservices.reflect.types.TypeFactory.
Factory Interface to query Java Types and Schema Types.
toArray() - Method in class com.iona.jbus.db.collection.PersistentList
Converts the list into an array.
toArray(Object[]) - Method in class com.iona.jbus.db.collection.PersistentList
Converts the list into an array.
toString() - Method in class com.iona.jbus.FaultCategory
Generate a String representation of this FaultCategory.
toString() - Method in class com.iona.jbus.FaultCompletionStatus
Generate a String representation of this FaultCompletionStatus.
toString() - Method in class com.iona.jbus.FaultException
Generate a String representation of this FaultException.
toString() - Method in class com.iona.jbus.FaultSource
Generate a String representation of this FaultSource.
toString() - Method in class com.iona.jbus.db.collection.PersistentMap
Converts the map to a string representation for debugging.
toString(Object) - Static method in class com.iona.jbus.util.ArrayUtils
Convenience method for producing a simple textual representation of an array.
toString() - Method in class com.iona.schemas.bindings.corba.contexts.CORBAAttributesType
Returns a string representation of the object.
toString() - Method in class com.iona.schemas.bus.i18n.context.ClientConfiguration
Returns a string representation of the object.
toString() - Method in class com.iona.schemas.bus.i18n.context.ServerConfiguration
Returns a string representation of the object.
toString() - Method in class com.iona.schemas.bus.security_context.BusSecurity
Returns a string representation of the object.
toString() - Method in class com.iona.schemas.bus.security_context.BusSecurityLevel
Returns a string representation of the object.
toString() - Method in class com.iona.schemas.bus.security_context.BusSecurityType
Returns a string representation of the object.
toString() - Method in class com.iona.schemas.references.Reference
Returns a string representation of the object.
toString() - Method in class com.iona.schemas.references.ReferencePort
Returns a string representation of the object.
toString() - Method in class com.iona.schemas.soap.attachments.SOAPAttachmentPartInfo
Returns a string representation of the object.
toString() - Method in class com.iona.schemas.soap.attachments.SOAPAttachmentPartInfoArray
Returns a string representation of the object.
toString() - Method in class com.iona.schemas.transports.ftp.context.ClientNamingPolicyType
Returns a string representation of the object.
toString() - Method in class com.iona.schemas.transports.ftp.context.ConnectModeType
Returns a string representation of the object.
toString() - Method in class com.iona.schemas.transports.ftp.context.ConnectionPolicyType
Returns a string representation of the object.
toString() - Method in class com.iona.schemas.transports.ftp.context.CredentialsType
Returns a string representation of the object.
toString() - Method in class com.iona.schemas.transports.ftp.context.DefaultConnectionPolicyType
Returns a string representation of the object.
toString() - Method in class com.iona.schemas.transports.ftp.context.ServerNamingPolicyType
Returns a string representation of the object.
toString() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
Returns a string representation of the object.
toString() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
Returns a string representation of the object.
toString() - Method in class com.iona.schemas.transports.jms.context.JMSClientHeadersType
Returns a string representation of the object.
toString() - Method in class com.iona.schemas.transports.jms.context.JMSConnectionSecurityInfoType
Returns a string representation of the object.
toString() - Method in class com.iona.schemas.transports.jms.context.JMSHeadersType
Returns a string representation of the object.
toString() - Method in class com.iona.schemas.transports.jms.context.JMSPropertyType
Returns a string representation of the object.
toString() - Method in class com.iona.schemas.transports.jms.context.JMSServerHeadersType
Returns a string representation of the object.
toString() - Method in class com.iona.schemas.transports.mq.context.AccessModeType
Returns a string representation of the object.
toString() - Method in class com.iona.schemas.transports.mq.context.CorrelationStyleType
Returns a string representation of the object.
toString() - Method in class com.iona.schemas.transports.mq.context.DeliveryType
Returns a string representation of the object.
toString() - Method in class com.iona.schemas.transports.mq.context.FormatType
Returns a string representation of the object.
toString() - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
Returns a string representation of the object.
toString() - Method in class com.iona.schemas.transports.mq.context.MQConnectionAttributesType
Returns a string representation of the object.
toString() - Method in class com.iona.schemas.transports.mq.context.MQMessageAttributesType
Returns a string representation of the object.
toString() - Method in class com.iona.schemas.transports.mq.context.MqClientType
Returns a string representation of the object.
toString() - Method in class com.iona.schemas.transports.mq.context.MqServerType
Returns a string representation of the object.
toString() - Method in class com.iona.schemas.transports.mq.context.ReportOptionType
Returns a string representation of the object.
toString() - Method in class com.iona.schemas.transports.mq.context.TransactionType
Returns a string representation of the object.
toString() - Method in class com.iona.schemas.transports.mq.context.UsageStyleType
Returns a string representation of the object.
toString() - Method in class com.iona.schemas.transports.tibrv.context.TibrvType
Returns a string representation of the object.
toString() - Method in class org.xmlsoap.schemas.wsdl.context.TExtensibilityElement
Returns a string representation of the object.
toXML(Object, String) - Static method in class com.iona.jbus.util.XMLUtils
Converts an object into XML.
toXML(QName, Object, String) - Static method in class com.iona.jbus.util.XMLUtils
Converts an object into XML.
toXML(QName, Object, Model, SchemaTypeFactory) - Static method in class com.iona.jbus.util.XMLUtils
Converts an object into XML.
toXML(QName, QName, Object, Model, SchemaTypeFactory) - Static method in class com.iona.jbus.util.XMLUtils
Converts an object into XML.
toXML(QName, QName, Object, String) - Static method in class com.iona.jbus.util.XMLUtils
Converts an object into XML.
transportActivated() - Method in interface com.iona.jbus.TransportCallback
Called by ServerTransport upon completion of activation.
transportActivationFailed(TransportException) - Method in interface com.iona.jbus.TransportCallback
In the event that activation fails, Artix must be notified of this failure.
transportDeactivated() - Method in interface com.iona.jbus.TransportCallback
Called by ServerTransport upon pause of listeners/message queue.
transportShutdownComplete() - Method in interface com.iona.jbus.TransportCallback
Called by ServerTransport upon completion of shutdown.

U

UNKNOWN - Static variable in class com.iona.jbus.FaultCategory
Named Category type.
UNKNOWN - Static variable in class com.iona.jbus.FaultSource
Named CompletionStatus type.
UNKNOWN_VAL - Static variable in class com.iona.jbus.FaultCategory
Named Category integer type.
UNKNOWN_VAL - Static variable in class com.iona.jbus.FaultSource
Named CompletionStatus integer type.
USERNAME_PASSWORD - Static variable in class com.iona.schemas.bus.security_context.BusSecurityType
enum type USERNAME_PASSWORD.
USERNAME_QNAME - Static variable in class com.iona.schemas.transports.jms.context.JMSConnectionSecurityInfoTypeHandler
 
USES_WORKQUEUE - Static variable in class com.iona.jbus.ServerTransportThreadingResourcesPolicy
Specifies that Artix will provide a WorkQueue to the transport via the activate() method on ServerTransport.
UnknownElementException - exception com.iona.jbus.UnknownElementException.
Signals that a Unknown element was detected while reading data.
UnknownElementException(Throwable) - Constructor for class com.iona.jbus.UnknownElementException
Constructs a UnknownElementException with the specified cause.
UnknownElementException(String) - Constructor for class com.iona.jbus.UnknownElementException
Constructs a UnknownElementException with the specified message.
UsageStyleType - class com.iona.schemas.transports.mq.context.UsageStyleType.
com.iona.schemas.transports.mq.context.UsageStyleType.
UsageStyleType(String) - Constructor for class com.iona.schemas.transports.mq.context.UsageStyleType
Constructs a new enumeration with specified value.

V

VALUE_QNAME - Static variable in class com.iona.schemas.transports.jms.context.JMSPropertyTypeHandler
 
VERSION_ERROR - Static variable in class com.iona.jbus.FaultCategory
Named Category type.
VERSION_ERROR_VAL - Static variable in class com.iona.jbus.FaultCategory
Named Category integer type.
VOTE_COMMIT - Static variable in class com.iona.jbus.transaction.VoteOutcome
enum type VoteCommit, which indicates that a participants wishes the transaction to successfully complete.
VOTE_COMMIT_VALUE - Static variable in class com.iona.jbus.transaction.VoteOutcome
enum value VoteCommit.
VOTE_READONLY - Static variable in class com.iona.jbus.transaction.VoteOutcome
enum type VoteReadOnly.
VOTE_READONLY_VALUE - Static variable in class com.iona.jbus.transaction.VoteOutcome
enum value VoteReadOnly.
VOTE_ROLLBACK - Static variable in class com.iona.jbus.transaction.VoteOutcome
enum type VoteRollback, which indicates that a participants wishes the transaction to be aborted.
VOTE_ROLLBACK_VALUE - Static variable in class com.iona.jbus.transaction.VoteOutcome
enum value VoteRollback.
VoteOutcome - class com.iona.jbus.transaction.VoteOutcome.
A VoteOutcome is one of the possible outcomes from a call to TransactionParticipant.prepare() method during a two phase commit protocol.
VoteOutcome(String) - Constructor for class com.iona.jbus.transaction.VoteOutcome
Constructs a new enumeration with specified value.
value() - Method in class com.iona.jbus.FaultCategory
Access the FaultCategory integer type.
value() - Method in class com.iona.jbus.FaultCompletionStatus
Access the FaultCompletionStatus integer type.
value() - Method in class com.iona.jbus.FaultSource
Access the FaultSource integer type.
value() - Method in class com.iona.jbus.ServerTransportThreadingResourcesPolicy
Returns an int value representing this policy.
value() - Method in class com.iona.jbus.ThreadingModel
Returns an int value representing this ThreadingModel.
value0 - Static variable in class com.iona.schemas.transports.mq.context.AccessModeType
enum type value0.
value0 - Static variable in class com.iona.schemas.transports.mq.context.CorrelationStyleType
enum type value0.
value0 - Static variable in class com.iona.schemas.transports.mq.context.DeliveryType
enum type value0.
value0 - Static variable in class com.iona.schemas.transports.mq.context.FormatType
enum type value0.
value1 - Static variable in class com.iona.schemas.transports.mq.context.AccessModeType
enum type value1.
value1 - Static variable in class com.iona.schemas.transports.mq.context.CorrelationStyleType
enum type value1.
value1 - Static variable in class com.iona.schemas.transports.mq.context.DeliveryType
enum type value1.
value1 - Static variable in class com.iona.schemas.transports.mq.context.FormatType
enum type value1.
value2 - Static variable in class com.iona.schemas.transports.mq.context.AccessModeType
enum type value2.
value2 - Static variable in class com.iona.schemas.transports.mq.context.CorrelationStyleType
enum type value2.
value2 - Static variable in class com.iona.schemas.transports.mq.context.FormatType
enum type value2.
value3 - Static variable in class com.iona.schemas.transports.mq.context.AccessModeType
enum type value3.
value3 - Static variable in class com.iona.schemas.transports.mq.context.CorrelationStyleType
enum type value3.
value3 - Static variable in class com.iona.schemas.transports.mq.context.FormatType
enum type value3.
value4 - Static variable in class com.iona.schemas.transports.mq.context.AccessModeType
enum type value4.
value4 - Static variable in class com.iona.schemas.transports.mq.context.FormatType
enum type value4.
value5 - Static variable in class com.iona.schemas.transports.mq.context.FormatType
enum type value5.
value6 - Static variable in class com.iona.schemas.transports.mq.context.FormatType
enum type value6.
values() - Method in class com.iona.jbus.db.collection.PersistentMap
Returns a collection view of the values contained in this map.

W

WSAT_TRANSACTION_TYPE - Static variable in interface com.iona.jbus.transaction.TransactionSystem
String constants for supported transaction manager types: wsat_tx_provider.
WorkItem - interface com.iona.jbus.WorkItem.
Interface for implementing Work Items.
WorkQueue - interface com.iona.jbus.WorkQueue.
Interface for implementing WorkQueues.
WriteException - exception com.iona.jbus.WriteException.
Signals that a write exception of some sort has occured.
WriteException(Throwable) - Constructor for class com.iona.jbus.WriteException
Constructs a WriteException with the specified cause.
WriteException(String) - Constructor for class com.iona.jbus.WriteException
Constructs a WriteException with the specified message.
withinTransaction() - Method in interface com.iona.jbus.transaction.TransactionSystem
Determine if a transaction is currently associated with the calling thread.
write(QName, MessageWriter) - Method in class com.iona.schemas.bindings.corba.contexts.CORBAAttributesTypeHandler
 
write(MessageWriter) - Method in class com.iona.schemas.bindings.corba.contexts.CORBAAttributesTypeHandler
 
write(QName, MessageWriter) - Method in class com.iona.schemas.transports.jms.context.JMSConnectionSecurityInfoTypeHandler
 
write(MessageWriter) - Method in class com.iona.schemas.transports.jms.context.JMSConnectionSecurityInfoTypeHandler
 
write(QName, MessageWriter) - Method in class com.iona.schemas.transports.jms.context.JMSPropertyTypeHandler
 
write(MessageWriter) - Method in class com.iona.schemas.transports.jms.context.JMSPropertyTypeHandler
 
writeAttributes(MessageWriter) - Method in class com.iona.schemas.bindings.corba.contexts.CORBAAttributesTypeHandler
 
writeAttributes(MessageWriter) - Method in class com.iona.schemas.transports.jms.context.JMSConnectionSecurityInfoTypeHandler
 
writeAttributes(MessageWriter) - Method in class com.iona.schemas.transports.jms.context.JMSPropertyTypeHandler
 
writeServiceWSDL(QName, OutputStream) - Method in class com.iona.jbus.Bus
Writes the WSDL associated with a specified Service to an OutputStream.

X

XATransactionIdentifier - interface com.iona.jbus.transaction.XATransactionIdentifier.
The interface used to represent an Identifier for a Transaction instance.
XA_TRANSACTION_TYPE - Static variable in interface com.iona.jbus.transaction.TransactionSystem
String constants for supported transaction manager types: xa_tx_provider.
XMLDataHandler - class com.iona.jbus.db.collection.XMLDataHandler.
This class handles the xml-to-object & object-to-xml conversions.
XMLDataHandler(QName, QName, Class, String) - Constructor for class com.iona.jbus.db.collection.XMLDataHandler
Constructs a XMLDataHandler with the schema information needed to convert xml to object & object to xml.
XMLUtils - class com.iona.jbus.util.XMLUtils.
The XMLUtils class is a utility class that is used to convert a Java Object into XML and XML into a Java Object.
xa - Static variable in class com.iona.schemas.transports.mq.context.TransactionType
enum type xa.

Y

YES - Static variable in class com.iona.jbus.FaultCompletionStatus
Named CompletionStatus type.
YES_VAL - Static variable in class com.iona.jbus.FaultCompletionStatus
Named CompletionStatus integer type.

_

_CERT_SUBJECT - Static variable in class com.iona.schemas.bus.security_context.BusSecurityType
enum value CERT_SUBJECT.
_ENCODED_TOKEN - Static variable in class com.iona.schemas.bus.security_context.BusSecurityType
enum value ENCODED_TOKEN.
_KERBEROS_TOKEN - Static variable in class com.iona.schemas.bus.security_context.BusSecurityType
enum value KERBEROS_TOKEN.
_MESSAGE_LEVEL - Static variable in class com.iona.schemas.bus.security_context.BusSecurityLevel
enum value MESSAGE_LEVEL.
_PRINCIPAL - Static variable in class com.iona.schemas.bus.security_context.BusSecurityType
enum value PRINCIPAL.
_Peer - Static variable in class com.iona.schemas.transports.mq.context.UsageStyleType
enum value Peer.
_REQUEST_LEVEL - Static variable in class com.iona.schemas.bus.security_context.BusSecurityLevel
enum value REQUEST_LEVEL.
_Requester - Static variable in class com.iona.schemas.transports.mq.context.UsageStyleType
enum value Requester.
_Responder - Static variable in class com.iona.schemas.transports.mq.context.UsageStyleType
enum value Responder.
_USERNAME_PASSWORD - Static variable in class com.iona.schemas.bus.security_context.BusSecurityType
enum value USERNAME_PASSWORD.
_active - Static variable in class com.iona.schemas.transports.ftp.context.ConnectModeType
enum value active.
_coa - Static variable in class com.iona.schemas.transports.mq.context.ReportOptionType
enum value coa.
_cod - Static variable in class com.iona.schemas.transports.mq.context.ReportOptionType
enum value cod.
_discard - Static variable in class com.iona.schemas.transports.mq.context.ReportOptionType
enum value discard.
_exception - Static variable in class com.iona.schemas.transports.mq.context.ReportOptionType
enum value exception.
_expiration - Static variable in class com.iona.schemas.transports.mq.context.ReportOptionType
enum value expiration.
_getQName() - Method in class com.iona.schemas.bindings.corba.contexts.CORBAAttributesType
Returns the qname of the object.
_getQName() - Method in class com.iona.schemas.bus.i18n.context.ClientConfiguration
Returns the qname of the object.
_getQName() - Method in class com.iona.schemas.bus.i18n.context.ServerConfiguration
Returns the qname of the object.
_getQName() - Method in class com.iona.schemas.bus.security_context.BusSecurity
Returns the qname of the object.
_getQName() - Method in class com.iona.schemas.bus.security_context.BusSecurityLevel
Returns the qname of the object.
_getQName() - Method in class com.iona.schemas.bus.security_context.BusSecurityType
Returns the qname of the object.
_getQName() - Method in class com.iona.schemas.references.Reference
Returns the qname of the object.
_getQName() - Method in class com.iona.schemas.references.ReferencePort
Returns the qname of the object.
_getQName() - Method in class com.iona.schemas.soap.attachments.SOAPAttachmentPartInfo
Returns the qname of the object.
_getQName() - Method in class com.iona.schemas.soap.attachments.SOAPAttachmentPartInfoArray
Returns the qname of the object.
_getQName() - Method in class com.iona.schemas.transports.ftp.context.ClientNamingPolicyType
Returns the qname of the object.
_getQName() - Method in class com.iona.schemas.transports.ftp.context.ConnectModeType
Returns the qname of the object.
_getQName() - Method in class com.iona.schemas.transports.ftp.context.ConnectionPolicyType
Returns the qname of the object.
_getQName() - Method in class com.iona.schemas.transports.ftp.context.CredentialsType
Returns the qname of the object.
_getQName() - Method in class com.iona.schemas.transports.ftp.context.DefaultConnectionPolicyType
Returns the qname of the object.
_getQName() - Method in class com.iona.schemas.transports.ftp.context.ServerNamingPolicyType
Returns the qname of the object.
_getQName() - Method in class com.iona.schemas.transports.http.configuration.context.ClientType
Returns the qname of the object.
_getQName() - Method in class com.iona.schemas.transports.http.configuration.context.ServerType
Returns the qname of the object.
_getQName() - Method in class com.iona.schemas.transports.jms.context.JMSClientHeadersType
Returns the qname of the object.
_getQName() - Method in class com.iona.schemas.transports.jms.context.JMSConnectionSecurityInfoType
Returns the qname of the object.
_getQName() - Method in class com.iona.schemas.transports.jms.context.JMSHeadersType
Returns the qname of the object.
_getQName() - Method in class com.iona.schemas.transports.jms.context.JMSPropertyType
Returns the qname of the object.
_getQName() - Method in class com.iona.schemas.transports.jms.context.JMSServerHeadersType
Returns the qname of the object.
_getQName() - Method in class com.iona.schemas.transports.mq.context.AccessModeType
Returns the qname of the object.
_getQName() - Method in class com.iona.schemas.transports.mq.context.CorrelationStyleType
Returns the qname of the object.
_getQName() - Method in class com.iona.schemas.transports.mq.context.DeliveryType
Returns the qname of the object.
_getQName() - Method in class com.iona.schemas.transports.mq.context.FormatType
Returns the qname of the object.
_getQName() - Method in class com.iona.schemas.transports.mq.context.MQAttributesType
Returns the qname of the object.
_getQName() - Method in class com.iona.schemas.transports.mq.context.MQConnectionAttributesType
Returns the qname of the object.
_getQName() - Method in class com.iona.schemas.transports.mq.context.MQMessageAttributesType
Returns the qname of the object.
_getQName() - Method in class com.iona.schemas.transports.mq.context.MqClientType
Returns the qname of the object.
_getQName() - Method in class com.iona.schemas.transports.mq.context.MqServerType
Returns the qname of the object.
_getQName() - Method in class com.iona.schemas.transports.mq.context.ReportOptionType
Returns the qname of the object.
_getQName() - Method in class com.iona.schemas.transports.mq.context.TransactionType
Returns the qname of the object.
_getQName() - Method in class com.iona.schemas.transports.mq.context.UsageStyleType
Returns the qname of the object.
_getQName() - Method in class com.iona.schemas.transports.tibrv.context.TibrvType
Returns the qname of the object.
_getQName() - Method in class org.xmlsoap.schemas.wsdl.context.TExtensibilityElement
Returns the qname of the object.
_internal - Static variable in class com.iona.schemas.transports.mq.context.TransactionType
enum value internal.
_none - Static variable in class com.iona.schemas.transports.mq.context.TransactionType
enum value none.
_passive - Static variable in class com.iona.schemas.transports.ftp.context.ConnectModeType
enum value passive.
_value0 - Static variable in class com.iona.schemas.transports.mq.context.AccessModeType
enum value value0.
_value0 - Static variable in class com.iona.schemas.transports.mq.context.CorrelationStyleType
enum value value0.
_value0 - Static variable in class com.iona.schemas.transports.mq.context.DeliveryType
enum value value0.
_value0 - Static variable in class com.iona.schemas.transports.mq.context.FormatType
enum value value0.
_value1 - Static variable in class com.iona.schemas.transports.mq.context.AccessModeType
enum value value1.
_value1 - Static variable in class com.iona.schemas.transports.mq.context.CorrelationStyleType
enum value value1.
_value1 - Static variable in class com.iona.schemas.transports.mq.context.DeliveryType
enum value value1.
_value1 - Static variable in class com.iona.schemas.transports.mq.context.FormatType
enum value value1.
_value2 - Static variable in class com.iona.schemas.transports.mq.context.AccessModeType
enum value value2.
_value2 - Static variable in class com.iona.schemas.transports.mq.context.CorrelationStyleType
enum value value2.
_value2 - Static variable in class com.iona.schemas.transports.mq.context.FormatType
enum value value2.
_value3 - Static variable in class com.iona.schemas.transports.mq.context.AccessModeType
enum value value3.
_value3 - Static variable in class com.iona.schemas.transports.mq.context.CorrelationStyleType
enum value value3.
_value3 - Static variable in class com.iona.schemas.transports.mq.context.FormatType
enum value value3.
_value4 - Static variable in class com.iona.schemas.transports.mq.context.AccessModeType
enum value value4.
_value4 - Static variable in class com.iona.schemas.transports.mq.context.FormatType
enum value value4.
_value5 - Static variable in class com.iona.schemas.transports.mq.context.FormatType
enum value value5.
_value6 - Static variable in class com.iona.schemas.transports.mq.context.FormatType
enum value value6.
_xa - Static variable in class com.iona.schemas.transports.mq.context.TransactionType
enum value xa.

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

Copyright � 2004 IONA Technologies PLC. All rights reserved.