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

A

acceptChanges(RowSet) - Method in interface com.bea.control.JdbcControl
Deprecated. Wrapper for RowSet.acceptChanges().
Accessors - Class in com.bea.tuxedo.control
Class providing utility functions to parse field accessor names.
Accessors() - Constructor for class com.bea.tuxedo.control.Accessors
 
ACTION_ALLOW - Static variable in class com.bea.tuxedo.control.TypeMap
 
ACTION_ERROR - Static variable in class com.bea.tuxedo.control.TypeMap
 
ACTION_ISSUE - Static variable in class com.bea.tuxedo.control.TypeMap
 
addGetter(Method, int, boolean) - Method in class com.bea.tuxedo.control.JavaFieldSerialize
Add a getter accessor method to the field.
addGetter(MethodDeclaration, int, boolean) - Method in class com.bea.tuxedo.control.JavaFieldValidate
Add a getter accessor method to the field.
addPublicField(Field, int) - Method in class com.bea.tuxedo.control.JavaFieldSerialize
Add direct public access to the field.
addPublicField(FieldDeclaration, int) - Method in class com.bea.tuxedo.control.JavaFieldValidate
Add direct public access to the field.
addSetter(Method, int) - Method in class com.bea.tuxedo.control.JavaFieldSerialize
Add a setter accessor method to the field.
addSetter(MethodDeclaration, int) - Method in class com.bea.tuxedo.control.JavaFieldValidate
Add a setter accessor method to the field.
addTable(FldTbl) - Method in class com.bea.tuxedo.control.TuxClassFMLSerialize
Add a field table to the object.
addTable(TypeDeclaration) - Method in class com.bea.tuxedo.control.TuxClassFMLValidate
Add a field table to the map.
assemble(List<File>, List<String>, List<String>) - Method in class com.bea.control.assembly.AssembleTask
 
assemble(ControlAssemblyContext) - Method in class com.bea.control.EJB3ControlAssembler
Assembly entry point.
AssembleTask - Class in com.bea.control.assembly
Defines a custom ant task to perform control assembly.
AssembleTask() - Constructor for class com.bea.control.assembly.AssembleTask
 
AssemblyContext - Class in com.bea.control.assembly
This is used by the AssembleTask ant task to hold assembly context factory elements from ant scripts when ant calls the task.
AssemblyContext() - Constructor for class com.bea.control.assembly.AssemblyContext
 

B

byteClass - Static variable in class com.bea.tuxedo.control.Primitives
 
ByteClass - Static variable in class com.bea.tuxedo.control.Primitives
 

C

CallbackControlContainerContext - Interface in com.bea.control.callbacks
The CallbackControlContainerContext interface should be implemented by all Control Container Contexts that want to recieve callbacks.
check(Declaration, AnnotationProcessorEnvironment) - Method in class com.bea.control.ServiceControlChecker
 
check(Declaration, AnnotationProcessorEnvironment) - Method in class com.bea.tuxedo.control.TuxedoControlChecker
Invoked by the control build-time infrastructure to process a declaration of a control extension (ie, an interface annotated with @ControlExtension), or a field instance of a control type.
checkAsField(FieldDeclaration, AnnotationProcessorEnvironment) - Method in class com.bea.control.ServiceControlChecker
 
checkAsType(TypeDeclaration, AnnotationProcessorEnvironment) - Method in class com.bea.control.ServiceControlChecker
 
CoercionUtil - Class in com.bea.tuxedo.control
This class provides a bunch of static methods to try and coerce one data type into another if permitted and possible.
CoercionUtil() - Constructor for class com.bea.tuxedo.control.CoercionUtil
 
com.bea.control - package com.bea.control
 
com.bea.control.annotations - package com.bea.control.annotations
 
com.bea.control.assembly - package com.bea.control.assembly
 
com.bea.control.callbacks - package com.bea.control.callbacks
 
com.bea.tuxedo.control - package com.bea.tuxedo.control
 
compareTo(Object) - Method in class com.bea.tuxedo.control.JavaFieldSerialize
Overrides default compareTo.
compareTypes(int, int, TuxedoControl.MappingStrictness) - Static method in class com.bea.tuxedo.control.TypeMap
Return the action to be performed when mapping from one type to another.
createAssemblyContext() - Method in class com.bea.control.assembly.AssembleTask
 
createClasspath() - Method in class com.bea.control.assembly.AssembleTask
 
createFileset() - Method in class com.bea.control.assembly.AssembleTask
 

D

DatabaseFilter - Class in com.bea.control
The DatabaseFilter class is a helper class for SQL generation.
DatabaseFilter() - Constructor for class com.bea.control.DatabaseFilter
 
DatabaseFilter(DatabaseFilter.FilterTerm[], DatabaseFilter.SortTerm[]) - Constructor for class com.bea.control.DatabaseFilter
 
DatabaseFilter.FilterTerm - Class in com.bea.control
 
DatabaseFilter.FilterTerm() - Constructor for class com.bea.control.DatabaseFilter.FilterTerm
 
DatabaseFilter.SortTerm - Class in com.bea.control
 
DatabaseFilter.SortTerm() - Constructor for class com.bea.control.DatabaseFilter.SortTerm
 
Debug - Class in com.bea.tuxedo.control
Provides a static class to control all debugging output in the control.
Debug() - Constructor for class com.bea.tuxedo.control.Debug
 
DEBUG - Static variable in class com.bea.tuxedo.control.Debug
 
debug(String) - Static method in class com.bea.tuxedo.control.Debug
 
debug(String, String) - Static method in class com.bea.tuxedo.control.Debug
 
debug(String, String, String) - Static method in class com.bea.tuxedo.control.Debug
 
debug(String, String, String, String) - Static method in class com.bea.tuxedo.control.Debug
 
debug(String, Throwable) - Static method in class com.bea.tuxedo.control.Debug
 
DEFAULT_DELAY - Static variable in exception com.bea.control.RetryException
 
description - Variable in class com.bea.tuxedo.control.MappingIssue
 
deserialize(Class, String) - Method in class com.bea.tuxedo.control.Deserializer
 
deserialize(Class, String) - Method in class com.bea.tuxedo.control.FieldDeserializer
Deserialize a field into an object, given the class of the object.
deserialize(Class, String) - Method in class com.bea.tuxedo.control.StringDeserializer
Deserialize a String buffer into an object, given the class of the object.
Deserializer - Class in com.bea.tuxedo.control
A Deserializer is responsible for moving fields from a Tuxedo buffer into the arguments of the method signature.
Deserializer(TypedBuffer, TuxedoControl.MappingStrictness, List, TuxedoControl.AccessorName, TuxedoControl.DebugLevel) - Constructor for class com.bea.tuxedo.control.Deserializer
 

E

EJB3ControlAssembler - Class in com.bea.control
The EJBControl needs to inject EJB reference entries into the DD of its containing module for cases where ejb-link is used.
EJB3ControlAssembler() - Constructor for class com.bea.control.EJB3ControlAssembler
 
endsWithIgnoreCase(String, String) - Static method in class com.bea.tuxedo.control.StringUtil
Determines whether the given string ends with the given suffix, ignoring the case of the letters.
ERROR - Static variable in class com.bea.tuxedo.control.Debug
 
error(String) - Static method in class com.bea.tuxedo.control.Debug
 
error(String, Throwable) - Static method in class com.bea.tuxedo.control.Debug
 
error(String, String) - Static method in class com.bea.tuxedo.control.Debug
 
error(String, String, String) - Static method in class com.bea.tuxedo.control.Debug
 
error(String, String, String, String) - Static method in class com.bea.tuxedo.control.Debug
 
escapeXMLText(String) - Static method in class com.bea.tuxedo.control.StringUtil
 
exc - Variable in class com.bea.tuxedo.control.MappingIssue
 
execute() - Method in class com.bea.control.assembly.AssembleTask
 
ExternalCallbackTarget - Interface in com.bea.control
The ExternalCallbackTarget interface is a marker interface that should be placed on any control implementation (JCS) class that can be the target of an asynchronous external callback.
ExternalCallbackTarget.CallbackSecurity - Annotation Type in com.bea.control
The CallbackSecurity annotation is used on event handlers for controls to specify which roles are allowed to use a particular the event.
ExternalCallbackTarget.ExternalCallbackEvent - Annotation Type in com.bea.control
The ExternalCallbackEvent annotation is used on the events of an event set that recieve callbacks from an external source.

F

FieldDeserializer - Class in com.bea.tuxedo.control
Map an FML/FML32 or View/View32 buffer received from Tuxedo into a Java object.
FieldDeserializer(FML, TuxedoControl.MappingStrictness, List, FldTbl[], TuxedoControl.AccessorName, TuxedoControl.DebugLevel) - Constructor for class com.bea.tuxedo.control.FieldDeserializer
Constructor for FML buffers.
FieldDeserializer(TypedBuffer, TuxedoControl.MappingStrictness, List, TuxedoControl.AccessorName, TuxedoControl.DebugLevel) - Constructor for class com.bea.tuxedo.control.FieldDeserializer
Constructor for View or View32 buffers.
FieldSerializer - Class in com.bea.tuxedo.control
Map incoming Java objects to an FML/FML32 or View/View32 buffer.
FieldSerializer(FML, TuxedoControl.MappingStrictness, List, FldTbl[], TuxedoControl.AccessorName, TuxedoControl.DebugLevel) - Constructor for class com.bea.tuxedo.control.FieldSerializer
Constructor for FML buffers.
FieldSerializer(TypedBuffer, TuxedoControl.MappingStrictness, List, TuxedoControl.AccessorName, TuxedoControl.DebugLevel) - Constructor for class com.bea.tuxedo.control.FieldSerializer
Constructor for View or View32 buffers.
Fldid_to_name(int) - Method in class com.bea.tuxedo.control.MyFieldTable
 

G

get11Fault() - Method in class com.bea.control.JAXRPCSoapFault
 
get11Fault() - Method in class com.bea.control.SoapFault
 
get12Fault() - Method in class com.bea.control.JAXRPCSoapFault
 
get12Fault() - Method in class com.bea.control.SoapFault
 
getCoalesceEvents() - Method in interface com.bea.control.TimerControl
This is an 8.1 back-compat API; returns the CoalesceEvents setting.
getConnection() - Method in interface com.bea.tuxedo.control.TuxedoControl
Returns the WTC connection being used by the control.
getControlClientClassName() - Method in interface com.bea.control.callbacks.CallbackControlContainerContext
This method returns the client class name associated with this control container context.
getConversationID() - Method in interface com.bea.control.ServiceControl
Retrieves the conversation ID of the current conversation with this Web Service control instance.
getDetail() - Method in class com.bea.control.JAXRPCSoapFault
Returns the entire content of Detail element.
getDetail() - Method in class com.bea.control.SoapFault
Returns the entire content of Detail element.
getDetailContents() - Method in class com.bea.control.SoapFault
Returns an array of XmlObjects that are the immediate children of the SOAP Fault Detail element.
getEJBBeanInstance() - Method in interface com.bea.control.SessionEJB3Control
Returns the current target instance of the bean business interface used for business interface method invocations.
getEJBException() - Method in interface com.bea.control.SessionEJB3Control
Returns the last EJB exception serviced by the EJB control on the developers behalf.
getEndPoint() - Method in interface com.bea.control.ServiceControl
Deprecated. Please use the getEndpointAddress() method
getEndpointAddress() - Method in interface com.bea.control.ServiceControl
Gets the endpoint address that the Service control instance will use to invoke the remote endpoint.
getFactory() - Method in class com.bea.control.assembly.AssemblyContext
 
getField(String) - Method in interface com.bea.tuxedo.control.ITuxClass
Get the field descriptors for the represented class.
getField(String) - Method in class com.bea.tuxedo.control.TuxClassFMLSerialize
Find the field corresponding to name.
getField(String) - Method in class com.bea.tuxedo.control.TuxClassFMLValidate
Not used for validation code
getField(String) - Method in class com.bea.tuxedo.control.TuxClassViewSerialize
Get a field given its name.
getField(String) - Method in class com.bea.tuxedo.control.TuxClassViewValidate
Not used for validation code
getFields() - Method in interface com.bea.tuxedo.control.IJavaClass
Get the field descriptors for the represented class.
getFields() - Method in class com.bea.tuxedo.control.JavaClassSerialize
Get the field descriptors for the represented class.
getFields() - Method in class com.bea.tuxedo.control.JavaClassValidate
Get the field descriptors for the represented class.
getFilterExpression() - Method in class com.bea.control.DatabaseFilter
 
getFldNames() - Method in class com.bea.tuxedo.control.MyFieldTable
 
getInputHeaders() - Method in interface com.bea.control.ServiceControl
Retrieves the SOAP headers that were included in the most recent arriving callback from this Web Service control.
getLevel() - Static method in class com.bea.tuxedo.control.Debug
 
getLevel() - Method in class com.bea.tuxedo.control.JavaFieldSerialize
Return the derivation level for the field.
getMappingIssues() - Method in interface com.bea.tuxedo.control.TuxedoControl
Returns the list of mapping issues that occurred during the last method invocation.
getMessagePassword() - Method in interface com.bea.control.ServiceControl
Retrieves the password string that was set by the most recent call to the setMessagePassword method.
getMessageUsername() - Method in interface com.bea.control.ServiceControl
Retrieves the username string that was set by the most recent call to setMessageUsername.
getMethodResult() - Method in exception com.bea.tuxedo.control.TuxedoControlException
Retrieves the result Object embedded in this exception.
getName() - Method in interface com.bea.tuxedo.control.IJavaField
Get the name of the field.
getName() - Method in interface com.bea.tuxedo.control.ITuxField
Get the name of the field.
getName() - Method in class com.bea.tuxedo.control.JavaFieldSerialize
Get the name of the field.
getName() - Method in class com.bea.tuxedo.control.JavaFieldValidate
Get the name of the field.
getName(int) - Static method in class com.bea.tuxedo.control.Primitives
Get the name of the type corresponding to a given type code.
getName() - Method in class com.bea.tuxedo.control.TuxFieldFMLSerialize
Return the name of the field.
getName() - Method in class com.bea.tuxedo.control.TuxFieldViewSerialize
Return the name of the field.
getOrderByClause() - Method in class com.bea.control.DatabaseFilter
 
getPassword() - Method in interface com.bea.control.ServiceControl
Retrieves the password string that was set by the most recent call to the setPassword method.
getPayload() - Method in interface com.bea.control.TimerControl
Gets the payload
getPrimitiveTypeCode(String) - Static method in class com.bea.tuxedo.control.Primitives
Looks up our own type code for well-known types
getPrimitiveTypeCode(Object) - Static method in class com.bea.tuxedo.control.Primitives
Get interger type code for primitive or wrapped primitive type.
getPrimitiveTypeCode(Class) - Static method in class com.bea.tuxedo.control.Primitives
 
getProtocol() - Method in interface com.bea.control.ServiceControl
Deprecated.  
getRepeatsEvery() - Method in interface com.bea.control.TimerControl
This is an 8.1 back-compat API; returns the repeat interval setting as duration.
getRetryDelay() - Method in exception com.bea.control.RetryException
 
getSize(Object) - Method in interface com.bea.tuxedo.control.ITuxField
Get the current number of occurrences or the size of max size of the array.
getSize(Object) - Method in class com.bea.tuxedo.control.TuxFieldFMLSerialize
Return the number of occurences of the field in the given object.
getSize(Object) - Method in class com.bea.tuxedo.control.TuxFieldViewSerialize
Return the max size of an array field, else 1.
getSoapFault() - Method in exception com.bea.control.ServiceControlException
 
getSortExpression() - Method in class com.bea.control.DatabaseFilter
 
getString(String) - Static method in class com.bea.tuxedo.control.RuntimeResources
Get a localized message from the runtime resource bundle.
getString(String, String) - Static method in class com.bea.tuxedo.control.RuntimeResources
Get a localized message from the runtime resource bundle.
getString(String, String, String) - Static method in class com.bea.tuxedo.control.RuntimeResources
Get a localized message from the runtime resource bundle.
getString(String, String, String, String) - Static method in class com.bea.tuxedo.control.RuntimeResources
Get a localized message from the runtime resource bundle.
getString(String) - Static method in class com.bea.tuxedo.control.ValidationResources
Get a localized message from the validation resource bundle.
getString(String, String) - Static method in class com.bea.tuxedo.control.ValidationResources
Get a localized message from the validation resource bundle.
getString(String, String, String) - Static method in class com.bea.tuxedo.control.ValidationResources
Get a localized message from the validation resource bundle.
getString(String, String, String, String) - Static method in class com.bea.tuxedo.control.ValidationResources
Get a localized message from the validation resource bundle.
getStub() - Method in interface com.bea.control.ServiceControl
This method allows the caller to retrieve the JAX-RPC stub.
getTable() - Method in class com.bea.tuxedo.control.TuxClassFMLValidate
Get the table built for this class.
getTable() - Method in class com.bea.tuxedo.control.TuxClassViewValidate
Get the table built for this class.
getterNameToField(String, TuxedoControl.AccessorName) - Static method in class com.bea.tuxedo.control.Accessors
See if a name has the form of a JavaBean style getter.
getTimeout() - Method in interface com.bea.control.ServiceControl
Gets the timeout that has been set by setTimeout() for the underlying HttpURLConnection, in milliseconds.
getTimeout() - Method in interface com.bea.control.TimerControl
This is an 8.1 back-compat API; gets the relative number of seconds from now when the timer will timeout (rounded up).
getTimeoutAt() - Method in interface com.bea.control.TimerControl
Get the absolute date and time.
gettperrno() - Method in interface com.bea.tuxedo.control.TuxedoControl
Returns the tperrno from the last exception encountered by the control during the execution of a request.
gettpurcode() - Method in interface com.bea.tuxedo.control.TuxedoControl
Returns the tpurcode from a reply, if there has been a reply.
getType() - Method in interface com.bea.tuxedo.control.IJavaField
Get the type of the field, as a Java class.
getType(String) - Method in interface com.bea.tuxedo.control.ITuxClass
Get the Tuxedo type for the named field.
getType() - Method in interface com.bea.tuxedo.control.ITuxField
Get the Tuxedo type of the field.
getType() - Method in class com.bea.tuxedo.control.JavaFieldSerialize
Get the type of the field, as a Java class.
getType() - Method in class com.bea.tuxedo.control.JavaFieldValidate
Get the type of the field, as a Java class.
getType(String) - Method in class com.bea.tuxedo.control.TuxClassFMLSerialize
Find the Tuxedo type for the field corresponding to name.
getType(String) - Method in class com.bea.tuxedo.control.TuxClassFMLValidate
Get the FML field type for an FML or FML32 field.
getType(String) - Method in class com.bea.tuxedo.control.TuxClassViewSerialize
Find the Tuxedo type for the field corresponding to name.
getType(String) - Method in class com.bea.tuxedo.control.TuxClassViewValidate
Return the type associated with a named field, or -1 if no field with that name can be found.
getType() - Method in class com.bea.tuxedo.control.TuxFieldFMLSerialize
Return the Tuxedo type code for the field.
getType() - Method in class com.bea.tuxedo.control.TuxFieldViewSerialize
Return the Tuxedo type code for the field.
getUsername() - Method in interface com.bea.control.ServiceControl
Retrieves the username string that was set by the most recent call to setUsername.
getValue(Object) - Method in interface com.bea.tuxedo.control.IJavaField
Get the value of the field.
getValue(Object) - Method in interface com.bea.tuxedo.control.ITuxField
Get the value of the field.
getValue(Object) - Method in class com.bea.tuxedo.control.JavaFieldSerialize
Get the value of the field.
getValue(Object) - Method in class com.bea.tuxedo.control.JavaFieldValidate
 
getValue(Object) - Method in class com.bea.tuxedo.control.TuxFieldFMLSerialize
Get the value of the next occurence of the field in the given object.
getValue(Object) - Method in class com.bea.tuxedo.control.TuxFieldViewSerialize
Get the value of the next indexed field in the given object.
getWhereClause() - Method in class com.bea.control.DatabaseFilter
 
getWsdlPort() - Method in interface com.bea.control.ServiceControl
Returns the QName of the port that will be used by the Service Control to call the web service.

H

hasDetail() - Method in class com.bea.control.JAXRPCSoapFault
 
hasDetail() - Method in class com.bea.control.SoapFault
 
hasEJBBeanInstance() - Method in interface com.bea.control.SessionEJB3Control
Returns true if the EJB control currently has a target bean instance upon which bean business interface methods may be invoked.
hasSoapFault() - Method in exception com.bea.control.ServiceControlException
 

I

IDENTIFIER_ASIS - Static variable in class com.bea.control.DatabaseFilter
 
IDENTIFIER_CHANGECASE - Static variable in class com.bea.control.DatabaseFilter
 
IDENTIFIER_DEFAULT - Static variable in class com.bea.control.DatabaseFilter
 
IDENTIFIER_QUOTE - Static variable in class com.bea.control.DatabaseFilter
 
IDENTIFIER_TOLOWER - Static variable in class com.bea.control.DatabaseFilter
 
IDENTIFIER_TOUPPER - Static variable in class com.bea.control.DatabaseFilter
 
IJavaClass - Interface in com.bea.tuxedo.control
Interface providing access to a Java Class object's fields.
IJavaField - Interface in com.bea.tuxedo.control
Interface representing a single publicly accessible field in a class.
includeXsiType() - Method in interface com.bea.control.ServiceControl
This method returns true if the xsi type is to be included in the cargo of an RPC/ENCODED SOAP message, otherwise false.
INFO - Static variable in class com.bea.tuxedo.control.Debug
 
info(String) - Static method in class com.bea.tuxedo.control.Debug
 
info(String, Throwable) - Static method in class com.bea.tuxedo.control.Debug
 
info(String, String) - Static method in class com.bea.tuxedo.control.Debug
 
info(String, String, String) - Static method in class com.bea.tuxedo.control.Debug
 
info(String, String, String, String) - Static method in class com.bea.tuxedo.control.Debug
 
isEmpty(String) - Static method in class com.bea.tuxedo.control.StringUtil
Determines whether or not the string is empty or null.
isRunning() - Method in interface com.bea.control.TimerControl
Get the running state of the timer.
isSoap11() - Method in class com.bea.control.JAXRPCSoapFault
 
isSoap11() - Method in class com.bea.control.SoapFault
 
isSoap12() - Method in class com.bea.control.JAXRPCSoapFault
 
isSoap12() - Method in class com.bea.control.SoapFault
 
ITuxClass - Interface in com.bea.tuxedo.control
Interface providing access to a Tuxedo FML or View buffers's fields.
ITuxField - Interface in com.bea.tuxedo.control
Interface representing a single field in a Tuxedo view or FML buffer.

J

JavaClassSerialize - Class in com.bea.tuxedo.control
Get a list of publicly asscessible fields in a class.
JavaClassSerialize(Class, TuxedoControl.AccessorName) - Constructor for class com.bea.tuxedo.control.JavaClassSerialize
Constructor.
JavaClassValidate - Class in com.bea.tuxedo.control
Get a list of publicly asscessible fields in a class.
JavaClassValidate(ReferenceType, TuxedoControl.AccessorName, AnnotationProcessorEnvironment, MethodDeclaration) - Constructor for class com.bea.tuxedo.control.JavaClassValidate
Constructor.
JavaFieldSerialize - Class in com.bea.tuxedo.control
Provide access to a single field in a Java class.
JavaFieldSerialize(String) - Constructor for class com.bea.tuxedo.control.JavaFieldSerialize
Constructor
JavaFieldValidate - Class in com.bea.tuxedo.control
Provide access to a single field in a Java class.
JavaFieldValidate(String) - Constructor for class com.bea.tuxedo.control.JavaFieldValidate
Constructor.
JAXRPCSoapFault - Class in com.bea.control
Web service developers can use the SoapFault class to control the shape of the detail of SOAP fault data.
JAXRPCSoapFault(SOAPFaultException) - Constructor for class com.bea.control.JAXRPCSoapFault
 
JdbcControl - Interface in com.bea.control
Deprecated.  
JdbcControl.ClassXsd - Annotation Type in com.bea.control
Deprecated. ClassXsd annotation definition.
JdbcControl.CommandType - Enum in com.bea.control
Deprecated. CommandType Enumeration.
JdbcControl.SQLFragment - Class in com.bea.control
Deprecated. SQLFragment.
JdbcControl.SQLFragment() - Constructor for class com.bea.control.JdbcControl.SQLFragment
Deprecated.  
JdbcControl.SQLFragment(String, JdbcControl.SQLParameter[]) - Constructor for class com.bea.control.JdbcControl.SQLFragment
Deprecated. Create a new SQLFragment with the specified SQL and parameter list.
JdbcControl.SQLRowSet - Annotation Type in com.bea.control
Deprecated. SQLx annotation definition.
join(List, char) - Static method in class com.bea.tuxedo.control.StringUtil
Returns a string containing the given pieces glued together with the given delimiter in between.
join(String[], char) - Static method in class com.bea.tuxedo.control.StringUtil
 

L

lCaseFirstLetter(String) - Static method in class com.bea.tuxedo.control.StringUtil
 

M

MappingIssue - Class in com.bea.tuxedo.control
A MappingIssue is logged with the TuxedoControl whenever an inexact mapping occurs in mapping a method's signature to the Tuxedo buffers used in the method call.
MappingIssue(String, int, Throwable) - Constructor for class com.bea.tuxedo.control.MappingIssue
 
MappingIssue(String, int) - Constructor for class com.bea.tuxedo.control.MappingIssue
 
MappingIssue(String, String, int, Throwable) - Constructor for class com.bea.tuxedo.control.MappingIssue
 
MappingIssue(String, String, int) - Constructor for class com.bea.tuxedo.control.MappingIssue
 
MappingIssue(String, String, String, int, Throwable) - Constructor for class com.bea.tuxedo.control.MappingIssue
 
MappingIssue(String, String, String, int) - Constructor for class com.bea.tuxedo.control.MappingIssue
 
MappingIssue(String, String, String, String, int, Throwable) - Constructor for class com.bea.tuxedo.control.MappingIssue
 
MappingIssue(String, String, String, String, int) - Constructor for class com.bea.tuxedo.control.MappingIssue
 
MessageBuffer - Annotation Type in com.bea.control.annotations
Requests that a method or event is delivered asynchronously.
MessageBufferException - Exception in com.bea.control
This a MessageBuffer exception.
MessageBufferException(String, Throwable) - Constructor for exception com.bea.control.MessageBufferException
 
MessageBufferException(Throwable) - Constructor for exception com.bea.control.MessageBufferException
 
MessageBufferException(String) - Constructor for exception com.bea.control.MessageBufferException
 
MessageBufferFailure - Interface in com.bea.control.callbacks
This class provides the definition of a EventSet that all controls using MessageBuffer should declare.
MyFieldTable - Class in com.bea.tuxedo.control
 
MyFieldTable() - Constructor for class com.bea.tuxedo.control.MyFieldTable
 
MyString - Static variable in class com.bea.tuxedo.control.MyFieldTable
number: 257 type: string

N

name_to_Fldid(String) - Method in class com.bea.tuxedo.control.MyFieldTable
 
NONE - Static variable in class com.bea.tuxedo.control.Debug
 
normalizeField() - Method in class com.bea.tuxedo.control.JavaFieldSerialize
Normalize the field definition.
normalizeField() - Method in class com.bea.tuxedo.control.JavaFieldValidate
Normalize the field definition.

O

ObjectClass - Static variable in class com.bea.tuxedo.control.Primitives
 
onAsyncFailure(String, Object[]) - Method in interface com.bea.control.callbacks.MessageBufferFailure
 
onTimeout(long, Serializable) - Method in interface com.bea.control.TimerControl.Callback
Received when the timer expires.
op - Variable in class com.bea.control.DatabaseFilter.SortTerm
 
opAsc - Static variable in class com.bea.control.DatabaseFilter
 
opContains - Static variable in class com.bea.control.DatabaseFilter
 
opDesc - Static variable in class com.bea.control.DatabaseFilter
 
opEmpty - Static variable in class com.bea.control.DatabaseFilter
 
opEqual - Static variable in class com.bea.control.DatabaseFilter
 
opGreater - Static variable in class com.bea.control.DatabaseFilter
 
opGreaterEqual - Static variable in class com.bea.control.DatabaseFilter
 
opIn - Static variable in class com.bea.control.DatabaseFilter
 
opInvalid - Static variable in class com.bea.control.DatabaseFilter
 
opIs - Static variable in class com.bea.control.DatabaseFilter
 
opIsNot - Static variable in class com.bea.control.DatabaseFilter
 
opLess - Static variable in class com.bea.control.DatabaseFilter
 
opLessEqual - Static variable in class com.bea.control.DatabaseFilter
 
opNotEqual - Static variable in class com.bea.control.DatabaseFilter
 
opStartsWith - Static variable in class com.bea.control.DatabaseFilter
 

P

parseDate(CharSequence, Calendar) - Method in class com.bea.control.DatabaseFilter
Parse a date in ISO8601 or SOAP format.
Example 1: 1999-05-31 13:20:00.000
Example 2: 1999-05-31T13:20:00Z
Example 3: 1999-05-31T13:20:00-05:00
parseQueryString(String) - Method in class com.bea.control.DatabaseFilter
 
parseQueryString(String, String, String) - Method in class com.bea.control.DatabaseFilter
 
Primitives - Class in com.bea.tuxedo.control
Class providing translation of a primitive type to a type code.
Primitives() - Constructor for class com.bea.tuxedo.control.Primitives
 

R

reset() - Method in interface com.bea.control.ServiceControl
Clears all parameters that were set by previous calls to the setOutputHeaders, setPassword, or setUsername methods.
restart() - Method in interface com.bea.control.TimerControl
Resets the timer.
RetryException - Exception in com.bea.control
This class can be thrown by controls methods that are buffered to indicate that the method should be called again at a later point in time.
RetryException(String, long) - Constructor for exception com.bea.control.RetryException
 
RetryException(String, String) - Constructor for exception com.bea.control.RetryException
 
RetryException(String) - Constructor for exception com.bea.control.RetryException
 
RuntimeResources - Class in com.bea.tuxedo.control
Provide access to localized strings for run-time code in the Tuxedo Control.

S

sColumnName - Variable in class com.bea.control.DatabaseFilter.SortTerm
 
sContains - Static variable in class com.bea.control.DatabaseFilter
 
Security - Annotation Type in com.bea.control.annotations
The security annotation for controls.
sEmpty - Static variable in class com.bea.control.DatabaseFilter
 
sEquals - Static variable in class com.bea.control.DatabaseFilter
 
serialize(Object, String) - Method in class com.bea.tuxedo.control.FieldSerializer
Serialize a parameter or field into an FML/FML32 buffer or into a View/View32 buffer.
serialize(Object, String) - Method in class com.bea.tuxedo.control.Serializer
Abstract methods implemented by the buffer type specific serializers.
Serializer - Class in com.bea.tuxedo.control
A Serializer is responsible for moving fields from the arguments of the method signature to a Tuxedo buffer.
Serializer(TypedBuffer, TuxedoControl.MappingStrictness, List, TuxedoControl.AccessorName, TuxedoControl.DebugLevel) - Constructor for class com.bea.tuxedo.control.Serializer
 
ServiceControl - Interface in com.bea.control
Provides simplified access to web services.
ServiceControl.Callback - Interface in com.bea.control
This interface provides system notification events such as onAsyncFailure to the service control.
ServiceControl.CallbackJmsQueue - Annotation Type in com.bea.control
This annotation provides the ability to override the default queue name for the callback jws for the service control callback endpoint This annotation can be added manually to the service control and modified on the service control.
ServiceControl.Conversation - Annotation Type in com.bea.control
The Conversation annotation specifies the conversational phase of the method.
ServiceControl.Conversation.Phase - Enum in com.bea.control
 
ServiceControl.Direction - Enum in com.bea.control
 
ServiceControl.EndpointMethodName - Annotation Type in com.bea.control
The EndpointMethdodName annotation is only used when the JaxRpc Service Endpoint Interface method does not match the method name on the service control.
ServiceControl.ExplicitWrapping - Annotation Type in com.bea.control
Deprecated.  
ServiceControl.Handler - Annotation Type in com.bea.control
Optional annotation indicating the jax-rpc handlers to use.
ServiceControl.HttpConnectionTimeout - Annotation Type in com.bea.control
Configures the HTTP Connection Timeout.
ServiceControl.HttpSoap12Protocol - Annotation Type in com.bea.control
The HttpSoap12Protocol annotation specifies that a particular Web Service control supports SOAP 1.2 over HTTP.
ServiceControl.HttpSoapProtocol - Annotation Type in com.bea.control
The HttpSoapProtocol annotation specifies that a particular Web Service control supports SOAP over HTTP.
ServiceControl.JmsSoap12Protocol - Annotation Type in com.bea.control
The JmsSoap12Protocol annotation specifies that a particular Web Service control supports SOAP 1.2 over JMS.
ServiceControl.JmsSoapProtocol - Annotation Type in com.bea.control
The JmsSoapProtocol annotation specifies that a particular Web Service control supports SOAP over JMS.
ServiceControl.Location - Annotation Type in com.bea.control
The Location annotation provides the location URL for the target service.
ServiceControl.OperationName - Annotation Type in com.bea.control
The OperationName annotation is only used when the target WSDL defines operations with names that are invalid as Java method names.
ServiceControl.Policies - Annotation Type in com.bea.control
The Policies annotation is used to define one or more policies for a port/operation.
ServiceControl.Policy - Annotation Type in com.bea.control
The Policy annotation is used to define the policy for a port/operation.
ServiceControl.SOAPBinding - Annotation Type in com.bea.control
The SOAPBinding annotation indicates the SOAP style, use, and wrapped attributes.
ServiceControl.SOAPBinding.ParameterStyle - Enum in com.bea.control
 
ServiceControl.SOAPBinding.Style - Enum in com.bea.control
 
ServiceControl.SOAPBinding.Use - Enum in com.bea.control
 
ServiceControl.TypesJarName - Annotation Type in com.bea.control
Deprecated.  
ServiceControl.WSDL - Annotation Type in com.bea.control
The WSDL annotation specifies the path to the WSDL file.
ServiceControlChecker - Class in com.bea.control
 
ServiceControlChecker() - Constructor for class com.bea.control.ServiceControlChecker
 
ServiceControlException - Exception in com.bea.control
The ServiceControlException class can be used to throw exceptions from a web service control.
ServiceControlException(SoapFaultException) - Constructor for exception com.bea.control.ServiceControlException
This is used to construct an exception based on a wsee SoapFaultException.
ServiceControlException(String) - Constructor for exception com.bea.control.ServiceControlException
 
ServiceControlException(String, Throwable) - Constructor for exception com.bea.control.ServiceControlException
 
SessionEJB3Control - Interface in com.bea.control
Enterprise Java Bean Control base interface for EJB 3.0 beans.
SessionEJB3Control.BusinessInterface - Annotation Type in com.bea.control
Specifies the business interface of the EJB.
SessionEJB3Control.EJBLookup - Annotation Type in com.bea.control
EJBLookup specifies the target EJB's business interface for the EJB control using either the jndiName or ejbLink member.
SessionEJB3Control.JNDIContextEnv - Annotation Type in com.bea.control
JNDI environment settings.
SessionEJB3Control.UndefinedBusinessInterface - Interface in com.bea.control
Default interface for undefined business interface.
setAppRootDir(File) - Method in class com.bea.control.assembly.AssembleTask
 
setClasspath(Path) - Method in class com.bea.control.assembly.AssembleTask
 
setClientCert(String, String) - Method in interface com.bea.control.ServiceControl
Specifies the information to look up the client certificate when using 2-way SSL.
setClientMessageCert(String, String) - Method in interface com.bea.control.ServiceControl
Specifies the information for the client message certificate.
setCoalesceEvents(boolean) - Method in interface com.bea.control.TimerControl
This is an 8.1 back-compat API; set the CoalesceEvents setting.
setConventions(boolean) - Method in class com.bea.tuxedo.control.TuxFieldViewSerialize
Set the bean conventions for the field
setConversationID(String) - Method in interface com.bea.control.ServiceControl
Sets the unique key that will be proposed as the conversation ID when initiating a conversation with the Web Service control.
setCount(int) - Method in class com.bea.tuxedo.control.TuxFieldViewSerialize
Set the max size of an array for an array field.
setDatabaseMetaData(DatabaseMetaData) - Method in class com.bea.control.DatabaseFilter
 
setEchoToConsole(boolean) - Method in class com.bea.control.assembly.AssembleTask
 
setEndPoint(URL) - Method in interface com.bea.control.ServiceControl
Deprecated. Please use the setEndpointAddress(String) method
setEndpointAddress(String) - Method in interface com.bea.control.ServiceControl
Sets the address of the remote target service.
setFactory(String) - Method in class com.bea.control.assembly.AssemblyContext
 
setGetter(Method) - Method in class com.bea.tuxedo.control.TuxFieldViewSerialize
Set the getter method for this field.
setIdentifierOptions(int) - Method in class com.bea.control.DatabaseFilter
Control handling of identifiers in generated SQL.
setIncludeXsiType(boolean) - Method in interface com.bea.control.ServiceControl
This method allows the caller t o specify if the xsi type is to be included in the cargo of an RPC/ENCODED SOAP message
setKeystore(String, String, String) - Method in interface com.bea.control.ServiceControl
Specifies the keystore information (including type) to use when using client certificates with Secure Sockets Layer (SSL).
setKeystore(String, String) - Method in interface com.bea.control.ServiceControl
Specifies the keystore information (including type) to use when using client certificates with Secure Sockets Layer (SSL).
setLevel(TuxedoControl.DebugLevel) - Static method in class com.bea.tuxedo.control.Debug
 
setLogger(Log) - Static method in class com.bea.tuxedo.control.Debug
 
setMessagePassword(String) - Method in interface com.bea.control.ServiceControl
Sets the password that will be sent with the message.
setMessageUsername(String) - Method in interface com.bea.control.ServiceControl
Sets the username that will be sent with the message.
setModuleDir(File) - Method in class com.bea.control.assembly.AssembleTask
 
setModuleName(String) - Method in class com.bea.control.assembly.AssembleTask
 
setOutputHeaders(Element[]) - Method in interface com.bea.control.ServiceControl
Sets the SOAP headers that will be included in the next outgoing method invocation message to the Web Service control.
setPassword(String) - Method in interface com.bea.control.ServiceControl
Sets the password that will be sent with the next outgoing Web Service control method invocation.
setPayload(Serializable) - Method in interface com.bea.control.TimerControl
Sets a payload so when the timer fires the data can be used by event handler(s)
setProtocol(Protocol) - Method in interface com.bea.control.ServiceControl
Deprecated.  
setRepeatsEvery(long) - Method in interface com.bea.control.TimerControl
Sets the repeating interval, in number of seconds
setRepeatsEvery(String) - Method in interface com.bea.control.TimerControl
Sets the repeating interval, in duration
setResultSetMetaData(ResultSetMetaData) - Method in class com.bea.control.DatabaseFilter
 
setServerMessageCert(X509Certificate) - Method in interface com.bea.control.ServiceControl
Specifies the server message certificate.
setSetter(Method, boolean) - Method in class com.bea.tuxedo.control.TuxFieldViewSerialize
Set the setter method for the field.
setSoapFault(SoapFault) - Method in exception com.bea.control.ServiceControlException
 
setSrcOutputDir(File) - Method in class com.bea.control.assembly.AssembleTask
 
setterNameToField(String, TuxedoControl.AccessorName) - Static method in class com.bea.tuxedo.control.Accessors
See if a name has the form of a JavaBean style setter.
setTimeout(int) - Method in interface com.bea.control.ServiceControl
Sets the timeout for the underlying HttpURLConnection in milliseconds.
setTimeout(long) - Method in interface com.bea.control.TimerControl
Sets the timeout setting, using a long in number of seconds
setTimeout(String) - Method in interface com.bea.control.TimerControl
Sets the timeout setting, using a duration setting
setTimeoutAt(Date) - Method in interface com.bea.control.TimerControl
Sets the absolute date and time at which the timer will expire the first time after being started or restarted.
setTruststore(String, String, String) - Method in interface com.bea.control.ServiceControl
Set the trust-store to use to validate the server using SSL.
setTruststore(String, String) - Method in interface com.bea.control.ServiceControl
Set the trust-store to use to validate the server using SSL.
setUsername(String) - Method in interface com.bea.control.ServiceControl
Sets the username that will be sent with the next outgoing Web Service control method invocation.
setValue(Object, Object) - Method in interface com.bea.tuxedo.control.IJavaField
Set the value of the field.
setValue(Object, Object) - Method in interface com.bea.tuxedo.control.ITuxField
Sets the value of the field.
setValue(Object, Object) - Method in class com.bea.tuxedo.control.JavaFieldSerialize
Set the value of the field.
setValue(Object, Object) - Method in class com.bea.tuxedo.control.JavaFieldValidate
 
setValue(Object, Object) - Method in class com.bea.tuxedo.control.TuxFieldFMLSerialize
Set the value of the next occurence of the field in the given object.
setValue(Object, Object) - Method in class com.bea.tuxedo.control.TuxFieldViewSerialize
Set the value of the next indexed member of the field in the given object.
setWsdlPort(QName) - Method in interface com.bea.control.ServiceControl
Specifies the QName for the port within the WSDL which the Service Control should use.
severity - Variable in class com.bea.tuxedo.control.MappingIssue
 
SEVERITY_ERROR - Static variable in class com.bea.tuxedo.control.MappingIssue
 
SEVERITY_INFO - Static variable in class com.bea.tuxedo.control.MappingIssue
 
SEVERITY_WARNING - Static variable in class com.bea.tuxedo.control.MappingIssue
 
sFilterChar - Static variable in class com.bea.control.DatabaseFilter
 
sGreaterEqual - Static variable in class com.bea.control.DatabaseFilter
 
sGreaterThan - Static variable in class com.bea.control.DatabaseFilter
 
sIn - Static variable in class com.bea.control.DatabaseFilter
 
sIsEmpty - Static variable in class com.bea.control.DatabaseFilter
 
sIsNotEmpty - Static variable in class com.bea.control.DatabaseFilter
 
sLessEqual - Static variable in class com.bea.control.DatabaseFilter
 
sLessThan - Static variable in class com.bea.control.DatabaseFilter
 
sNotEqual - Static variable in class com.bea.control.DatabaseFilter
 
SoapFault - Class in com.bea.control
Web service developers can use the SoapFault class to control the shape of the detail of SOAP fault data.
SoapFault(SoapFaultException) - Constructor for class com.bea.control.SoapFault
 
split(String, char) - Static method in class com.bea.tuxedo.control.StringUtil
Returns a list containing the parts of the string that are separated by the given delimiter.
split(String, char, boolean, List) - Static method in class com.bea.tuxedo.control.StringUtil
 
sStartsWith - Static variable in class com.bea.control.DatabaseFilter
 
start() - Method in interface com.bea.control.TimerControl
Starts the timer.
stop() - Method in interface com.bea.control.TimerControl
Stops the timer.
STRICTNESS_LOOSE - Static variable in class com.bea.tuxedo.control.MappingIssue
 
STRICTNESS_NORMAL - Static variable in class com.bea.tuxedo.control.MappingIssue
 
STRICTNESS_STRICT - Static variable in class com.bea.tuxedo.control.MappingIssue
 
StringDeserializer - Class in com.bea.tuxedo.control
 
StringDeserializer(TypedString, TuxedoControl.MappingStrictness, List, TuxedoControl.DebugLevel) - Constructor for class com.bea.tuxedo.control.StringDeserializer
Constructor.
StringUtil - Class in com.bea.tuxedo.control
This class contains utility methods for dealing with Strings.
StringUtil() - Constructor for class com.bea.tuxedo.control.StringUtil
 
sUnitDate - Static variable in class com.bea.control.DatabaseFilter
 
sUnitMonth - Static variable in class com.bea.control.DatabaseFilter
 
sUnitYear - Static variable in class com.bea.control.DatabaseFilter
 

T

TimerControl - Interface in com.bea.control
The control interface for the timer control.
TimerControl.Callback - Interface in com.bea.control
Provides a way for the Timer control to receive callbacks.
TimerControl.TimerSettings - Annotation Type in com.bea.control
 
toBoolean(Object, TuxedoControl.MappingStrictness, List, String) - Static method in class com.bea.tuxedo.control.CoercionUtil
Try and coerce the passed object to a Boolean, depending upon the level of mapping strictness passed in.
toByte(Object, TuxedoControl.MappingStrictness, List, String) - Static method in class com.bea.tuxedo.control.CoercionUtil
Try and coerce the passed object to a Byte, depending upon the level of mapping strictness passed in.
toCharacter(Object, TuxedoControl.MappingStrictness, List, String) - Static method in class com.bea.tuxedo.control.CoercionUtil
Try and coerce the passed object to a Character, depending upon the level of mapping strictness passed in.
toDecimal(Object, TuxedoControl.MappingStrictness, List, String) - Static method in class com.bea.tuxedo.control.CoercionUtil
Try and coerce the passed object to a Decimal, depending upon the level of mapping strictness passed in.
toDouble(Object, TuxedoControl.MappingStrictness, List, String) - Static method in class com.bea.tuxedo.control.CoercionUtil
Try and coerce the passed object to a Double, depending upon the level of mapping strictness passed in.
toFieldType(Object, TuxedoControl.MappingStrictness, List, String, int) - Static method in class com.bea.tuxedo.control.CoercionUtil
Determine the type of the field and try to coerce if possible and allowed.
toFloat(Object, TuxedoControl.MappingStrictness, List, String) - Static method in class com.bea.tuxedo.control.CoercionUtil
Try and coerce the passed object to a Float, depending upon the level of mapping strictness passed in.
toInteger(Object, TuxedoControl.MappingStrictness, List, String) - Static method in class com.bea.tuxedo.control.CoercionUtil
Try and coerce the passed object to a Integer, depending upon the level of mapping strictness passed in.
toJavaType(Object, TuxedoControl.MappingStrictness, List, String, int) - Static method in class com.bea.tuxedo.control.CoercionUtil
Try to coerce a field into a specific java type
toLong(Object, TuxedoControl.MappingStrictness, List, String) - Static method in class com.bea.tuxedo.control.CoercionUtil
Try and coerce the passed object to a Long, depending upon the level of mapping strictness passed in.
toShort(Object, TuxedoControl.MappingStrictness, List, String) - Static method in class com.bea.tuxedo.control.CoercionUtil
Try and coerce the passed object to a Short, depending upon the level of mapping strictness passed in.
toString(Object, TuxedoControl.MappingStrictness, List, String) - Static method in class com.bea.tuxedo.control.CoercionUtil
Try and coerce the passed object to a String, depending upon the level of mapping strictness passed in.
toString() - Method in class com.bea.tuxedo.control.MappingIssue
 
TransactionAttribute - Annotation Type in com.bea.control.annotations
The Weblogic transaction annotation for controls, modelled after the EJB 3 transaction annotation.
TransactionAttributeType - Enum in com.bea.control.annotations
Supported values for the controls TransactionAttribute annotation, modelled after the EJB 3 transaction annotation values.
trimQuotes(String) - Static method in class com.bea.tuxedo.control.StringUtil
 
truncate(String, int) - Static method in class com.bea.tuxedo.control.StringUtil
 
truncateString(String, int, Component) - Static method in class com.bea.tuxedo.control.StringUtil
gets a shorter version of the given string, no wider than width when rendered in c's default font.
truncateString(String, int, FontMetrics) - Static method in class com.bea.tuxedo.control.StringUtil
gets a shorter version of the given string, no wider than width when rendered in fm metrics.
TuxClassFMLSerialize - Class in com.bea.tuxedo.control
Provide access to the fields in an FML or FML32 buffer.
TuxClassFMLSerialize(boolean) - Constructor for class com.bea.tuxedo.control.TuxClassFMLSerialize
Constructor.
TuxClassFMLValidate - Class in com.bea.tuxedo.control
Provide access to the fields in an FML or FML32 buffer.
TuxClassFMLValidate(boolean, MethodDeclaration, AnnotationProcessorEnvironment) - Constructor for class com.bea.tuxedo.control.TuxClassFMLValidate
Constructor.
TuxClassFMLValidate(HashMap, boolean, MethodDeclaration, AnnotationProcessorEnvironment) - Constructor for class com.bea.tuxedo.control.TuxClassFMLValidate
Constructor that takes an already generated table
TuxClassViewSerialize - Class in com.bea.tuxedo.control
Provide access to the fields in a View or View32 class.
TuxClassViewSerialize(Object, TuxedoControl.AccessorName) - Constructor for class com.bea.tuxedo.control.TuxClassViewSerialize
Constructor.
TuxClassViewValidate - Class in com.bea.tuxedo.control
Provide access to the fields in a View or View32 class.
TuxClassViewValidate(TypeDeclaration, TuxedoControl.AccessorName, AnnotationProcessorEnvironment) - Constructor for class com.bea.tuxedo.control.TuxClassViewValidate
Constructor.
TuxClassViewValidate(HashMap, TuxedoControl.AccessorName) - Constructor for class com.bea.tuxedo.control.TuxClassViewValidate
Constructor that takes an already generated table
TuxedoControl - Interface in com.bea.tuxedo.control
The TuxedoControl interface is the base interface for the Tuxedo Control.
TuxedoControl.AccessorName - Enum in com.bea.tuxedo.control
The naming convention used in classes, view/view32 classes or FML/FML32 classes
TuxedoControl.BufferType - Enum in com.bea.tuxedo.control
The different values for the type of the Tuxedo Buffer
TuxedoControl.DebugLevel - Enum in com.bea.tuxedo.control
The level of debug information
TuxedoControl.MappingStrictness - Enum in com.bea.tuxedo.control
The level of mapping strictness employed when coercing types
TuxedoControl.ServiceType - Enum in com.bea.tuxedo.control
The difference values for type of the service
TuxedoControl.TransactionMode - Enum in com.bea.tuxedo.control
Whether this call supports transactions or not
TuxedoControl.tuxedo - Annotation Type in com.bea.tuxedo.control
The Tuxedo service called
TuxedoControlChecker - Class in com.bea.tuxedo.control
This is the main validation class.
TuxedoControlChecker() - Constructor for class com.bea.tuxedo.control.TuxedoControlChecker
 
TuxedoControlException - Exception in com.bea.tuxedo.control
Extension of the ControlException in order to retrieve the results of the invocation in those cases where the call fails but meaningful data may still have been returned.
TuxedoControlException(String, Object, Throwable) - Constructor for exception com.bea.tuxedo.control.TuxedoControlException
Constructs a TuxedoControlException using a specified message, a result Object and a nested Throwable.
TuxFieldFMLSerialize - Class in com.bea.tuxedo.control
Class used by the serialization code.
TuxFieldFMLSerialize(String, int, int) - Constructor for class com.bea.tuxedo.control.TuxFieldFMLSerialize
 
TuxFieldViewSerialize - Class in com.bea.tuxedo.control
Provide access to a single field in a View or View32 buffer.
TuxFieldViewSerialize(String, int, boolean) - Constructor for class com.bea.tuxedo.control.TuxFieldViewSerialize
 
TuxValidateField - Class in com.bea.tuxedo.control
Validate the inputs to a method against an FML or View buffer.
TuxValidateField(MethodDeclaration, AnnotationProcessorEnvironment, ITuxClass, TuxedoControl.MappingStrictness, boolean, TuxedoControl.AccessorName) - Constructor for class com.bea.tuxedo.control.TuxValidateField
Constructor.
TYPE_BOOLEAN - Static variable in class com.bea.tuxedo.control.Primitives
Public constants giving an integer type code for primitive types.
TYPE_BYTE - Static variable in class com.bea.tuxedo.control.Primitives
 
TYPE_CHAR - Static variable in class com.bea.tuxedo.control.Primitives
 
TYPE_DECIMAL - Static variable in class com.bea.tuxedo.control.Primitives
 
TYPE_DOUBLE - Static variable in class com.bea.tuxedo.control.Primitives
 
TYPE_FLOAT - Static variable in class com.bea.tuxedo.control.Primitives
 
TYPE_INT - Static variable in class com.bea.tuxedo.control.Primitives
 
TYPE_LONG - Static variable in class com.bea.tuxedo.control.Primitives
 
TYPE_NON_PRIMITIVE - Static variable in class com.bea.tuxedo.control.Primitives
 
TYPE_SHORT - Static variable in class com.bea.tuxedo.control.Primitives
 
TYPE_STRING - Static variable in class com.bea.tuxedo.control.Primitives
 
TypeMap - Class in com.bea.tuxedo.control
This class implements the Functional Spec map of behavior for different combinations of Java types and Tuxedo FML/FML32 field types.
TypeMap() - Constructor for class com.bea.tuxedo.control.TypeMap
 
typeNameToSignature(String) - Static method in class com.bea.tuxedo.control.Primitives
Primitives class expects signatures, but mirror API gives class names

U

uCaseFirstLetter(String) - Static method in class com.bea.tuxedo.control.StringUtil
 
unit - Variable in class com.bea.control.DatabaseFilter.FilterTerm
 
unitDate - Static variable in class com.bea.control.DatabaseFilter
 
unitDefault - Static variable in class com.bea.control.DatabaseFilter
 
unitMonth - Static variable in class com.bea.control.DatabaseFilter
 
unitYear - Static variable in class com.bea.control.DatabaseFilter
 
updateEJBJar(ControlAssemblyContext.EJBModule, EJB3Info, String) - Method in class com.bea.control.EJB3ControlAssembler
Update an ejb-jar dd.
updateWebApp(ControlAssemblyContext.WebAppModule, EJB3Info, String) - Method in class com.bea.control.EJB3ControlAssembler
Update a web.xml dd.
useClientKeySSL(boolean) - Method in interface com.bea.control.ServiceControl
Specifies whether a client certificate should be used with Secure Sockets Layer (SSL).

V

validate(String, TypeMirror) - Method in class com.bea.tuxedo.control.TuxValidateField
Validate a single argument or field.
validateAttributeSettings() - Method in class com.bea.control.assembly.AssembleTask
 
ValidationResources - Class in com.bea.tuxedo.control
 
value() - Method in enum com.bea.control.annotations.TransactionAttributeType
 
value - Variable in class com.bea.control.DatabaseFilter.FilterTerm
 
value() - Method in enum com.bea.tuxedo.control.TuxedoControl.AccessorName
 
value() - Method in enum com.bea.tuxedo.control.TuxedoControl.MappingStrictness
 
valueOf(String) - Static method in enum com.bea.control.annotations.TransactionAttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bea.control.JdbcControl.CommandType
Deprecated. Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bea.control.ServiceControl.Conversation.Phase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bea.control.ServiceControl.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bea.control.ServiceControl.SOAPBinding.ParameterStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bea.control.ServiceControl.SOAPBinding.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bea.control.ServiceControl.SOAPBinding.Use
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bea.tuxedo.control.TuxedoControl.AccessorName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bea.tuxedo.control.TuxedoControl.BufferType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bea.tuxedo.control.TuxedoControl.DebugLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bea.tuxedo.control.TuxedoControl.MappingStrictness
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bea.tuxedo.control.TuxedoControl.ServiceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bea.tuxedo.control.TuxedoControl.TransactionMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.bea.control.annotations.TransactionAttributeType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bea.control.JdbcControl.CommandType
Deprecated. Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bea.control.ServiceControl.Conversation.Phase
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bea.control.ServiceControl.Direction
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bea.control.ServiceControl.SOAPBinding.ParameterStyle
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bea.control.ServiceControl.SOAPBinding.Style
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bea.control.ServiceControl.SOAPBinding.Use
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bea.tuxedo.control.TuxedoControl.AccessorName
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bea.tuxedo.control.TuxedoControl.BufferType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bea.tuxedo.control.TuxedoControl.DebugLevel
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bea.tuxedo.control.TuxedoControl.MappingStrictness
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bea.tuxedo.control.TuxedoControl.ServiceType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bea.tuxedo.control.TuxedoControl.TransactionMode
Returns an array containing the constants of this enum type, in the order they're declared.
VendorResourceEnvRef - Annotation Type in com.bea.control.annotations
This provides a vendor-specific resource env reference value to be wired into the vendor-specific descriptor files.
VendorResourceRef - Annotation Type in com.bea.control.annotations
This provides a vendor-specific resource reference value to be wired into the vendor-specific descriptor files.

W

WARN - Static variable in class com.bea.tuxedo.control.Debug
 
warn(String) - Static method in class com.bea.tuxedo.control.Debug
 
warn(String, Throwable) - Static method in class com.bea.tuxedo.control.Debug
 
warn(String, String) - Static method in class com.bea.tuxedo.control.Debug
 
warn(String, String, String) - Static method in class com.bea.tuxedo.control.Debug
 
warn(String, String, String, String) - Static method in class com.bea.tuxedo.control.Debug
 

X

XmlObjectClass - Static variable in class com.bea.tuxedo.control.Primitives
 

_

_appRootDir - Variable in class com.bea.control.assembly.AssembleTask
 
_assemblyContexts - Variable in class com.bea.control.assembly.AssembleTask
 
_buff - Variable in class com.bea.tuxedo.control.Deserializer
 
_buff - Variable in class com.bea.tuxedo.control.Serializer
 
_chFilter - Variable in class com.bea.control.DatabaseFilter
 
_classPath - Variable in class com.bea.control.assembly.AssembleTask
 
_clientManifestFileSet - Variable in class com.bea.control.assembly.AssembleTask
 
_columns - Variable in class com.bea.control.DatabaseFilter
 
_conventions - Variable in class com.bea.tuxedo.control.Deserializer
 
_conventions - Variable in class com.bea.tuxedo.control.Serializer
 
_echoToConsole - Variable in class com.bea.control.assembly.AssembleTask
 
_filter - Variable in class com.bea.control.DatabaseFilter
 
_identifierOptions - Variable in class com.bea.control.DatabaseFilter
 
_issues - Variable in class com.bea.tuxedo.control.Deserializer
 
_issues - Variable in class com.bea.tuxedo.control.Serializer
 
_logLevel - Variable in class com.bea.tuxedo.control.Deserializer
 
_logLevel - Variable in class com.bea.tuxedo.control.Serializer
 
_mappingStrictness - Variable in class com.bea.tuxedo.control.Deserializer
 
_mappingStrictness - Variable in class com.bea.tuxedo.control.Serializer
 
_maxSortCols - Variable in class com.bea.control.DatabaseFilter
 
_mdDatabase - Variable in class com.bea.control.DatabaseFilter
 
_mdResultSet - Variable in class com.bea.control.DatabaseFilter
 
_moduleDir - Variable in class com.bea.control.assembly.AssembleTask
 
_moduleName - Variable in class com.bea.control.assembly.AssembleTask
 
_sIdentifierQuote - Variable in class com.bea.control.DatabaseFilter
 
_sort - Variable in class com.bea.control.DatabaseFilter
 
_srcOutputDir - Variable in class com.bea.control.assembly.AssembleTask
 

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