Serialized Form


Package com.metamatrix.admin.api.exception

Class com.metamatrix.admin.api.exception.AdminComponentException extends AdminException implements Serializable

Class com.metamatrix.admin.api.exception.AdminException extends MetaMatrixCoreException implements Serializable

Serialized Fields

errorCode

int errorCode

children

java.util.List<E> children

Class com.metamatrix.admin.api.exception.AdminProcessingException extends AdminException implements Serializable


Package com.metamatrix.admin.api.exception.security

Class com.metamatrix.admin.api.exception.security.InvalidSessionException extends SessionException implements Serializable

Class com.metamatrix.admin.api.exception.security.MetaMatrixSecurityException extends MetaMatrixProcessingException implements Serializable

Class com.metamatrix.admin.api.exception.security.SessionException extends MetaMatrixSecurityException implements Serializable


Package com.metamatrix.admin.api.objects

Class com.metamatrix.admin.api.objects.AdminOptions extends java.lang.Object implements Serializable

Serialized Fields

optionsMask

int optionsMask

Package com.metamatrix.admin.objects

Class com.metamatrix.admin.objects.MMAdminObject extends java.lang.Object implements Serializable

serialVersionUID: -8280437282118346149L

Serialized Fields

identifier

java.lang.String identifier
The fully-qualified name of the Admin Object. Will never be null.


identifierParts

java.lang.String[] identifierParts
The parts of the fully-qualified name of the Admin Object.


name

java.lang.String name
The base name of this Admin Object


props

java.util.Properties props

created

java.util.Date created

createdBy

java.lang.String createdBy

lastUpdated

java.util.Date lastUpdated

lastUpdatedBy

java.lang.String lastUpdatedBy

deployed

boolean deployed
indicates if component is in operational configuration


registered

boolean registered
indicated if component exists in registry


enabled

boolean enabled
indicated if component is enabled

Class com.metamatrix.admin.objects.MMAdminStatus extends java.lang.Object implements Serializable

Serialized Fields

code

int code

message

java.lang.String message

Class com.metamatrix.admin.objects.MMConnectorBinding extends MMAdminObject implements Serializable

Serialized Fields

routingUUID

java.lang.String routingUUID

description

java.lang.String description

connectorTypeName

java.lang.String connectorTypeName

currentState

int currentState

stateChangedTime

java.util.Date stateChangedTime

serviceID

long serviceID

Class com.metamatrix.admin.objects.MMConnectorType extends MMAdminObject implements Serializable

Class com.metamatrix.admin.objects.MMDQP extends MMAdminObject implements Serializable

Serialized Fields

description

java.lang.String description

currentState

int currentState

stateChangedTime

java.util.Date stateChangedTime

serviceID

long serviceID

Class com.metamatrix.admin.objects.MMExtensionModule extends MMAdminObject implements Serializable

Serialized Fields

description

java.lang.String description

fileContents

byte[] fileContents

moduleType

java.lang.String moduleType

Class com.metamatrix.admin.objects.MMGroup extends MMPrincipal implements Serializable

Class com.metamatrix.admin.objects.MMHost extends MMAdminObject implements Serializable

Serialized Fields

running

boolean running

Class com.metamatrix.admin.objects.MMLogConfiguration extends MMAdminObject implements Serializable

Serialized Fields

logLevel

int logLevel

includedContexts

java.util.Set<E> includedContexts

discardedContexts

java.util.Set<E> discardedContexts

Class com.metamatrix.admin.objects.MMModel extends MMAdminObject implements Serializable

Serialized Fields

connectorBindingNames

java.util.List<E> connectorBindingNames

modelType

java.lang.String modelType

modelURI

java.lang.String modelURI

isMaterialization

boolean isMaterialization

isPhysical

boolean isPhysical

isVisible

boolean isVisible

supportsMultiSourceBindings

boolean supportsMultiSourceBindings

Class com.metamatrix.admin.objects.MMPrincipal extends MMAdminObject implements Serializable

Serialized Fields

type

int type

Class com.metamatrix.admin.objects.MMProcess extends MMAdminObject implements Serializable

Serialized Fields

freeMemory

long freeMemory

hostIdentifier

java.lang.String hostIdentifier

inetAddress

java.net.InetAddress inetAddress

port

int port

running

boolean running

threadCount

int threadCount

totalMemory

long totalMemory

sockets

int sockets

maxSockets

int maxSockets

virtualSockets

int virtualSockets

maxVirtualSockets

int maxVirtualSockets

objectsRead

long objectsRead

objectsWritten

long objectsWritten

queueWorkerPool

QueueWorkerPool queueWorkerPool

Class com.metamatrix.admin.objects.MMPropertyDefinition extends MMAdminObject implements Serializable

Serialized Fields

value

java.lang.String value

allowedValues

java.util.Collection<E> allowedValues

defaultValue

java.lang.Object defaultValue

description

java.lang.String description

displayName

java.lang.String displayName

minimumMultiplicity

int minimumMultiplicity

maximumMultiplicity

int maximumMultiplicity

propertyType

java.lang.String propertyType

propertyTypeClassName

java.lang.String propertyTypeClassName

requiresRestart

boolean requiresRestart

valueDelimiter

java.lang.String valueDelimiter

constrainedToAllowedValues

boolean constrainedToAllowedValues

expert

boolean expert

hidden

boolean hidden

masked

boolean masked

modifiable

boolean modifiable

preferred

boolean preferred

required

boolean required

Class com.metamatrix.admin.objects.MMQueueWorkerPool extends MMAdminObject implements Serializable

Serialized Fields

queued

int queued

threads

int threads

enqueues

int enqueues

dequeues

int dequeues

highwaterMark

int highwaterMark

totalHighwaterMark

int totalHighwaterMark

totalEnqueues

long totalEnqueues

totalDequeues

long totalDequeues

Class com.metamatrix.admin.objects.MMRequest extends MMAdminObject implements Serializable

Serialized Fields

userName

java.lang.String userName

sessionID

java.lang.String sessionID

requestID

java.lang.String requestID

created

java.util.Date created

processingDate

java.util.Date processingDate

transactionID

java.lang.String transactionID

sqlCommand

java.lang.String sqlCommand

connectorBindingName

java.lang.String connectorBindingName

nodeID

java.lang.String nodeID

sourceRequest

boolean sourceRequest

Class com.metamatrix.admin.objects.MMResource extends MMAdminObject implements Serializable

Serialized Fields

resourceType

java.lang.String resourceType

connectionPoolIdentifier

java.lang.String connectionPoolIdentifier

Class com.metamatrix.admin.objects.MMRole extends MMAdminObject implements Serializable

Class com.metamatrix.admin.objects.MMScriptsContainer extends java.lang.Object implements Serializable

Serialized Fields

fileMap

java.util.Map<K,V> fileMap

Class com.metamatrix.admin.objects.MMSession extends MMAdminObject implements Serializable

Serialized Fields

userName

java.lang.String userName

applicationName

java.lang.String applicationName

sessionID

java.lang.String sessionID

vdbName

java.lang.String vdbName

vdbVersion

java.lang.String vdbVersion

productName

java.lang.String productName

ipAddress

java.lang.String ipAddress

hostName

java.lang.String hostName

lastPingTime

long lastPingTime

sessionState

int sessionState

Class com.metamatrix.admin.objects.MMSourceRequest extends MMRequest implements Serializable

Class com.metamatrix.admin.objects.MMSystem extends MMAdminObject implements Serializable

Serialized Fields

startTime

java.util.Date startTime

isStarted

boolean isStarted

Class com.metamatrix.admin.objects.MMUser extends MMPrincipal implements Serializable

Class com.metamatrix.admin.objects.MMVDB extends MMAdminObject implements Serializable

Serialized Fields

models

java.util.Collection<E> models

status

short status

versionedDate

java.util.Date versionedDate

versionedBy

java.lang.String versionedBy

uid

long uid

hasMaterializedViews

boolean hasMaterializedViews

cachedHashcode

int cachedHashcode

hasWSDL

boolean hasWSDL

Package com.metamatrix.api.exception

Class com.metamatrix.api.exception.ComponentCommunicationException extends MetaMatrixComponentException implements Serializable

Class com.metamatrix.api.exception.ComponentNotFoundException extends MetaMatrixComponentException implements Serializable

Class com.metamatrix.api.exception.MetaMatrixComponentException extends MetaMatrixException implements Serializable

Class com.metamatrix.api.exception.MetaMatrixException extends MetaMatrixCoreException implements Serializable

Serialized Fields

code

java.lang.String code
An error code.


msg

java.lang.String msg

Class com.metamatrix.api.exception.MetaMatrixProcessingException extends MetaMatrixException implements Serializable

Class com.metamatrix.api.exception.MultipleException extends java.lang.Exception implements Serializable

Serialized Fields

throwablesList

java.util.List<E> throwablesList
The set of Throwable instances that make up this exception


code

java.lang.String code
An error code.

Class com.metamatrix.api.exception.MultipleRuntimeException extends java.lang.RuntimeException implements Serializable

Serialized Fields

throwables

java.util.List<E> throwables

code

java.lang.String code

Package com.metamatrix.api.exception.query

Class com.metamatrix.api.exception.query.CriteriaEvaluationException extends MetaMatrixProcessingException implements Serializable

Class com.metamatrix.api.exception.query.ExpressionEvaluationException extends MetaMatrixProcessingException implements Serializable

Class com.metamatrix.api.exception.query.FunctionExecutionException extends ExpressionEvaluationException implements Serializable

Class com.metamatrix.api.exception.query.FunctionMetadataException extends QueryProcessingException implements Serializable

Class com.metamatrix.api.exception.query.InvalidFunctionException extends ExpressionEvaluationException implements Serializable

Class com.metamatrix.api.exception.query.ProcedureErrorInstructionException extends MetaMatrixProcessingException implements Serializable

Class com.metamatrix.api.exception.query.QueryMetadataException extends MetaMatrixComponentException implements Serializable

Class com.metamatrix.api.exception.query.QueryParserException extends QueryProcessingException implements Serializable

Serialized Fields

line

int line

column

int column

Class com.metamatrix.api.exception.query.QueryPlannerException extends QueryProcessingException implements Serializable

Class com.metamatrix.api.exception.query.QueryProcessingException extends MetaMatrixProcessingException implements Serializable

Class com.metamatrix.api.exception.query.QueryResolverException extends QueryProcessingException implements Serializable

Class com.metamatrix.api.exception.query.QueryValidatorException extends QueryProcessingException implements Serializable

Class com.metamatrix.api.exception.query.UnresolvedSymbolDescription extends java.lang.Object implements Serializable

Serialized Fields

symbol

java.lang.String symbol

description

java.lang.String description

Package com.metamatrix.api.exception.security

Class com.metamatrix.api.exception.security.AuthorizationException extends MetaMatrixSecurityException implements Serializable

Class com.metamatrix.api.exception.security.AuthorizationMgmtException extends AuthorizationException implements Serializable

Class com.metamatrix.api.exception.security.InvalidPrincipalException extends MetaMatrixSecurityException implements Serializable

Class com.metamatrix.api.exception.security.InvalidUserException extends InvalidPrincipalException implements Serializable

Class com.metamatrix.api.exception.security.InvalidVDBException extends MetaMatrixProcessingException implements Serializable

Class com.metamatrix.api.exception.security.LogonException extends MetaMatrixSecurityException implements Serializable

Class com.metamatrix.api.exception.security.MembershipServiceException extends MetaMatrixSecurityException implements Serializable

Class com.metamatrix.api.exception.security.MetaMatrixAuthenticationException extends MetaMatrixSecurityException implements Serializable

Class com.metamatrix.api.exception.security.SessionServiceException extends MetaMatrixSecurityException implements Serializable

Class com.metamatrix.api.exception.security.UnsupportedCredentialException extends MetaMatrixSecurityException implements Serializable


Package com.metamatrix.api.exception.server

Class com.metamatrix.api.exception.server.InvalidRequestIDException extends MetaMatrixProcessingException implements Serializable


Package com.metamatrix.common.actions

Class com.metamatrix.common.actions.AbstractObjectEditor extends java.lang.Object implements Serializable

Serialized Fields

destination

ModificationActionQueue destination

createActions

boolean createActions

Class com.metamatrix.common.actions.ActionDefinition extends java.lang.Object implements Serializable

Serialized Fields

target

java.lang.Object target
The object (or identifier for an object) that is the target of this action. May not be null and must be serializable.


creationTime

long creationTime

arguments

java.lang.Object[] arguments

attributeCode

java.lang.Integer attributeCode

attributeDescription

java.lang.String attributeDescription

Class com.metamatrix.common.actions.AddNamedObject extends AddObject implements Serializable

Class com.metamatrix.common.actions.AddObject extends TargetedActionDefinition implements Serializable

Class com.metamatrix.common.actions.BasicModificationActionQueue extends java.lang.Object implements Serializable

Serialized Fields

actions

java.util.LinkedList<E> actions

Class com.metamatrix.common.actions.CreateObject extends ActionDefinition implements Serializable

Class com.metamatrix.common.actions.DestroyObject extends TargetedActionDefinition implements Serializable

Class com.metamatrix.common.actions.ExchangeBoolean extends ExchangePrimitive implements Serializable

Serialized Fields

previousValue

boolean previousValue

newValue

boolean newValue

Class com.metamatrix.common.actions.ExchangeDouble extends ExchangePrimitive implements Serializable

Serialized Fields

previousValue

double previousValue

newValue

double newValue

Class com.metamatrix.common.actions.ExchangeFloat extends ExchangePrimitive implements Serializable

Serialized Fields

previousValue

float previousValue

newValue

float newValue

Class com.metamatrix.common.actions.ExchangeInt extends ExchangePrimitive implements Serializable

Serialized Fields

previousValue

int previousValue

newValue

int newValue

Class com.metamatrix.common.actions.ExchangeLong extends ExchangePrimitive implements Serializable

Serialized Fields

previousValue

long previousValue

newValue

long newValue

Class com.metamatrix.common.actions.ExchangeNamedObject extends ExchangeObject implements Serializable

Class com.metamatrix.common.actions.ExchangeObject extends TargetedActionDefinition implements Serializable

Class com.metamatrix.common.actions.ExchangePrimitive extends TargetedActionDefinition implements Serializable

Class com.metamatrix.common.actions.ExchangeShort extends ExchangePrimitive implements Serializable

Serialized Fields

previousValue

short previousValue

newValue

short newValue

Class com.metamatrix.common.actions.ModificationException extends MetaMatrixException implements Serializable

Class com.metamatrix.common.actions.RemoveNamedObject extends RemoveObject implements Serializable

Class com.metamatrix.common.actions.RemoveObject extends TargetedActionDefinition implements Serializable

Class com.metamatrix.common.actions.StringLengthExceededException extends ModificationException implements Serializable

Class com.metamatrix.common.actions.TargetedActionDefinition extends ActionDefinition implements Serializable


Package com.metamatrix.common.application.exception

Class com.metamatrix.common.application.exception.ApplicationInitializationException extends MetaMatrixCoreException implements Serializable

Class com.metamatrix.common.application.exception.ApplicationLifecycleException extends MetaMatrixCoreException implements Serializable


Package com.metamatrix.common.buffer

Class com.metamatrix.common.buffer.BlockedException extends MetaMatrixComponentException implements Serializable

Class com.metamatrix.common.buffer.BlockedOnMemoryException extends BlockedException implements Serializable

Class com.metamatrix.common.buffer.LobTupleBatch extends TupleBatch implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.metamatrix.common.buffer.MemoryNotAvailableException extends MetaMatrixProcessingException implements Serializable

Class com.metamatrix.common.buffer.TupleBatch extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.metamatrix.common.buffer.TupleSourceID extends java.lang.Object implements Serializable

Serialized Fields

idValue

java.lang.String idValue

location

java.lang.String location

Class com.metamatrix.common.buffer.TupleSourceNotFoundException extends MetaMatrixProcessingException implements Serializable


Package com.metamatrix.common.callback

Class com.metamatrix.common.callback.CallbackImpl extends ObjectDefinitionImpl implements Serializable

Serialized Fields

choices

CallbackChoices choices

response

int response

propertiedObject

PropertiedObject propertiedObject

propertiedObjectEditor

PropertiedObjectEditor propertiedObjectEditor

propertyDefinitionGroups

java.util.List<E> propertyDefinitionGroups

groupIterator

java.util.ListIterator<E> groupIterator

sequential

boolean sequential

Class com.metamatrix.common.callback.UnsupportedCallbackException extends MetaMatrixException implements Serializable

Serialized Fields

callback

Callback callback

Package com.metamatrix.common.classloader

Class com.metamatrix.common.classloader.NestedException extends java.lang.RuntimeException implements Serializable

Serialized Fields

cause

java.lang.Exception cause

Package com.metamatrix.common.comm.api

Class com.metamatrix.common.comm.api.Message extends java.lang.Object implements Serializable

serialVersionUID: 1063704220782714098L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Package com.metamatrix.common.comm.exception

Class com.metamatrix.common.comm.exception.CommunicationException extends MetaMatrixCoreException implements Serializable

Class com.metamatrix.common.comm.exception.ConnectionException extends MetaMatrixCoreException implements Serializable

Class com.metamatrix.common.comm.exception.ExceptionHolder extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.metamatrix.common.comm.exception.SingleInstanceCommunicationException extends CommunicationException implements Serializable


Package com.metamatrix.common.comm.platform.socket

Class com.metamatrix.common.comm.platform.socket.Handshake extends java.lang.Object implements Serializable

serialVersionUID: 7839271224736355515L

Serialized Fields

version

java.lang.String version

publicKey

byte[] publicKey

Package com.metamatrix.common.comm.platform.socket.client

Class com.metamatrix.common.comm.platform.socket.client.ServiceInvocationStruct extends java.lang.Object implements Serializable

serialVersionUID: 1207674062670068350L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Package com.metamatrix.common.config

Class com.metamatrix.common.config.StartupStateException extends MetaMatrixException implements Serializable

Serialized Fields

startupState

int startupState

Package com.metamatrix.common.config.api

Class com.metamatrix.common.config.api.AuthenticationProviderID extends ComponentDefnID implements Serializable

Class com.metamatrix.common.config.api.ComponentDefnID extends ComponentObjectID implements Serializable

Class com.metamatrix.common.config.api.ComponentObjectID extends BaseID implements Serializable

Class com.metamatrix.common.config.api.ComponentTypeDefnID extends BaseID implements Serializable

Class com.metamatrix.common.config.api.ComponentTypeID extends BaseID implements Serializable

Class com.metamatrix.common.config.api.ComponentTypePropDefn extends java.lang.Object implements Serializable

Serialized Fields

origPropertyDefinition

PropertyDefinition origPropertyDefinition

Class com.metamatrix.common.config.api.ConfigurationID extends ComponentObjectID implements Serializable

Class com.metamatrix.common.config.api.ConnectorBindingID extends ServiceComponentDefnID implements Serializable

Class com.metamatrix.common.config.api.DeployedComponentID extends ComponentObjectID implements Serializable

Serialized Fields

configID

ConfigurationID configID

hostID

HostID hostID

vmID

VMComponentDefnID vmID

serviceID

ServiceComponentDefnID serviceID

pscID

ProductServiceConfigID pscID

Class com.metamatrix.common.config.api.HostID extends ComponentDefnID implements Serializable

Class com.metamatrix.common.config.api.LockedConfigurationID extends ConfigurationID implements Serializable

Serialized Fields

originalID

ConfigurationID originalID

version

java.lang.String version

lockHolder

java.lang.String lockHolder

lockAcquiredAt

long lockAcquiredAt

Class com.metamatrix.common.config.api.ProductServiceConfigID extends ComponentDefnID implements Serializable

Class com.metamatrix.common.config.api.ProductTypeID extends ComponentTypeID implements Serializable

Class com.metamatrix.common.config.api.PropDefnAllowedValueID extends BaseID implements Serializable

Class com.metamatrix.common.config.api.ReleaseInfo extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

version

java.lang.String version

date

java.lang.String date

build

java.lang.String build

Class com.metamatrix.common.config.api.ResourceDescriptorID extends ComponentDefnID implements Serializable

Class com.metamatrix.common.config.api.ServiceComponentDefnID extends ComponentDefnID implements Serializable

Class com.metamatrix.common.config.api.SharedResourceID extends ComponentObjectID implements Serializable

Class com.metamatrix.common.config.api.VMComponentDefnID extends ComponentDefnID implements Serializable


Package com.metamatrix.common.config.api.exceptions

Class com.metamatrix.common.config.api.exceptions.ConfigurationConnectionException extends ConfigurationException implements Serializable

Class com.metamatrix.common.config.api.exceptions.ConfigurationException extends MetaMatrixComponentException implements Serializable

Serialized Fields

actionIndex

int actionIndex

Class com.metamatrix.common.config.api.exceptions.ConfigurationLockException extends ConfigurationException implements Serializable

Class com.metamatrix.common.config.api.exceptions.DuplicateComponentException extends ConfigurationException implements Serializable

Class com.metamatrix.common.config.api.exceptions.InvalidArgumentException extends ConfigurationException implements Serializable

Class com.metamatrix.common.config.api.exceptions.InvalidComponentException extends InvalidConfigurationException implements Serializable

Class com.metamatrix.common.config.api.exceptions.InvalidComponentIDCharacterException extends InvalidComponentIDFormatException implements Serializable

Class com.metamatrix.common.config.api.exceptions.InvalidComponentIDFormatException extends ConfigurationException implements Serializable

Class com.metamatrix.common.config.api.exceptions.InvalidConfigurationException extends ConfigurationException implements Serializable

Class com.metamatrix.common.config.api.exceptions.InvalidDeployedComponentException extends InvalidConfigurationException implements Serializable

Class com.metamatrix.common.config.api.exceptions.InvalidNameException extends InvalidStringValueException implements Serializable

Class com.metamatrix.common.config.api.exceptions.InvalidPropertyValueException extends InvalidStringValueException implements Serializable

Class com.metamatrix.common.config.api.exceptions.InvalidStringValueException extends ConfigurationException implements Serializable

Class com.metamatrix.common.config.api.exceptions.InvalidVersionException extends ConfigurationException implements Serializable

Class com.metamatrix.common.config.api.exceptions.ZeroLengthComponentIDException extends InvalidComponentIDFormatException implements Serializable


Package com.metamatrix.common.config.model

Class com.metamatrix.common.config.model.BasicAuthenticationProvider extends BasicComponentDefn implements Serializable

Class com.metamatrix.common.config.model.BasicAuthenticationProviderType extends BasicComponentType implements Serializable

serialVersionUID: 1592753260156781311L

Class com.metamatrix.common.config.model.BasicComponentDefn extends BasicComponentObject implements Serializable

Serialized Fields

configurationID

ConfigurationID configurationID

Class com.metamatrix.common.config.model.BasicComponentObject extends BasicObject implements Serializable

Serialized Fields

componentTypeID

ComponentTypeID componentTypeID

description

java.lang.String description

createdBy

java.lang.String createdBy

createdDate

java.lang.String createdDate

createdDDate

java.util.Date createdDDate

lastChangedBy

java.lang.String lastChangedBy

lastChangedDate

java.lang.String lastChangedDate

lastChangedDDate

java.util.Date lastChangedDDate

properties

java.util.Properties properties

Class com.metamatrix.common.config.model.BasicComponentType extends BasicObject implements Serializable

serialVersionUID: 5972706380742168742L

Serialized Fields

typeDefinitions

java.util.HashMap<K,V> typeDefinitions

typeDefnsByName

java.util.HashMap<K,V> typeDefnsByName

parentTypeID

ComponentTypeID parentTypeID

superTypeID

ComponentTypeID superTypeID

isDeployable

boolean isDeployable

isDeprecated

boolean isDeprecated

isMonitored

boolean isMonitored

componentTypeCode

int componentTypeCode

description

java.lang.String description

createdBy

java.lang.String createdBy

createdDate

java.lang.String createdDate

createdDDate

java.util.Date createdDDate

lastChangedBy

java.lang.String lastChangedBy

lastChangedDate

java.lang.String lastChangedDate

lastChangedDDate

java.util.Date lastChangedDDate

Class com.metamatrix.common.config.model.BasicComponentTypeDefn extends BasicObject implements Serializable

Serialized Fields

componentTypeID

ComponentTypeID componentTypeID

unModifiablePropertyDefinition

ComponentTypePropDefn unModifiablePropertyDefinition

propertyDefinition

PropertyDefinition propertyDefinition

isDeprecated

boolean isDeprecated

effectiveImmediately

boolean effectiveImmediately

Class com.metamatrix.common.config.model.BasicConfiguration extends BasicComponentObject implements Serializable

Serialized Fields

info

BasicConfigurationInfo info

pscs

java.util.Map<K,V> pscs
Key = ComponentID Value=Component


svcComponents

java.util.Map<K,V> svcComponents

connectors

java.util.Map<K,V> connectors

authProviders

java.util.Map<K,V> authProviders

conRoutingToIDMap

java.util.Map<K,V> conRoutingToIDMap

vms

java.util.Map<K,V> vms

pools

java.util.Map<K,V> pools

deployedComponents

java.util.Map<K,V> deployedComponents

hosts

java.util.Map<K,V> hosts

Class com.metamatrix.common.config.model.BasicConfigurationInfo extends BasicObject implements Serializable

Serialized Fields

isDeployed

boolean isDeployed

isReleased

boolean isReleased

isLocked

boolean isLocked

creationDate

java.util.Date creationDate

lastChangedDate

java.util.Date lastChangedDate

Class com.metamatrix.common.config.model.BasicConfigurationObjectEditor extends AbstractObjectEditor implements Serializable

serialVersionUID: -51562836234358446L

Serialized Fields

factory

ObjectIDFactory factory

Class com.metamatrix.common.config.model.BasicConnectorBinding extends BasicServiceComponentDefn implements Serializable

Class com.metamatrix.common.config.model.BasicConnectorBindingType extends BasicComponentType implements Serializable

serialVersionUID: 1592753260156781311L

Class com.metamatrix.common.config.model.BasicDeployedComponent extends BasicComponentObject implements Serializable

Serialized Fields

configurationID

ConfigurationID configurationID

componentID

ServiceComponentDefnID componentID
componentID is the component that is deployed


hostID

HostID hostID

vmComponentID

VMComponentDefnID vmComponentID

pscID

ProductServiceConfigID pscID

Class com.metamatrix.common.config.model.BasicExtensionModule extends BasicComponentDefn implements Serializable

Serialized Fields

type

java.lang.String type

contents

byte[] contents

Class com.metamatrix.common.config.model.BasicHost extends BasicComponentDefn implements Serializable

Class com.metamatrix.common.config.model.BasicHostType extends BasicComponentType implements Serializable

Class com.metamatrix.common.config.model.BasicProductServiceConfig extends BasicComponentDefn implements Serializable

Serialized Fields

serviceComponentDefnIDs

java.util.HashMap<K,V> serviceComponentDefnIDs

Class com.metamatrix.common.config.model.BasicProductServiceConfigType extends BasicComponentType implements Serializable

Class com.metamatrix.common.config.model.BasicProductType extends BasicComponentType implements Serializable

Serialized Fields

componentTypeIDs

java.util.HashSet<E> componentTypeIDs

Class com.metamatrix.common.config.model.BasicPropDefnAllowedValue extends BasicObject implements Serializable

Serialized Fields

value

java.lang.String value

typeDefnID

ComponentTypeDefnID typeDefnID

componentTypeID

ComponentTypeID componentTypeID

Class com.metamatrix.common.config.model.BasicResourceComponentType extends BasicComponentType implements Serializable

Class com.metamatrix.common.config.model.BasicResourceDescriptor extends BasicComponentDefn implements Serializable

Class com.metamatrix.common.config.model.BasicServiceComponentDefn extends BasicComponentDefn implements Serializable

Serialized Fields

isQueuedService

boolean isQueuedService

routingUUID

java.lang.String routingUUID

Class com.metamatrix.common.config.model.BasicServiceComponentType extends BasicComponentType implements Serializable

Class com.metamatrix.common.config.model.BasicSharedResource extends BasicComponentObject implements Serializable

Class com.metamatrix.common.config.model.BasicVMComponentDefn extends BasicComponentDefn implements Serializable

Serialized Fields

hostID

HostID hostID

Class com.metamatrix.common.config.model.BasicVMComponentDefnType extends BasicComponentType implements Serializable

Class com.metamatrix.common.config.model.ConfigurationModelContainerImpl extends java.lang.Object implements Serializable

Serialized Fields

configuration

BasicConfiguration configuration

compTypes

java.util.Map<K,V> compTypes

prodTypes

java.util.Map<K,V> prodTypes

resources

java.util.Map<K,V> resources

Package com.metamatrix.common.config.util

Class com.metamatrix.common.config.util.ConfigObjectsNotResolvableException extends MetaMatrixException implements Serializable

Serialized Fields

notResolvableObject

java.lang.Object notResolvableObject

Class com.metamatrix.common.config.util.InvalidConfigurationElementException extends MetaMatrixException implements Serializable

Serialized Fields

invalidElement

java.lang.Object invalidElement

Package com.metamatrix.common.connection

Class com.metamatrix.common.connection.ManagedConnectionException extends MetaMatrixException implements Serializable


Package com.metamatrix.common.extensionmodule

Class com.metamatrix.common.extensionmodule.ExtensionModuleDescriptor extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

type

java.lang.String type

position

int position

enabled

boolean enabled

desc

java.lang.String desc

createdBy

java.lang.String createdBy

creationDate

java.lang.String creationDate

lastUpdatedBy

java.lang.String lastUpdatedBy

lastUpdatedDate

java.lang.String lastUpdatedDate

checksum

long checksum

Class com.metamatrix.common.extensionmodule.ExtensionModuleEvent extends java.util.EventObject implements Serializable

Serialized Fields

type

int type
Type of event. (See constants defined in this class).


Package com.metamatrix.common.extensionmodule.exception

Class com.metamatrix.common.extensionmodule.exception.DuplicateExtensionModuleException extends ExtensionModuleException implements Serializable

Class com.metamatrix.common.extensionmodule.exception.ExtensionModuleException extends MetaMatrixProcessingException implements Serializable

Class com.metamatrix.common.extensionmodule.exception.ExtensionModuleNotFoundException extends ExtensionModuleException implements Serializable

Class com.metamatrix.common.extensionmodule.exception.ExtensionModuleOrderingException extends ExtensionModuleException implements Serializable

Class com.metamatrix.common.extensionmodule.exception.ExtensionModuleRuntimeException extends MetaMatrixRuntimeException implements Serializable

Class com.metamatrix.common.extensionmodule.exception.InvalidExtensionModuleTypeException extends ExtensionModuleException implements Serializable


Package com.metamatrix.common.extensionmodule.spi.jdbc

Class com.metamatrix.common.extensionmodule.spi.jdbc.JDBCExtensionDescriptor extends ExtensionModuleDescriptor implements Serializable


Package com.metamatrix.common.id

Class com.metamatrix.common.id.TransactionID extends LongID implements Serializable

Class com.metamatrix.common.id.TransactionIDFactory extends LongIDFactory implements Serializable


Package com.metamatrix.common.id.dbid

Class com.metamatrix.common.id.dbid.DBIDGeneratorException extends MetaMatrixException implements Serializable

Class com.metamatrix.common.id.dbid.ReservedIDBlock extends java.lang.Object implements Serializable

Serialized Fields

context

java.lang.String context

first

long first

last

long last

next

long next

max

long max

wrappable

boolean wrappable

Package com.metamatrix.common.jdbc

Class com.metamatrix.common.jdbc.JDBCPlatform extends java.lang.Object implements Serializable

Serialized Fields

metadata

java.sql.DatabaseMetaData metadata

usesStreamsForBlobBinding

boolean usesStreamsForBlobBinding
Indicates that streams will be used to store BLOB data. NOTE: does not work with ODBC


usesStreamsForClobBinding

boolean usesStreamsForClobBinding

isSecure

boolean isSecure

platformName

java.lang.String platformName

Package com.metamatrix.common.jdbc.db

Class com.metamatrix.common.jdbc.db.DB2Platform extends JDBCPlatform implements Serializable

Class com.metamatrix.common.jdbc.db.DerbyPlatform extends JDBCPlatform implements Serializable

Class com.metamatrix.common.jdbc.db.InformixPlatform extends JDBCPlatform implements Serializable

Class com.metamatrix.common.jdbc.db.MetaMatrixPlatform extends JDBCPlatform implements Serializable

Class com.metamatrix.common.jdbc.db.MMOraclePlatform extends OraclePlatform implements Serializable

Class com.metamatrix.common.jdbc.db.MMOracleSecurePlatform extends OraclePlatform implements Serializable

Class com.metamatrix.common.jdbc.db.MSSQLPlatform extends JDBCPlatform implements Serializable

Class com.metamatrix.common.jdbc.db.MySQLPlatform extends JDBCPlatform implements Serializable

Class com.metamatrix.common.jdbc.db.OraclePlatform extends JDBCPlatform implements Serializable

Class com.metamatrix.common.jdbc.db.PostgresPlatform extends JDBCPlatform implements Serializable

Class com.metamatrix.common.jdbc.db.SybasePlatform extends JDBCPlatform implements Serializable


Package com.metamatrix.common.jdbc.syntax

Class com.metamatrix.common.jdbc.syntax.ExpressionOperator extends java.lang.Object implements Serializable

Serialized Fields

selectors

java.util.List<E> selectors

databaseStrings

java.lang.String[] databaseStrings

expression

java.lang.String expression

isPrefix

boolean isPrefix

isRepeating

boolean isRepeating

nodeClass

java.lang.Class<T> nodeClass

Package com.metamatrix.common.lob

Class com.metamatrix.common.lob.LobChunk extends java.lang.Object implements Serializable

serialVersionUID: -5634014429424520672L

Serialized Fields

data

byte[] data

last

boolean last

Package com.metamatrix.common.log

Class com.metamatrix.common.log.DbWriterException extends MetaMatrixException implements Serializable


Package com.metamatrix.common.log.config

Class com.metamatrix.common.log.config.BasicLogConfiguration extends java.lang.Object implements Serializable

Serialized Fields

discardedContexts

java.util.Set<E> discardedContexts

unmodifiableContexts

java.util.Set<E> unmodifiableContexts

msgLevel

int msgLevel

Class com.metamatrix.common.log.config.LogConfigurationException extends MetaMatrixException implements Serializable


Package com.metamatrix.common.log.reader

Class com.metamatrix.common.log.reader.LogEntry extends java.lang.Object implements Serializable

Serialized Fields

exception

java.lang.String exception

date

java.util.Date date

message

java.lang.String message

context

java.lang.String context

level

int level

hostName

java.lang.String hostName

processName

java.lang.String processName

threadName

java.lang.String threadName

Class com.metamatrix.common.log.reader.LogEntryPropertyNames extends java.lang.Object implements Serializable


Package com.metamatrix.common.messaging

Class com.metamatrix.common.messaging.MessagingException extends MetaMatrixException implements Serializable

Class com.metamatrix.common.messaging.RemoteMessagingException extends MetaMatrixRuntimeException implements Serializable


Package com.metamatrix.common.messaging.jgroups

Class com.metamatrix.common.messaging.jgroups.JGroupsMessageBus.FederateHeader extends org.jgroups.Header implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.metamatrix.common.messaging.jgroups.RPCStruct extends java.lang.Object implements Serializable

serialVersionUID: -7372264971977481565L

Serialized Fields

targetClasses

java.util.ArrayList<E> targetClasses

address

org.jgroups.Address address

objectId

java.util.UUID objectId

Package com.metamatrix.common.namedobject

Class com.metamatrix.common.namedobject.BaseID extends java.lang.Object implements Serializable

Serialized Fields

fullName

java.lang.String fullName
The fully-qualified name of the node. Will never be null.


hashCode

int hashCode
The hash code for the fully-qualified name of the node. It should be set when the name is set. Since this object is immutable, it should never have to be updated. It can be used for a fail-fast equals check (where unequal hash codes signify unequal objects, but not necessarily vice versa) as well.

Class com.metamatrix.common.namedobject.BasicObject extends java.lang.Object implements Serializable

Serialized Fields

id

BaseID id
The ID for this object. Never null.


Package com.metamatrix.common.object

Class com.metamatrix.common.object.Multiplicity extends java.lang.Object implements Serializable

Serialized Fields

isOrdered

boolean isOrdered

isUnique

boolean isUnique

Class com.metamatrix.common.object.MultiplicityExpressionException extends MetaMatrixException implements Serializable

Class com.metamatrix.common.object.ObjectDefinitionImpl extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

pluralDisplayName

java.lang.String pluralDisplayName

shortDisplayName

java.lang.String shortDisplayName

displayName

java.lang.String displayName

shortDescription

java.lang.String shortDescription

Class com.metamatrix.common.object.PropertiedObjectImpl extends java.lang.Object implements Serializable

Serialized Fields

properties

java.util.Map<K,V> properties

unmodifiablePropertyDefns

java.util.List<E> unmodifiablePropertyDefns

Class com.metamatrix.common.object.PropertyDefinitionGroup extends ObjectDefinitionImpl implements Serializable

Serialized Fields

propertyDefinitions

java.util.List<E> propertyDefinitions

subGroups

java.util.List<E> subGroups

Class com.metamatrix.common.object.PropertyDefinitionImpl extends ObjectDefinitionImpl implements Serializable

Serialized Fields

modifiable

boolean modifiable

constrained

boolean constrained

hidden

boolean hidden

preferred

boolean preferred

expert

boolean expert

masked

boolean masked

requiresRestart

boolean requiresRestart

defaultValue

java.lang.Object defaultValue

allowedValues

java.util.List<E> allowedValues

valueDelimiter

java.lang.String valueDelimiter

type

PropertyType type

multiplicity

Multiplicity multiplicity

Class com.metamatrix.common.object.PropertyType extends java.lang.Object implements Serializable

serialVersionUID: -740884659902823711L

Serialized Fields

value

int value

displayName

java.lang.String displayName

className

java.lang.String className

validator

PropertyTypeValidator validator

Class com.metamatrix.common.object.StandardPropertyTypeValidator extends java.lang.Object implements Serializable


Package com.metamatrix.common.properties

Class com.metamatrix.common.properties.UnmodifiableProperties extends java.util.Properties implements Serializable

Serialized Fields

origProps

java.util.Properties origProps

Package com.metamatrix.common.queue

Class com.metamatrix.common.queue.WorkerPoolStats extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

queued

int queued

threads

int threads

activeThreads

int activeThreads

highestActiveThreads

int highestActiveThreads

totalSubmitted

long totalSubmitted

totalCompleted

long totalCompleted

Package com.metamatrix.common.transaction

Class com.metamatrix.common.transaction.TransactionException extends MetaMatrixException implements Serializable

Class com.metamatrix.common.transaction.TransactionNotSupportedException extends TransactionException implements Serializable


Package com.metamatrix.common.tree

Class com.metamatrix.common.tree.TreeNodeException extends MetaMatrixException implements Serializable


Package com.metamatrix.common.tree.basic

Class com.metamatrix.common.tree.basic.BasicTreeNode extends java.lang.Object implements Serializable

Serialized Fields

globalUID

ObjectID globalUID

type

ObjectDefinition type

exists

boolean exists

name

java.lang.String name

children

java.util.List<E> children

unmodifiableChildren

java.util.List<E> unmodifiableChildren

parent

BasicTreeNode parent

marked

boolean marked

modified

boolean modified

properties

java.util.Map<K,V> properties
The holder for the property values for this entity, keyed upon the reference to the PropertyDefinition instance.


Package com.metamatrix.common.tree.directory

Class com.metamatrix.common.tree.directory.FileDefinitionImpl extends ObjectDefinitionImpl implements Serializable

Class com.metamatrix.common.tree.directory.FolderDefinitionImpl extends ObjectDefinitionImpl implements Serializable


Package com.metamatrix.common.types

Class com.metamatrix.common.types.BlobImpl extends java.lang.Object implements Serializable

Serialized Fields

data

byte[] data

Class com.metamatrix.common.types.BlobType extends java.lang.Object implements Serializable

Serialized Fields

streamId

java.lang.String streamId

persistentId

java.lang.String persistentId

length

long length

Class com.metamatrix.common.types.ClobImpl extends java.lang.Object implements Serializable

Serialized Fields

data

char[] data

Class com.metamatrix.common.types.ClobType extends java.lang.Object implements Serializable

Serialized Fields

streamId

java.lang.String streamId

persistentId

java.lang.String persistentId

length

long length

Class com.metamatrix.common.types.InvalidReferenceException extends java.lang.RuntimeException implements Serializable

Class com.metamatrix.common.types.TransformationException extends MetaMatrixException implements Serializable

Class com.metamatrix.common.types.XMLType extends java.lang.Object implements Serializable

Serialized Fields

referenceStreamId

java.lang.String referenceStreamId

persistenceStreamId

java.lang.String persistenceStreamId

Package com.metamatrix.common.util

Class com.metamatrix.common.util.ApplicationInfo extends java.lang.Object implements Serializable

Serialized Fields

props

java.util.Properties props

Class com.metamatrix.common.util.Intervals extends java.lang.Object implements Serializable

Serialized Fields

intervals

java.util.LinkedList<E> intervals

Class com.metamatrix.common.util.MultipleRequestConfirmation extends java.lang.Object implements Serializable

Serialized Fields

result

java.lang.Object result

failures

java.util.Map<K,V> failures

Class com.metamatrix.common.util.PropertiesUtils.InvalidPropertyException extends MetaMatrixRuntimeException implements Serializable


Package com.metamatrix.common.util.crypto

Class com.metamatrix.common.util.crypto.CryptoException extends MetaMatrixException implements Serializable

Class com.metamatrix.common.util.crypto.NullCryptor extends java.lang.Object implements Serializable


Package com.metamatrix.common.xa

Class com.metamatrix.common.xa.MMXid extends java.lang.Object implements Serializable

serialVersionUID: -7078441828703404308L

Serialized Fields

formatID

int formatID

globalTransactionId

byte[] globalTransactionId

branchQualifier

byte[] branchQualifier

toString

java.lang.String toString

Class com.metamatrix.common.xa.TransactionID extends java.lang.Object implements Serializable

Serialized Fields

ID

java.lang.String ID

Class com.metamatrix.common.xa.XATransactionException extends MetaMatrixProcessingException implements Serializable

Serialized Fields

errorCode

int errorCode

Package com.metamatrix.connector.metadata

Class com.metamatrix.connector.metadata.RuntimeVdbRecord extends java.lang.Object implements Serializable

Serialized Fields

vdbRuntimeName

java.lang.String vdbRuntimeName

vdbRuntimeVersion

java.lang.String vdbRuntimeVersion

vdbRecord

VdbRecord vdbRecord

Package com.metamatrix.connector.xml.base

Class com.metamatrix.connector.xml.base.XMLDocument extends java.lang.Object implements Serializable

Serialized Fields

m_contextRoot

java.lang.Object m_contextRoot

m_timeCreated

java.util.Date m_timeCreated

Package com.metamatrix.connector.xml.cache

Class com.metamatrix.connector.xml.cache.DocumentCache.CachedObject extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m_payload

java.lang.Object m_payload

m_itemID

java.lang.String m_itemID

m_size

int m_size

m_expires

long m_expires

m_previous

DocumentCache.CachedObject m_previous

m_next

DocumentCache.CachedObject m_next

m_eventSink

DocumentCache.EventSink m_eventSink

locked

boolean locked

references

java.util.Set<E> references
Map of Request Identifiers to Sets of Request Part Identifiers. Used to reference count the CachedObject.


Package com.metamatrix.connector.xml.http

Class com.metamatrix.connector.xml.http.HttpInfo extends java.lang.Object implements Serializable

Serialized Fields

m_uri

java.lang.String m_uri

m_request

java.lang.String m_request

m_method

java.lang.String m_method

m_paramMethod

java.lang.String m_paramMethod

m_distinguishingId

int m_distinguishingId

Package com.metamatrix.connector.xml.soap

Class com.metamatrix.connector.xml.soap.CommonsHTTPSender extends org.apache.axis.handlers.BasicHandler implements Serializable

Serialized Fields

connectionManager

org.apache.commons.httpclient.HttpConnectionManager connectionManager

clientProperties

org.apache.axis.components.net.CommonsHTTPClientProperties clientProperties

httpChunkStream

boolean httpChunkStream

Class com.metamatrix.connector.xml.soap.FilteringHTTPSender extends CommonsHTTPSender implements Serializable

Serialized Fields

state

XMLConnectorState state

logger

ConnectorLogger logger

Package com.metamatrix.connector.xmlsource.soap

Class com.metamatrix.connector.xmlsource.soap.SoapService extends org.apache.axis.client.Service implements Serializable

Serialized Fields

securityToken

SecurityToken securityToken

Package com.metamatrix.console.connections

Class com.metamatrix.console.connections.RemoveConnectionDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

okButton

javax.swing.AbstractButton okButton

cancelButton

javax.swing.AbstractButton cancelButton

connections

ConnectionInfo[] connections

cancelled

boolean cancelled

urlsBox

javax.swing.JComboBox urlsBox

currentConnection

ConnectionInfo currentConnection

Package com.metamatrix.console.models

Class com.metamatrix.console.models.ModelChangedEvent extends java.util.EventObject implements Serializable

Serialized Fields

message

java.lang.String message

arg

java.lang.Object arg

Package com.metamatrix.console.ui

Class com.metamatrix.console.ui.StatusPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

statusLabel

LabelWidget statusLabel

statusField

TextFieldWidget statusField

busyIndicator

ButtonWidget busyIndicator

Package com.metamatrix.console.ui.dialog

Class com.metamatrix.console.ui.dialog.ConsoleLoginDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

panel

ConsoleLoginPanel panel

displayedExitButton

javax.swing.AbstractButton displayedExitButton

exitingBlocked

boolean exitingBlocked

selectNewConnectionCB

javax.swing.JCheckBox selectNewConnectionCB

Class com.metamatrix.console.ui.dialog.ConsoleLoginPanel extends LoginPanel implements Serializable

Serialized Fields

systemURL

java.lang.String systemURL

Class com.metamatrix.console.ui.dialog.ConsoleLoginWindow extends javax.swing.JFrame implements Serializable

Serialized Fields

panel

ConsoleLoginPanel panel

displayedExitButton

javax.swing.AbstractButton displayedExitButton

exitingBlocked

boolean exitingBlocked

selectNewConnectionCB

javax.swing.JCheckBox selectNewConnectionCB

Class com.metamatrix.console.ui.dialog.DetailsDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

detailsPressed

boolean detailsPressed

smallLocation

java.awt.Point smallLocation

iconLabel

LabelWidget iconLabel

message

javax.swing.JTextArea message

formattedMessageText

java.lang.String formattedMessageText

detailsButton

ButtonWidget detailsButton

okButton

ButtonWidget okButton

saveButton

ButtonWidget saveButton

details

javax.swing.JTextArea details

jScrollPane

javax.swing.JScrollPane jScrollPane

upperPanel

javax.swing.JPanel upperPanel

detailsText

java.lang.String detailsText

buttonPanel

javax.swing.JPanel buttonPanel

bl

java.awt.GridBagLayout bl

lastDimension

java.awt.Dimension lastDimension

Class com.metamatrix.console.ui.dialog.ErrorDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

ERROR_DIALOG_WIDTH

int ERROR_DIALOG_WIDTH

ERROR_DIALOG_HEIGHT_H

int ERROR_DIALOG_HEIGHT_H

WHOLE_DIALOG_HEIGHT_H

int WHOLE_DIALOG_HEIGHT_H

WHOLE_DIALOG_HEIGHT_W

int WHOLE_DIALOG_HEIGHT_W

detailsPressed

boolean detailsPressed

detailsButton

ButtonWidget detailsButton

okButton

ButtonWidget okButton

upperPanel

javax.swing.JPanel upperPanel

outerPanel

javax.swing.JPanel outerPanel

lowerPanel

javax.swing.JPanel lowerPanel

detailsText

java.lang.String detailsText

buttonPanel

javax.swing.JPanel buttonPanel

saveButton

ButtonWidget saveButton

msgLabel

LabelWidget msgLabel

msgArea

javax.swing.JTextArea msgArea

linePanel

javax.swing.JPanel linePanel

excMsgPanel

javax.swing.JPanel excMsgPanel

excMsgLayout

java.awt.GridBagLayout excMsgLayout

rowCount

int rowCount

detailLabel

LabelWidget detailLabel

detailArea

javax.swing.JTextArea detailArea

scrollPane

javax.swing.JScrollPane scrollPane

font

java.awt.Font font

excepLabel

LabelWidget excepLabel

excepField

javax.swing.JComboBox excepField

lowerPanelLayout

java.awt.GridBagLayout lowerPanelLayout

outerPanelLayout

java.awt.GridBagLayout outerPanelLayout

statementArea

LabelWidget statementArea

stateReasonPanel

javax.swing.JPanel stateReasonPanel

reasonArea

javax.swing.JTextArea reasonArea

outterButtonPanel

javax.swing.JPanel outterButtonPanel

savesLastFileLoc

boolean savesLastFileLoc

initialDCPDirectory

java.lang.String initialDCPDirectory

successfullySaved

boolean successfullySaved

savedFileName

java.lang.String savedFileName

throwables

java.util.List<E> throwables

throwableNames

java.util.List<E> throwableNames

Class com.metamatrix.console.ui.dialog.PendingChangesDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

yesButton

javax.swing.AbstractButton yesButton

noButton

javax.swing.AbstractButton noButton

cancelButton

javax.swing.AbstractButton cancelButton

response

int response

Class com.metamatrix.console.ui.dialog.RefreshRatesDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

chkbxSummary

CheckBox chkbxSummary

chkbxSession

CheckBox chkbxSession

chkbxQuery

CheckBox chkbxQuery

chkbxSyslog

CheckBox chkbxSyslog

chkbxResourcePools

CheckBox chkbxResourcePools

txtSummary

TextFieldWidget txtSummary

txtSession

TextFieldWidget txtSession

txtQuery

TextFieldWidget txtQuery

txtSyslog

TextFieldWidget txtSyslog

txtResourcePools

TextFieldWidget txtResourcePools

resetButton

ButtonWidget resetButton

saveButton

ButtonWidget saveButton

savedState

com.metamatrix.console.ui.dialog.TextFieldInfo[] savedState

Class com.metamatrix.console.ui.dialog.ResetPasswordPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

usernameLabel

LabelWidget usernameLabel

passwordLabel

LabelWidget passwordLabel

confirmPasswordLabel

LabelWidget confirmPasswordLabel

usernameField

TextFieldWidget usernameField

passwordField

javax.swing.JPasswordField passwordField

confirmPasswordField

javax.swing.JPasswordField confirmPasswordField

l

java.awt.GridBagLayout l

c

java.awt.GridBagConstraints c

Class com.metamatrix.console.ui.dialog.ServerURLsDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

urlNamesList

java.util.List<E> urlNamesList

urlList

javax.swing.JList urlList

jrbDefault

javax.swing.JRadioButton jrbDefault

jrbUseLastLogin

javax.swing.JRadioButton jrbUseLastLogin

removeButton

ButtonWidget removeButton

addButton

ButtonWidget addButton

saveButton

ButtonWidget saveButton

cancelButton

ButtonWidget cancelButton

currentDefaultURL

java.lang.String currentDefaultURL

useLastLogin

boolean useLastLogin

savedPanelState

com.metamatrix.console.ui.dialog.PanelState savedPanelState

programmaticChange

boolean programmaticChange

Package com.metamatrix.console.ui.layout

Class com.metamatrix.console.ui.layout.BasePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

hasBeenPainted

boolean hasBeenPainted

Class com.metamatrix.console.ui.layout.ConsoleAboutPanel extends AboutPanel implements Serializable

Class com.metamatrix.console.ui.layout.ConsoleMainFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

menuBar

ConsoleMenuBar menuBar

splitPane

javax.swing.JSplitPane splitPane

tree

PanelsTree tree

treePanel

javax.swing.JPanel treePanel

workspace

Workspace workspace

controller

WorkspaceController controller

hasBeenPainted

boolean hasBeenPainted

handler

CDKCallbackHandler handler

showingTree

boolean showingTree

connectionsComboBox

javax.swing.JComboBox connectionsComboBox

connectionsPanel

javax.swing.JPanel connectionsPanel

treeMap

java.util.Map<K,V> treeMap

Class com.metamatrix.console.ui.layout.ConsoleMenuBar extends javax.swing.JMenuBar implements Serializable

Serialized Fields

fileMenu

javax.swing.JMenu fileMenu

preferencesMenu

javax.swing.JMenu preferencesMenu

connectionsMenu

javax.swing.JMenu connectionsMenu

viewMenu

javax.swing.JMenu viewMenu

actionsMenu

javax.swing.JMenu actionsMenu

helpMenu

javax.swing.JMenu helpMenu

actRefreshDefault

javax.swing.Action actRefreshDefault

Class com.metamatrix.console.ui.layout.PanelsTree extends TreeWidget implements Serializable

Serialized Fields

selectedTreePath

javax.swing.tree.TreePath selectedTreePath

selectionCancellation

boolean selectionCancellation

showPanelsTreeMenuItem

javax.swing.JCheckBoxMenuItem showPanelsTreeMenuItem

treePathMap

java.util.Map<K,V> treePathMap

connection

ConnectionInfo connection

Class com.metamatrix.console.ui.layout.PanelsTreeModel extends javax.swing.tree.DefaultTreeModel implements Serializable

Class com.metamatrix.console.ui.layout.UserPreferenceCallback extends CallbackImpl implements Serializable

Class com.metamatrix.console.ui.layout.Workspace extends javax.swing.JPanel implements Serializable

Serialized Fields

currentPanel

WorkspacePanel currentPanel

repaintController

RepaintController repaintController

lbl

LabelWidget lbl

mainFrame

ConsoleMainFrame mainFrame

gbc

java.awt.GridBagConstraints gbc

Package com.metamatrix.console.ui.tree

Class com.metamatrix.console.ui.tree.ChildSortingTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

sortType

int sortType

model

javax.swing.tree.DefaultTreeModel model

usingUserObjectToString

boolean usingUserObjectToString

Class com.metamatrix.console.ui.tree.SortReadyJTree extends TreeWidget implements Serializable


Package com.metamatrix.console.ui.treetable

Class com.metamatrix.console.ui.treetable.JTreeTable extends javax.swing.JTable implements Serializable

Serialized Fields

tree

JTreeTable.TreeTableCellRenderer tree
A subclass of JTree.


columnsSizedSinceRendererSet

boolean columnsSizedSinceRendererSet

Class com.metamatrix.console.ui.treetable.JTreeTable.TreeTableCellEditor extends javax.swing.DefaultCellEditor implements Serializable

Class com.metamatrix.console.ui.treetable.JTreeTable.TreeTableCellRenderer extends javax.swing.JTree implements Serializable

Serialized Fields

visibleRow

int visibleRow
Last table/tree row asked to renderer.


highlightBorder

javax.swing.border.Border highlightBorder
Border to draw around the tree, if this is non-null, it will be painted.

Class com.metamatrix.console.ui.treetable.TreeTableModelAdapter extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

tree

javax.swing.JTree tree

treeTableModel

TreeTableModel treeTableModel

Package com.metamatrix.console.ui.util

Class com.metamatrix.console.ui.util.AbstractPanelAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

mnemonic

int mnemonic

type

int type

comps

java.util.HashSet<E> comps

Class com.metamatrix.console.ui.util.AbstractPropertiedObjectPanelHolder extends javax.swing.JPanel implements Serializable

Serialized Fields

thePanel

PropertiedObjectPanel thePanel

optionalPropertiesCheckBox

CheckBox optionalPropertiesCheckBox

Class com.metamatrix.console.ui.util.ActionFireableButtonWidget extends ButtonWidget implements Serializable

Class com.metamatrix.console.ui.util.BasicWizardSubpanelContainer extends BasePanel implements Serializable

Serialized Fields

lblStep

javax.swing.JPanel lblStep

pnlMainContent

javax.swing.JPanel pnlMainContent

wizardInterface

WizardInterface wizardInterface

stepTextPanel

WizardStepTextPanel stepTextPanel

Class com.metamatrix.console.ui.util.CenteredOptionPane extends javax.swing.JOptionPane implements Serializable

Class com.metamatrix.console.ui.util.ChooserPanel extends BasicWizardSubpanelContainer implements Serializable

Serialized Fields

dirPnlChooser

ModifiedDirectoryChooserPanel dirPnlChooser

userPrefKey

java.lang.String userPrefKey

path

java.lang.String path

Class com.metamatrix.console.ui.util.ExpertPropertiedObjectPanelHolder extends AbstractPropertiedObjectPanelHolder implements Serializable

Serialized Fields

expertPropertiesCheckBox

CheckBox expertPropertiesCheckBox

Class com.metamatrix.console.ui.util.IconComponent extends javax.swing.JPanel implements Serializable

Serialized Fields

icons

javax.swing.Icon[] icons

iconWidth

int iconWidth

iconHeight

int iconHeight

Class com.metamatrix.console.ui.util.IconLabel extends javax.swing.JPanel implements Serializable

Serialized Fields

label

LabelWidget label

ic

IconComponent ic

Class com.metamatrix.console.ui.util.JEnterButton extends ButtonWidget implements Serializable

Class com.metamatrix.console.ui.util.LazyBranchNode extends ChildSortingTreeNode implements Serializable

Serialized Fields

id

java.lang.Object id

populated

boolean populated

Class com.metamatrix.console.ui.util.ModifiedDirectoryChooserPanel extends DialogPanel implements Serializable

Serialized Fields

panelType

int panelType

showingTable

boolean showingTable

showNewFolderButton

boolean showNewFolderButton

showFilterComboBox

boolean showFilterComboBox

showDetailsButton

boolean showDetailsButton

allowFolderCreation

boolean allowFolderCreation

multiSelectionAllowed

boolean multiSelectionAllowed

filenameSelectionAllowed

boolean filenameSelectionAllowed

panel

javax.swing.JPanel panel

bottomDetailsPanel

javax.swing.JPanel bottomDetailsPanel

topButtonsPanel

javax.swing.JPanel topButtonsPanel

topDetailsPanel

javax.swing.JPanel topDetailsPanel

folderComboBox

javax.swing.JComboBox folderComboBox

filterComboBox

javax.swing.JComboBox filterComboBox

filenameTextField

TextFieldWidget filenameTextField

table

DirectoryEntryTable table

INVALID_FILENAME_MSG

java.lang.String INVALID_FILENAME_MSG

PROTECTED_PARENT_MSG

java.lang.String PROTECTED_PARENT_MSG

list

javax.swing.JList list

centralPanel

javax.swing.JScrollPane centralPanel

upButton

ButtonWidget upButton

newFolderButton

ButtonWidget newFolderButton

detailsButton

ButtonWidget detailsButton

selectedFilter

DirectoryEntryFilter selectedFilter

passThruDirectoryEntryFilter

PassThroughDirectoryEntryFilter passThruDirectoryEntryFilter

chooserFilters

DirectoryEntryFilter[] chooserFilters

directoryEntryView

DirectoryEntryView directoryEntryView

selectedDirectoryEntry

DirectoryEntry selectedDirectoryEntry

existingDirectoryEntry

DirectoryEntry existingDirectoryEntry

homeDirectoryEntry

DirectoryEntry homeDirectoryEntry

parentDirectoryEntry

DirectoryEntry parentDirectoryEntry

treeNodeEditor

DirectoryEntryEditor treeNodeEditor

fileTypeLabel

LabelWidget fileTypeLabel

rootsList

java.util.Collection<E> rootsList

propertiesToShow

java.util.Collection<E> propertiesToShow

rootsToShow

java.util.Collection<E> rootsToShow

selectedDirectoryEntries

java.util.Collection<E> selectedDirectoryEntries

acceptsFolders

boolean acceptsFolders

tmpModelerOverride

boolean tmpModelerOverride

tableCellRenderer

javax.swing.table.TableCellRenderer tableCellRenderer

listCellRenderer

javax.swing.ListCellRenderer listCellRenderer

tableMouseListener

java.awt.event.MouseListener tableMouseListener

listMouseListener

java.awt.event.MouseListener listMouseListener

tableSelectionListener

javax.swing.event.ListSelectionListener tableSelectionListener

openStateListener

MDCPOpenStateListener openStateListener

nameFldUpdating

boolean nameFldUpdating

Class com.metamatrix.console.ui.util.NoFocusUnlessSelectedListCellRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

Class com.metamatrix.console.ui.util.NoMinTextFieldWidget extends TextFieldWidget implements Serializable

Class com.metamatrix.console.ui.util.NoSelectionListCellRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

Class com.metamatrix.console.ui.util.POPWithButtons extends javax.swing.JPanel implements Serializable

Serialized Fields

thePanel

AbstractPropertiedObjectPanelHolder thePanel

theEditor

PropertiedObjectEditor theEditor

applyButton

javax.swing.AbstractButton applyButton

resetButton

javax.swing.AbstractButton resetButton

valuesMap

java.util.Map<K,V> valuesMap

defsMap

java.util.Map<K,V> defsMap

controller

POPWithButtonsController controller

Class com.metamatrix.console.ui.util.PropertiedObjectPanelHolder extends AbstractPropertiedObjectPanelHolder implements Serializable

Class com.metamatrix.console.ui.util.ReadOnlyListWidget extends ListWidget implements Serializable

Class com.metamatrix.console.ui.util.StringListBasedListModel extends javax.swing.DefaultListModel implements Serializable

Serialized Fields

list

java.util.List<E> list

keepSorted

boolean keepSorted

Class com.metamatrix.console.ui.util.WizardInterfaceImpl extends WizardPanel implements Serializable

Class com.metamatrix.console.ui.util.WizardStepTextPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

stepNum

int stepNum

optional

boolean optional

header

java.lang.String header

paragraphs

java.lang.String[] paragraphs

textPane

javax.swing.JTextArea textPane

Package com.metamatrix.console.ui.util.wizard

Class com.metamatrix.console.ui.util.wizard.DefaultWizardClientPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

bNextIsEnablable

boolean bNextIsEnablable

listeners

javax.swing.event.EventListenerList listeners

Class com.metamatrix.console.ui.util.wizard.WizardPane extends javax.swing.JPanel implements Serializable

Serialized Fields

pnlOuter

javax.swing.JPanel pnlOuter

pnlExplanation

javax.swing.JPanel pnlExplanation

pnlExplanationOuter

javax.swing.JPanel pnlExplanationOuter

lblExplanation

LabelWidget lblExplanation

pnlContent

javax.swing.JPanel pnlContent

pnlContentOuter

javax.swing.JPanel pnlContentOuter

pnlButtons

javax.swing.JPanel pnlButtons

backButton

javax.swing.JButton backButton

nextButton

javax.swing.JButton nextButton

cancelButton

javax.swing.JButton cancelButton

showFlag

boolean showFlag

wcpCurrentPanel

WizardClientPanel wcpCurrentPanel

iCurrentPanelNumber

int iCurrentPanelNumber

wzcClient

WizardClient wzcClient

wnOwnerWindow

java.awt.Window wnOwnerWindow

Class com.metamatrix.console.ui.util.wizard.WizardPaneDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

wpPane

WizardPane wpPane

wzcClient

AbstractWizardClient wzcClient

Package com.metamatrix.console.ui.views.authorization

Class com.metamatrix.console.ui.views.authorization.AuthenticationProviderDetailsPanel extends BasePanel implements Serializable

Serialized Fields

createdField

TextFieldWidget createdField

createdByField

TextFieldWidget createdByField

modifiedField

TextFieldWidget modifiedField

modifiedByField

TextFieldWidget modifiedByField

descriptionField

javax.swing.JTextArea descriptionField

providerDefn

ComponentDefn providerDefn

Class com.metamatrix.console.ui.views.authorization.AuthenticationProviderPropertiesPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

pop

PropertiedObjectPanel pop

popHolder

ExpertPropertiedObjectPanelHolder popHolder

popWithButtons

POPWithButtons popWithButtons

pnlOuter

javax.swing.JPanel pnlOuter

pnlPOPShell

javax.swing.JPanel pnlPOPShell

poPropObject

PropertiedObject poPropObject

poe

PropertiedObjectEditor poe

providerDefn

ComponentDefn providerDefn

canModify

boolean canModify

connection

ConnectionInfo connection

maq

ModificationActionQueue maq

coe

ConfigurationObjectEditor coe

Class com.metamatrix.console.ui.views.authorization.NewAuthenticationProviderSelectPanel extends BasicWizardSubpanelContainer implements Serializable

Serialized Fields

lblProviderTypeName

LabelWidget lblProviderTypeName

txfProviderName

TextFieldWidget txfProviderName

lblProviderName

LabelWidget lblProviderName

pnlOuter

javax.swing.JPanel pnlOuter

hmNameProviderXref

java.util.HashMap<K,V> hmNameProviderXref

arylProviders

java.util.List<E> arylProviders

cbxProviderSelection

javax.swing.JComboBox cbxProviderSelection

cbxmdlProviderSelectionModel

javax.swing.DefaultComboBoxModel cbxmdlProviderSelectionModel

hasBeenPainted

boolean hasBeenPainted

connection

ConnectionInfo connection

Class com.metamatrix.console.ui.views.authorization.NewAuthenticationProviderSpecificationPanel extends BasicWizardSubpanelContainer implements Serializable

Serialized Fields

popThePanel

PropertiedObjectPanel popThePanel

ctProviderType

ComponentType ctProviderType

sProviderName

java.lang.String sProviderName

txfProviderTypeName

TextFieldWidget txfProviderTypeName

lblProviderTypeName

LabelWidget lblProviderTypeName

txfProviderName

TextFieldWidget txfProviderName

lblProviderName

LabelWidget lblProviderName

pnlOuter

javax.swing.JPanel pnlOuter

pnlPOPShell

javax.swing.JPanel pnlPOPShell

coeEditor

ConfigurationObjectEditor coeEditor

maqActionQForProvider

ModificationActionQueue maqActionQForProvider

scdNewAuthenticationProvider

AuthenticationProvider scdNewAuthenticationProvider

poPropObject

PropertiedObject poPropObject

poeEditor

PropertiedObjectEditor poeEditor

popHolder

ExpertPropertiedObjectPanelHolder popHolder

valuesMap

java.util.Map<K,V> valuesMap

defsMap

java.util.Map<K,V> defsMap

connection

ConnectionInfo connection

Class com.metamatrix.console.ui.views.authorization.NewAuthenticationProviderWizardController extends WizardInterfaceImpl implements Serializable

Serialized Fields

providerSelectPanel

NewAuthenticationProviderSelectPanel providerSelectPanel

currentlySelectedProvider

ComponentType currentlySelectedProvider

sNewCBName

java.lang.String sNewCBName

specsPanel

NewAuthenticationProviderSpecificationPanel specsPanel

dialog

javax.swing.JDialog dialog

currentPage

int currentPage

nextButton

ButtonWidget nextButton

cancelButton

ButtonWidget cancelButton

finishButton

ButtonWidget finishButton

scdNewAuthenticationProvider

AuthenticationProvider scdNewAuthenticationProvider

connection

ConnectionInfo connection

Class com.metamatrix.console.ui.views.authorization.ProvidersChangedEvent extends java.util.EventObject implements Serializable

Serialized Fields

type

int type
The event type.

Class com.metamatrix.console.ui.views.authorization.ProvidersMain extends BasePanel implements Serializable

Serialized Fields

actionNewProvider

com.metamatrix.console.ui.views.authorization.ProviderPanelAction actionNewProvider

actionDeleteProvider

com.metamatrix.console.ui.views.authorization.ProviderPanelAction actionDeleteProvider

connection

ConnectionInfo connection

table

TableWidget table

tableModel

DefaultTableModel tableModel

newButton

ButtonWidget newButton

deleteButton

ButtonWidget deleteButton

moveRowUpButton

ButtonWidget moveRowUpButton

moveRowDownButton

ButtonWidget moveRowDownButton

detailsPanel

AuthenticationProviderDetailsPanel detailsPanel

propertiesPanel

AuthenticationProviderPropertiesPanel propertiesPanel

selectedProviders

java.util.List<E> selectedProviders

listSelectionListener

javax.swing.event.ListSelectionListener listSelectionListener

tabbedPane

javax.swing.JTabbedPane tabbedPane

splitPane

javax.swing.JSplitPane splitPane

currentActions

java.util.List<E> currentActions

nameProviderMap

java.util.HashMap<K,V> nameProviderMap

canModify

boolean canModify

Class com.metamatrix.console.ui.views.authorization.SummaryMain extends BasePanel implements Serializable

Serialized Fields

connection

ConnectionInfo connection

chkbxEnableAuth

CheckBox chkbxEnableAuth

applyButton

ButtonWidget applyButton

resetButton

ButtonWidget resetButton

usernameTextField

TextFieldWidget usernameTextField

changePasswordButton

ButtonWidget changePasswordButton

newPassword

java.lang.String newPassword

Package com.metamatrix.console.ui.views.connector

Class com.metamatrix.console.ui.views.connector.ConnectorPanel extends BasePanel implements Serializable

Serialized Fields

actionImportConnector

com.metamatrix.console.ui.views.connector.ConnectorPanel.PanelAction actionImportConnector

actionExportConnector

com.metamatrix.console.ui.views.connector.ConnectorPanel.PanelAction actionExportConnector

actionDeleteConnector

com.metamatrix.console.ui.views.connector.ConnectorPanel.PanelAction actionDeleteConnector

connection

ConnectionInfo connection

manager

ConnectorManager manager

table

TableWidget table

detailsPanel

javax.swing.JPanel detailsPanel

tableModel

com.metamatrix.console.ui.views.connector.ConnectorTableModel tableModel

createdField

TextFieldWidget createdField

createdByField

TextFieldWidget createdByField

registeredField

TextFieldWidget registeredField

registeredByField

TextFieldWidget registeredByField

importButton

ButtonWidget importButton

exportButton

ButtonWidget exportButton

deleteButton

ButtonWidget deleteButton

infoInTable

ConnectorBasicInfo[] infoInTable

selectedConnectorName

java.lang.String selectedConnectorName

selectedTableRow

int selectedTableRow

currentActions

java.util.List<E> currentActions

canModify

boolean canModify

Class com.metamatrix.console.ui.views.connector.ImportWizardConfirmationPanel extends BasicWizardSubpanelContainer implements Serializable

Serialized Fields

callType

int callType

pnlOuter

javax.swing.JPanel pnlOuter

lblText

java.lang.String lblText

stepText

java.lang.String stepText

stepNumber

int stepNumber

connectorTypes

java.util.TreeMap<K,V> connectorTypes

extensionModules

ExtensionModule[] extensionModules

Class com.metamatrix.console.ui.views.connector.ImportWizardConnectorIDPanel extends BasicWizardSubpanelContainer implements Serializable

Serialized Fields

callType

int callType

txfItemName

TextFieldWidget[] txfItemName

hasBeenPainted

boolean hasBeenPainted

connectorTypesToImport

java.util.Map<K,V> connectorTypesToImport

extensionModulesToImport

ExtensionModule[] extensionModulesToImport

pnlOuter

javax.swing.JPanel pnlOuter

prevDirEntry

DirectoryEntry prevDirEntry

Class com.metamatrix.console.ui.views.connector.ImportWizardController extends WizardInterfaceImpl implements Serializable

Serialized Fields

itemIDPanel

ImportWizardConnectorIDPanel itemIDPanel

fileSelectorPanel

ImportWizardFileSelectorPanel fileSelectorPanel

confirmPanel

ImportWizardConfirmationPanel confirmPanel

duplicatesPanel

ImportWizardDuplicatesPanel duplicatesPanel

dialog

javax.swing.JDialog dialog

currentPage

int currentPage

nextButton

ButtonWidget nextButton

cancelButton

ButtonWidget cancelButton

finishButton

ButtonWidget finishButton

connectorTypesToImport

java.util.TreeMap<K,V> connectorTypesToImport

cieuImportUtil

ConfigurationImportExportUtility cieuImportUtil

directoryEntry

DirectoryEntry directoryEntry

bFinishPressed

boolean bFinishPressed

api

ConfigurationAdminAPI api

manager

ConfigurationManager manager

connectorManager

ConnectorManager connectorManager

conn

ConnectionInfo conn

dialogTitle

java.lang.String dialogTitle

extModulesToImport

ExtensionModule[] extModulesToImport

Class com.metamatrix.console.ui.views.connector.ImportWizardDuplicatesPanel extends BasicWizardSubpanelContainer implements Serializable

Serialized Fields

pnlOuter

javax.swing.JPanel pnlOuter

stepNumber

int stepNumber

duplicateConnectorTypes

java.lang.String[] duplicateConnectorTypes

duplicateExtensionModules

java.lang.String[] duplicateExtensionModules

overwriteConnTypes

CheckBox overwriteConnTypes

overwriteExtJars

CheckBox overwriteExtJars

errorConnectorTypeInUseText

java.lang.String errorConnectorTypeInUseText

Class com.metamatrix.console.ui.views.connector.ImportWizardFileSelectorPanel extends BasicWizardSubpanelContainer implements Serializable

Serialized Fields

callType

int callType

controller

ImportWizardControllerInterface controller

fsvFileSysView

FileSystemView fsvFileSysView

selection

DirectoryEntry selection

chooser

ModifiedDirectoryChooserPanel chooser

pnlOuter

javax.swing.JPanel pnlOuter

lblName

LabelWidget lblName

txfConnectorName

TextFieldWidget txfConnectorName

fileSelectionValid

boolean fileSelectionValid

Package com.metamatrix.console.ui.views.connectorbinding

Class com.metamatrix.console.ui.views.connectorbinding.BindingDetailsPanel extends BasePanel implements Serializable

Serialized Fields

createdField

TextFieldWidget createdField

createdByField

TextFieldWidget createdByField

modifiedField

TextFieldWidget modifiedField

modifiedByField

TextFieldWidget modifiedByField

descriptionField

javax.swing.JTextArea descriptionField

scdConnectorBinding

ServiceComponentDefn scdConnectorBinding

connection

ConnectionInfo connection

Class com.metamatrix.console.ui.views.connectorbinding.BindingPropertiesPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

pop

PropertiedObjectPanel pop

popHolder

PropertiedObjectPanelHolder popHolder

popWithButtons

POPWithButtons popWithButtons

txfConnectorName

TextFieldWidget txfConnectorName

lblConnectorName

LabelWidget lblConnectorName

txfBindingName

TextFieldWidget txfBindingName

lblBindingName

LabelWidget lblBindingName

pnlOuter

javax.swing.JPanel pnlOuter

pnlPOPShell

javax.swing.JPanel pnlPOPShell

poPropObject

PropertiedObject poPropObject

poe

PropertiedObjectEditor poe

connectorBindingDefn

ServiceComponentDefn connectorBindingDefn

canModify

boolean canModify

connection

ConnectionInfo connection

maq

ModificationActionQueue maq

coe

ConfigurationObjectEditor coe

Class com.metamatrix.console.ui.views.connectorbinding.BindingVDBsPanel extends BasePanel implements Serializable

Serialized Fields

table

TableWidget table

tableModel

com.metamatrix.console.ui.views.connectorbinding.BindingVDBsTableModel tableModel

connectorBindingDefn

ServiceComponentDefn connectorBindingDefn

connection

ConnectionInfo connection

Class com.metamatrix.console.ui.views.connectorbinding.ConnectorBindingPanel extends BasePanel implements Serializable

Serialized Fields

actionNewConnectorBinding

com.metamatrix.console.ui.views.connectorbinding.ConnectorBindingPanelAction actionNewConnectorBinding

actionImportConnectorBinding

com.metamatrix.console.ui.views.connectorbinding.ConnectorBindingPanelAction actionImportConnectorBinding

actionExportConnectorBinding

com.metamatrix.console.ui.views.connectorbinding.ConnectorBindingPanelAction actionExportConnectorBinding

actionDeleteConnectorBinding

com.metamatrix.console.ui.views.connectorbinding.ConnectorBindingPanelAction actionDeleteConnectorBinding

actionDupConnectorBinding

com.metamatrix.console.ui.views.connectorbinding.ConnectorBindingPanelAction actionDupConnectorBinding

connection

ConnectionInfo connection

table

TableWidget table

tableModel

DefaultTableModel tableModel

newButton

ButtonWidget newButton

importButton

ButtonWidget importButton

exportButton

ButtonWidget exportButton

deleteButton

ButtonWidget deleteButton

dupButton

ButtonWidget dupButton

detailsPanel

BindingDetailsPanel detailsPanel

propertiesPanel

BindingPropertiesPanel propertiesPanel

vdbsPanel

BindingVDBsPanel vdbsPanel

selectedBindings

java.util.List<E> selectedBindings
List


listSelectionListener

javax.swing.event.ListSelectionListener listSelectionListener

tabbedPane

javax.swing.JTabbedPane tabbedPane

splitPane

javax.swing.JSplitPane splitPane

currentActions

java.util.List<E> currentActions

nameConnectorBindingMap

java.util.HashMap<K,V> nameConnectorBindingMap

canModify

boolean canModify

Class com.metamatrix.console.ui.views.connectorbinding.ConnectorBindingRenameDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

connection

ConnectionInfo connection

cancelled

boolean cancelled

nameField

TextFieldWidget nameField

okButton

javax.swing.JButton okButton

title

java.lang.String title

Class com.metamatrix.console.ui.views.connectorbinding.ImportBindingWizardController extends WizardInterfaceImpl implements Serializable

Serialized Fields

fileSelectorPanel

ImportWizardFileSelectorPanel fileSelectorPanel

pscEnablePanel

ImportBindingWizardPSCEnablePanel pscEnablePanel

itemRenamePanel

ImportBindingWizardRenamePanel itemRenamePanel

nextButton

ButtonWidget nextButton

cancelButton

ButtonWidget cancelButton

finishButton

ButtonWidget finishButton

dialog

javax.swing.JDialog dialog

currentPage

int currentPage

sXMLFileName

java.lang.String sXMLFileName

loadedConnBindings

java.util.Map<K,V> loadedConnBindings

componentTypes

java.util.Map<K,V> componentTypes

connTypesToCreate

java.util.Collection<E> connTypesToCreate

renameMapping

java.util.Map<K,V> renameMapping

deFile

DirectoryEntry deFile

bFinishPressed

boolean bFinishPressed

dialogTitle

java.lang.String dialogTitle

api

ConfigurationAdminAPI api

manager

ConfigurationManager manager

connectorManager

ConnectorManager connectorManager

extensionAPI

ExtensionSourceAdminAPI extensionAPI

newComponentEditor

ConfigurationObjectEditor newComponentEditor

cieuImportUtil

ConfigurationImportExportUtility cieuImportUtil

Class com.metamatrix.console.ui.views.connectorbinding.ImportBindingWizardPSCEnablePanel extends BasicWizardSubpanelContainer implements Serializable

Serialized Fields

tblPSCs

TableWidget tblPSCs

tmdlPSCs

DefaultTableModel tmdlPSCs

mapPSCtoEnabledForNextStartup

java.util.HashMap<K,V> mapPSCtoEnabledForNextStartup

mapNextStartupPSCXref

java.util.HashMap<K,V> mapNextStartupPSCXref

numRowsDifferentNextStartup

int numRowsDifferentNextStartup

chk

CheckBox chk

tblBindings

TableWidget tblBindings

tmdlBindings

DefaultTableModel tmdlBindings

pnlOuter

javax.swing.JPanel pnlOuter

pnlTable

javax.swing.JPanel pnlTable

connectorManager

ConnectorManager connectorManager

Class com.metamatrix.console.ui.views.connectorbinding.ImportBindingWizardRenamePanel extends BasicWizardSubpanelContainer implements Serializable

Serialized Fields

tblBindings

TableWidget tblBindings

tmdlBindings

DefaultTableModel tmdlBindings

mapDoesBindingExist

java.util.HashMap<K,V> mapDoesBindingExist

donotimportchk

CheckBox donotimportchk

lblConnectorFileName

LabelWidget lblConnectorFileName

txfConnectorFileName

TextFieldWidget txfConnectorFileName

pnlOuter

javax.swing.JPanel pnlOuter

pnlTable

javax.swing.JPanel pnlTable

connectorManager

ConnectorManager connectorManager

config

Configuration config

numOfBindingsToImport

int numOfBindingsToImport

bindingState

int[] bindingState

isDisplayingWarning

boolean isDisplayingWarning

Class com.metamatrix.console.ui.views.connectorbinding.NewBindingWizardConnectorSelectPanel extends BasicWizardSubpanelContainer implements Serializable

Serialized Fields

lblConnectorName

LabelWidget lblConnectorName

txfBindingName

TextFieldWidget txfBindingName

lblBindingName

LabelWidget lblBindingName

pnlOuter

javax.swing.JPanel pnlOuter

hmNameConnectorXref

java.util.HashMap<K,V> hmNameConnectorXref

arylConnectors

java.util.ArrayList<E> arylConnectors

cbxConnectorSelection

javax.swing.JComboBox cbxConnectorSelection

cbxmdlConnectorSelectionModel

javax.swing.DefaultComboBoxModel cbxmdlConnectorSelectionModel

hasBeenPainted

boolean hasBeenPainted

connection

ConnectionInfo connection

Class com.metamatrix.console.ui.views.connectorbinding.NewBindingWizardController extends WizardInterfaceImpl implements Serializable

Serialized Fields

connectorSelectPanel

NewBindingWizardConnectorSelectPanel connectorSelectPanel

currentlySelectedConnector

ComponentType currentlySelectedConnector

sNewCBName

java.lang.String sNewCBName

specsPanel

NewBindingWizardSpecificationPanel specsPanel

pscEnablePanel

NewBindingWizardPSCEnablePanel pscEnablePanel

dialog

javax.swing.JDialog dialog

currentPage

int currentPage

nextButton

ButtonWidget nextButton

cancelButton

ButtonWidget cancelButton

finishButton

ButtonWidget finishButton

scdNewConnectorBinding

ServiceComponentDefn scdNewConnectorBinding

connection

ConnectionInfo connection

Class com.metamatrix.console.ui.views.connectorbinding.NewBindingWizardCreateConfirmPanel extends BasicWizardSubpanelContainer implements Serializable

Serialized Fields

pnlOuter

javax.swing.JPanel pnlOuter

cbxModifyPSCEnablements

CheckBox cbxModifyPSCEnablements

CREATE_CONNBIND_BLATHER

java.lang.String[] CREATE_CONNBIND_BLATHER

Class com.metamatrix.console.ui.views.connectorbinding.NewBindingWizardPSCEnablePanel extends BasicWizardSubpanelContainer implements Serializable

Serialized Fields

tblPSCs

TableWidget tblPSCs

tmdlPSCs

DefaultTableModel tmdlPSCs

mapPSCtoEnabledForNextStartup

java.util.HashMap<K,V> mapPSCtoEnabledForNextStartup

mapNextStartupPSCXref

java.util.HashMap<K,V> mapNextStartupPSCXref

numRowsDifferentNextStartup

int numRowsDifferentNextStartup

chk

CheckBox chk

lblConnectorName

LabelWidget lblConnectorName

txfConnectorName

TextFieldWidget txfConnectorName

txfBindingName

TextFieldWidget txfBindingName

lblBindingName

LabelWidget lblBindingName

pnlOuter

javax.swing.JPanel pnlOuter

pnlTable

javax.swing.JPanel pnlTable

connection

ConnectionInfo connection

Class com.metamatrix.console.ui.views.connectorbinding.NewBindingWizardSpecificationPanel extends BasicWizardSubpanelContainer implements Serializable

Serialized Fields

popThePanel

PropertiedObjectPanel popThePanel

ctConnector

ComponentType ctConnector

sConnectorBindingName

java.lang.String sConnectorBindingName

txfConnectorName

TextFieldWidget txfConnectorName

lblConnectorName

LabelWidget lblConnectorName

txfBindingName

TextFieldWidget txfBindingName

lblBindingName

LabelWidget lblBindingName

pnlOuter

javax.swing.JPanel pnlOuter

pnlPOPShell

javax.swing.JPanel pnlPOPShell

coeEditor

ConfigurationObjectEditor coeEditor

maqActionQForBinding

ModificationActionQueue maqActionQForBinding

scdNewConnectorBinding

ConnectorBinding scdNewConnectorBinding

poPropObject

PropertiedObject poPropObject

poeEditor

PropertiedObjectEditor poeEditor

valuesMap

java.util.Map<K,V> valuesMap

defsMap

java.util.Map<K,V> defsMap

connection

ConnectionInfo connection

Package com.metamatrix.console.ui.views.deploy

Class com.metamatrix.console.ui.views.deploy.ConfigSummaryPanel extends DetailPanel implements Serializable

Serialized Fields

tblDeployments

TableWidget tblDeployments

tblPscs

TableWidget tblPscs

config

Configuration config

deployTblModel

DefaultTableModel deployTblModel

pscsTblModel

DefaultTableModel pscsTblModel

Class com.metamatrix.console.ui.views.deploy.ConfigurationTreeCellRenderer extends DefaultTreeCellRenderer implements Serializable

Serialized Fields

connectionInfo

ConnectionInfo connectionInfo

Class com.metamatrix.console.ui.views.deploy.ConfirmationPanel extends DialogPanel implements Serializable

Serialized Fields

nextRow

int nextRow

gbc

java.awt.GridBagConstraints gbc

pnl

javax.swing.JPanel pnl

Class com.metamatrix.console.ui.views.deploy.CreatePanel extends ConfirmationPanel implements Serializable

Serialized Fields

txf

TextFieldWidget txf

btnCreate

ButtonWidget btnCreate

Class com.metamatrix.console.ui.views.deploy.CreatePSCPanel extends ConfirmationPanel implements Serializable

Serialized Fields

txf

TextFieldWidget txf

btnCreate

ButtonWidget btnCreate

pnlAssignments

AccumulatorPanel pnlAssignments

pscDef

ProductServiceConfig pscDef

serviceNames

java.util.List<E> serviceNames

Class com.metamatrix.console.ui.views.deploy.DeployedHostPanel extends DetailPanel implements Serializable

Serialized Fields

tblProcs

TableWidget tblProcs

pnlProps

com.metamatrix.console.ui.views.deploy.DeployedHostPanel.ProcessPOP pnlProps

pnlPropsOuter

javax.swing.JPanel pnlPropsOuter

actionApply

com.metamatrix.console.ui.views.deploy.DeployedHostPanel.PanelAction actionApply

actionNew

com.metamatrix.console.ui.views.deploy.DeployedHostPanel.PanelAction actionNew

actionDelete

com.metamatrix.console.ui.views.deploy.DeployedHostPanel.PanelAction actionDelete

actionReset

com.metamatrix.console.ui.views.deploy.DeployedHostPanel.PanelAction actionReset

host

Host host

procTblModel

DefaultTableModel procTblModel

treeActions

java.util.ArrayList<E> treeActions

nextVMPort

int nextVMPort

mainPanel

DeployMainPanel mainPanel

propsDifferent

boolean propsDifferent

propValueMap

java.util.HashMap<K,V> propValueMap

propDefsMap

java.util.HashMap<K,V> propDefsMap

propEditor

ConfigurationPropertiedObjectEditor propEditor

propObj

PropertiedObject propObj

Class com.metamatrix.console.ui.views.deploy.DeployedProcessPanel extends DetailPanel implements Serializable

Serialized Fields

tblPscs

TableWidget tblPscs

txfHost

TextFieldWidget txfHost

actionApply

com.metamatrix.console.ui.views.deploy.DeployedProcessPanel.PanelAction actionApply

actionDelete

com.metamatrix.console.ui.views.deploy.DeployedProcessPanel.PanelAction actionDelete

actionReset

com.metamatrix.console.ui.views.deploy.DeployedProcessPanel.PanelAction actionReset

process

VMComponentDefn process

pnlProps

com.metamatrix.console.ui.views.deploy.DeployedProcessPanel.ProcessPOP pnlProps

pnlPropsOuter

javax.swing.JPanel pnlPropsOuter

tblModel

DefaultTableModel tblModel

prodRowMap

java.util.HashMap<K,V> prodRowMap

propValueMap

java.util.HashMap<K,V> propValueMap

propDefsMap

java.util.HashMap<K,V> propDefsMap

numPscsDifferent

int numPscsDifferent

pscCellComp

com.metamatrix.console.ui.views.deploy.DeployedProcessPanel.PscCellComponent pscCellComp

processEvents

boolean processEvents

propEditor

ConfigurationPropertiedObjectEditor propEditor

propObj

PropertiedObject propObj

deleting

boolean deleting

propsDifferent

boolean propsDifferent

processName

java.lang.String processName

Class com.metamatrix.console.ui.views.deploy.DeployedPscPanel extends DetailPanel implements Serializable

Serialized Fields

tblServices

TableWidget tblServices

txfHost

TextFieldWidget txfHost

txfProcess

TextFieldWidget txfProcess

txfProduct

TextFieldWidget txfProduct

psc

ProductServiceConfig psc

tblModel

DefaultTableModel tblModel

Class com.metamatrix.console.ui.views.deploy.DeployedServicePanel extends DetailPanel implements Serializable

Serialized Fields

chkEssential

CheckBox chkEssential

pnlProps

PropertiedObjectPanel pnlProps

pnlPropsOuter

javax.swing.JPanel pnlPropsOuter

txfHost

TextFieldWidget txfHost

txfProc

TextFieldWidget txfProc

txfProd

TextFieldWidget txfProd

txfPsc

TextFieldWidget txfPsc

txfService

TextFieldWidget txfService

editor

PropertiedObjectEditor editor

Class com.metamatrix.console.ui.views.deploy.DeployMainPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

cbxLocation

javax.swing.JComboBox cbxLocation

tree

TreeWidget tree

splitter

javax.swing.JSplitPane splitter

pnlConfigSummary

ConfigSummaryPanel pnlConfigSummary

pnlDeployedHost

DeployedHostPanel pnlDeployedHost

pnlDeployedProcess

DeployedProcessPanel pnlDeployedProcess

pnlDeployedPsc

DeployedPscPanel pnlDeployedPsc

pnlDeployedService

DeployedServicePanel pnlDeployedService

pnlPscSummary

PscSummaryPanel pnlPscSummary

pnlProductDefn

ProductDefinitionPanel pnlProductDefn

pnlPscDefn

PscDefinitionPanel pnlPscDefn

pnlServiceDefn

ServiceDefinitionPanel pnlServiceDefn

pnlDeploymentsSummary

DeploymentsSummaryPanel pnlDeploymentsSummary

pnlTreeOpsSizer

javax.swing.JPanel pnlTreeOpsSizer

pnlTree

javax.swing.JPanel pnlTree

renderer

ConfigurationTreeCellRenderer renderer

connection

ConnectionInfo connection

actions

java.util.ArrayList<E> actions

actionBack

com.metamatrix.console.ui.views.deploy.DeployMainPanel.PanelAction actionBack

actionNext

com.metamatrix.console.ui.views.deploy.DeployMainPanel.PanelAction actionNext

actionForward

com.metamatrix.console.ui.views.deploy.DeployMainPanel.PanelAction actionForward

actionUp

com.metamatrix.console.ui.views.deploy.DeployMainPanel.PanelAction actionUp

actionClear

com.metamatrix.console.ui.views.deploy.DeployMainPanel.PanelAction actionClear

actionImport

com.metamatrix.console.ui.views.deploy.DeployMainPanel.PanelAction actionImport

actionExport

com.metamatrix.console.ui.views.deploy.DeployMainPanel.PanelAction actionExport

actionBounce

com.metamatrix.console.ui.views.deploy.DeployMainPanel.PanelAction actionBounce

actionSynch

com.metamatrix.console.ui.views.deploy.DeployMainPanel.PanelAction actionSynch

treeActions

java.util.List<E> treeActions

navNodeMap

java.util.HashMap<K,V> navNodeMap

nodeNavMap

java.util.HashMap<K,V> nodeNavMap

pnlDetail

DetailPanel pnlDetail

eventProcessing

boolean eventProcessing

treeModel

ConfigurationTreeModel treeModel

editMode

boolean editMode

saveNode

DefaultTreeNode saveNode

configId

ConfigurationID configId

dflts

ObjectPropertyManager dflts

programmaticTreeSelection

boolean programmaticTreeSelection

currentTreePath

javax.swing.tree.TreePath currentTreePath

Class com.metamatrix.console.ui.views.deploy.DeploymentsSummaryPanel extends DetailPanel implements Serializable

Serialized Fields

tblDeployments

TableWidget tblDeployments

config

Configuration config

deployTblModel

DefaultTableModel deployTblModel

treeActions

java.util.ArrayList<E> treeActions

Class com.metamatrix.console.ui.views.deploy.DeploymentsSummaryPanel.HostExistsInfoPanel extends DialogPanel implements Serializable

Class com.metamatrix.console.ui.views.deploy.DetailPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

lblConfig

LabelWidget lblConfig

lblTitle

LabelWidget lblTitle

actions

java.util.ArrayList<E> actions

ancestors

java.lang.Object[] ancestors

configId

ConfigurationID configId

domainObj

java.lang.Object domainObj

title

java.lang.String title

titleSuffix

java.lang.String titleSuffix

includingHdr

boolean includingHdr

connectionInfo

ConnectionInfo connectionInfo

Class com.metamatrix.console.ui.views.deploy.ProductDefinitionPanel extends DetailPanel implements Serializable

Serialized Fields

tblServices

TableWidget tblServices

txfProduct

TextFieldWidget txfProduct

actionNew

com.metamatrix.console.ui.views.deploy.ProductDefinitionPanel.PanelAction actionNew

product

ProductType product

tblModel

DefaultTableModel tblModel

Class com.metamatrix.console.ui.views.deploy.PscDefinitionPanel extends DetailPanel implements Serializable

Serialized Fields

tblServices

TableWidget tblServices

txfProd

TextFieldWidget txfProd

txfCreated

TextFieldWidget txfCreated

txfCreatedBy

TextFieldWidget txfCreatedBy

txfModified

TextFieldWidget txfModified

txfModifiedBy

TextFieldWidget txfModifiedBy

sdp

ServiceDefinitionPanel sdp

dmp

DeployMainPanel dmp

actionApply

com.metamatrix.console.ui.views.deploy.PscDefinitionPanel.PanelAction actionApply

actionCopy

com.metamatrix.console.ui.views.deploy.PscDefinitionPanel.PanelAction actionCopy

actionNew

com.metamatrix.console.ui.views.deploy.PscDefinitionPanel.PanelAction actionNew

actionAssign

com.metamatrix.console.ui.views.deploy.PscDefinitionPanel.PanelAction actionAssign

actionDelete

com.metamatrix.console.ui.views.deploy.PscDefinitionPanel.PanelAction actionDelete

actionReset

com.metamatrix.console.ui.views.deploy.PscDefinitionPanel.PanelAction actionReset

pscDef

ProductServiceConfig pscDef

tblModel

DefaultTableModel tblModel

treeActions

java.util.ArrayList<E> treeActions

saveServEnabledMap

java.util.HashMap<K,V> saveServEnabledMap

numRowsDifferent

int numRowsDifferent

chk

CheckBox chk

programmaticTableSelectionChange

boolean programmaticTableSelectionChange

pscToSelectedServiceMap

java.util.Map<K,V> pscToSelectedServiceMap

deleting

boolean deleting

Class com.metamatrix.console.ui.views.deploy.PscSummaryPanel extends DetailPanel implements Serializable

Serialized Fields

tblPscs

TableWidget tblPscs

config

Configuration config

pscsTblModel

DefaultTableModel pscsTblModel

connection

ConnectionInfo connection

Class com.metamatrix.console.ui.views.deploy.ServiceDefinitionPanel extends DetailPanel implements Serializable

Serialized Fields

chkEnabled

CheckBox chkEnabled

chkEssential

CheckBox chkEssential

pnlProps

com.metamatrix.console.ui.views.deploy.ServiceDefinitionPanel.ServiceDefPOP pnlProps

pnlPropsOuter

javax.swing.JPanel pnlPropsOuter

txfProd

TextFieldWidget txfProd

txfPsc

TextFieldWidget txfPsc

txfService

TextFieldWidget txfService

actionApply

com.metamatrix.console.ui.views.deploy.ServiceDefinitionPanel.PanelAction actionApply

actionReset

com.metamatrix.console.ui.views.deploy.ServiceDefinitionPanel.PanelAction actionReset

propEditor

ConfigurationPropertiedObjectEditor propEditor

saveEnabled

boolean saveEnabled

service

ServiceComponentDefn service

propValueMap

java.util.HashMap<K,V> propValueMap

propObj

PropertiedObject propObj

propDefsMap

java.util.HashMap<K,V> propDefsMap

propsDifferent

boolean propsDifferent

changedPropertyNames

java.util.Set<E> changedPropertyNames
Set set of the names of properties that have been changed


propsDifferentRequiresRestart

boolean propsDifferentRequiresRestart

parentPanel

PscDefinitionPanel parentPanel

editMode

boolean editMode

Class com.metamatrix.console.ui.views.deploy.UpdatePSCPanel extends ConfirmationPanel implements Serializable

Serialized Fields

txf

TextFieldWidget txf

btnCreate

ButtonWidget btnCreate

pnlAssignments

AccumulatorPanel pnlAssignments

pscDef

ProductServiceConfig pscDef

serviceNames

java.util.List<E> serviceNames

Package com.metamatrix.console.ui.views.deploy.event

Class com.metamatrix.console.ui.views.deploy.event.ConfigurationChangeEvent extends java.util.EventObject implements Serializable

Serialized Fields

type

int type
The event type.


ancestors

java.lang.Object[] ancestors
Ancestor objects starting with the parent.


config

Configuration config
The configuration where the change occurred.

Class com.metamatrix.console.ui.views.deploy.event.ConfigurationTreeModelEvent extends ConfigurationChangeEvent implements Serializable

Serialized Fields

ancestorNodes

DefaultTreeNode[] ancestorNodes
Ancestor nodes starting with the parent.


sourceNode

DefaultTreeNode sourceNode
The configuration node where the change occurred.


configNode

DefaultTreeNode configNode
The configuration node where the change occurred.


Package com.metamatrix.console.ui.views.entitlements

Class com.metamatrix.console.ui.views.entitlements.AuthorizationsCheckBox extends CheckBox implements Serializable

Serialized Fields

currentRow

int currentRow

currentColumn

int currentColumn

useType

java.lang.String useType

Class com.metamatrix.console.ui.views.entitlements.AuthorizationsTreeTable extends JTreeTable implements Serializable

Serialized Fields

checkBoxRenderer

com.metamatrix.console.ui.views.entitlements.AuthorizationsCheckBoxRenderer checkBoxRenderer

systemModelRootNodes

java.util.List<E> systemModelRootNodes

checkBoxListener

AuthorizationsCheckBoxListener checkBoxListener

changedNodes

java.util.List<E> changedNodes

usingRoot

boolean usingRoot

treeCellRenderer

javax.swing.tree.TreeCellRenderer treeCellRenderer

Class com.metamatrix.console.ui.views.entitlements.DataNodeAuthorizationsControl extends javax.swing.JPanel implements Serializable

Serialized Fields

treeModel

DataNodesTreeModel treeModel

authModel

AuthorizationsModel authModel

treeTable

AuthorizationsTreeTable treeTable

buttonsStateController

ButtonsStateController buttonsStateController

treeModelGenerator

DataNodesTreeModelGenerator treeModelGenerator

programmaticChange

boolean programmaticChange

promptUserOnPropagatedChanges

boolean promptUserOnPropagatedChanges

systemModelsCheckBox

javax.swing.JCheckBox systemModelsCheckBox

stateChangingTo

int stateChangingTo

rootVisible

boolean rootVisible

useDataColNames

boolean useDataColNames

propagateChanges

boolean propagateChanges

Class com.metamatrix.console.ui.views.entitlements.DataNodesTreeModel extends javax.swing.tree.DefaultTreeModel implements Serializable

Serialized Fields

propagationListener

AuthorizationPropagationListener propagationListener

usingRoot

boolean usingRoot

Class com.metamatrix.console.ui.views.entitlements.DataNodesTreeNode extends ChildSortingTreeNode implements Serializable

Serialized Fields

correspondingTreeNode

TreeNode correspondingTreeNode

rootNode

boolean rootNode

nodeDisplayName

java.lang.String nodeDisplayName

nodeFullName

java.lang.String nodeFullName

createEnabled

boolean createEnabled

readEnabled

boolean readEnabled

updateEnabled

boolean updateEnabled

deleteEnabled

boolean deleteEnabled

createState

int createState

readState

int readState

updateState

int updateState

deleteState

int deleteState

initialCreateState

int initialCreateState

initialReadState

int initialReadState

initialUpdateState

int initialUpdateState

initialDeleteState

int initialDeleteState

recalcCreateStateFlag

int recalcCreateStateFlag

recalcReadStateFlag

int recalcReadStateFlag

recalcUpdateStateFlag

int recalcUpdateStateFlag

recalcDeleteStateFlag

int recalcDeleteStateFlag

treeTable

AuthorizationsTreeTable treeTable

Class com.metamatrix.console.ui.views.entitlements.EntitlementDetailPanel extends BasePanel implements Serializable

Serialized Fields

dataSource

EntitlementsDataInterface dataSource

showingMetaMatrix

boolean showingMetaMatrix

showingEnterprise

boolean showingEnterprise

canModify

boolean canModify

authorizationsPanel

DataNodeAuthorizationsControl authorizationsPanel

groupsAccumulator

GroupsAccumulatorPanel groupsAccumulator

applyButton

ButtonWidget applyButton

resetButton

ButtonWidget resetButton

vdbNameValue

TextFieldWidget vdbNameValue

vdbVersionValue

TextFieldWidget vdbVersionValue

entitlementNameValue

TextFieldWidget entitlementNameValue

entitlementDescription

javax.swing.JTextArea entitlementDescription

tabbedPane

javax.swing.JTabbedPane tabbedPane

buttonsPanel

javax.swing.JPanel buttonsPanel

textPanel

javax.swing.JPanel textPanel

layout

java.awt.GridBagLayout layout

allAddedEnterpriseGroups

java.util.List<E> allAddedEnterpriseGroups

allRemovedEnterpriseGroups

java.util.List<E> allRemovedEnterpriseGroups

existingDescription

java.lang.String existingDescription

policyID

AuthorizationPolicyID policyID

policy

AuthorizationPolicy policy

vdbName

java.lang.String vdbName

vdbVersion

int vdbVersion

entitlementName

java.lang.String entitlementName

entitlementDesc

java.lang.String entitlementDesc

treeView

PermissionTreeView treeView

authPanelScrollPane

javax.swing.JScrollPane authPanelScrollPane

existingEnterpriseGroups

java.util.List<E> existingEnterpriseGroups

manager

EntitlementManager manager

groupsManager

GroupsManager groupsManager

Class com.metamatrix.console.ui.views.entitlements.EntitlementSelector extends BasePanel implements Serializable

Serialized Fields

title

java.lang.String title

table

EntitlementsTable table

button

ButtonWidget button

entName

TextFieldWidget entName

vdbName

TextFieldWidget vdbName

vdbVers

TextFieldWidget vdbVers

entNameText

java.lang.String entNameText

vdbNameText

java.lang.String vdbNameText

vdbVersText

java.lang.String vdbVersText

Class com.metamatrix.console.ui.views.entitlements.EntitlementsPanel extends BasePanel implements Serializable

Serialized Fields

DEFAULT_SPLITTER_PROPORTION

double DEFAULT_SPLITTER_PROPORTION

dataSource

EntitlementsDataInterface dataSource

connection

ConnectionInfo connection

entitlementManager

EntitlementManager entitlementManager

userManager

GroupsManager userManager

newButton

ButtonWidget newButton

deleteButton

ButtonWidget deleteButton

deleteAction

javax.swing.Action deleteAction

table

EntitlementsTable table

tableModel

EntitlementsTableModel tableModel

detailPanel

EntitlementDetailPanel detailPanel

created

boolean created

splitPane

javax.swing.JSplitPane splitPane

currentActions

java.util.List<E> currentActions

programmaticTableSelection

boolean programmaticTableSelection

showingEditable

boolean showingEditable

showingReadOnly

boolean showingReadOnly

canModify

boolean canModify

iSplitterChange

int iSplitterChange

currentSelectedModelIndex

int currentSelectedModelIndex

oldSelectedModelIndex

int oldSelectedModelIndex

message

java.lang.String message

showingNewlyCreatedEntitlement

boolean showingNewlyCreatedEntitlement

Class com.metamatrix.console.ui.views.entitlements.EntitlementsTable extends TableWidget implements Serializable

Class com.metamatrix.console.ui.views.entitlements.EntitlementsTableModel extends DefaultTableModel implements Serializable

Class com.metamatrix.console.ui.views.entitlements.NewEntitlementBasedOnPanel extends BasicWizardSubpanelContainer implements Serializable

Serialized Fields

table

EntitlementsTable table

entNameText

java.lang.String entNameText

vdbNameText

java.lang.String vdbNameText

vdbVersText

java.lang.String vdbVersText

versNum

java.lang.Object versNum

name

LabelWidget name

nameTW

TextFieldWidget nameTW

versionLW

LabelWidget versionLW

versionTW

TextFieldWidget versionTW

versionNLW

LabelWidget versionNLW

versionNum

TextFieldWidget versionNum

Class com.metamatrix.console.ui.views.entitlements.NewEntitlementConfirmationPanel extends BasicWizardSubpanelContainer implements Serializable

Serialized Fields

nameValue

TextFieldWidget nameValue

descValue

javax.swing.JTextArea descValue

vdbNameValue

TextFieldWidget vdbNameValue

dataNodesValue

TextFieldWidget dataNodesValue

principalsValue

TextFieldWidget principalsValue

scpnDescription

javax.swing.JScrollPane scpnDescription

Class com.metamatrix.console.ui.views.entitlements.NewEntitlementNamePanel extends BasicWizardSubpanelContainer implements Serializable

Serialized Fields

nameField

TextFieldWidget nameField

descriptionArea

javax.swing.JTextArea descriptionArea

scpnDescription

javax.swing.JScrollPane scpnDescription

vdbNameBox

javax.swing.JComboBox vdbNameBox

vdbVersionBox

javax.swing.JComboBox vdbVersionBox

dataSource

EntitlementsDataInterface dataSource

hasBeenPainted

boolean hasBeenPainted

Class com.metamatrix.console.ui.views.entitlements.NewEntitlementWizardPanel extends WizardInterfaceImpl implements Serializable

Serialized Fields

controller

NewEntitlementController controller

Package com.metamatrix.console.ui.views.extensionsource

Class com.metamatrix.console.ui.views.extensionsource.ExtensionSourceDetailPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

listener

ExtensionSourceDetailListener listener

canModify

boolean canModify

maxDescriptionLength

int maxDescriptionLength

moduleName

java.lang.String moduleName

moduleType

java.lang.String moduleType

description

java.lang.String description

creator

java.lang.String creator

creationDate

java.util.Date creationDate

lastUpdater

java.lang.String lastUpdater

lastUpdateDate

java.util.Date lastUpdateDate

moduleNameTFW

TextFieldWidget moduleNameTFW

moduleTypeTFW

TextFieldWidget moduleTypeTFW

descriptionJTA

javax.swing.JTextArea descriptionJTA

creatorTFW

TextFieldWidget creatorTFW

creationDateTFW

TextFieldWidget creationDateTFW

updaterTFW

TextFieldWidget updaterTFW

updateDateTFW

TextFieldWidget updateDateTFW

applyButton

ButtonWidget applyButton

resetButton

ButtonWidget resetButton

deleteButton

ButtonWidget deleteButton

replaceButton

ButtonWidget replaceButton

exportButton

ButtonWidget exportButton

settingInitialContents

boolean settingInitialContents

detailInfo

ExtensionSourceDetailInfo detailInfo

Class com.metamatrix.console.ui.views.extensionsource.ExtensionSourcesPanel extends BasePanel implements Serializable

Serialized Fields

manager

ExtensionSourceManager manager

canModify

boolean canModify

connection

ConnectionInfo connection

table

TableWidget table

tableModel

ExtensionSourcesTableModel tableModel

detail

ExtensionSourceDetailPanel detail

addButton

ButtonWidget addButton

detailedModule

java.lang.String detailedModule

splitPane

javax.swing.JSplitPane splitPane

programmaticSelectionChange

boolean programmaticSelectionChange

repopulatingTableAfterAdd

boolean repopulatingTableAfterAdd

actions

java.util.List<E> actions

addAction

javax.swing.AbstractAction addAction

clearingSelection

boolean clearingSelection

doingRefresh

boolean doingRefresh

populatingTable

boolean populatingTable

Class com.metamatrix.console.ui.views.extensionsource.ExtensionSourcesTableModel extends DefaultTableModel implements Serializable


Package com.metamatrix.console.ui.views.logsetup

Class com.metamatrix.console.ui.views.logsetup.ConfigurationLogSetUpPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

controller

ConfigurationLogSetUpPanelController controller

messageLevelNames

java.lang.String[] messageLevelNames

initialMessageLevel

int initialMessageLevel

initialAvailableContexts

java.util.List<E> initialAvailableContexts

initialSelectedContexts

java.util.List<E> initialSelectedContexts

sourceNames

java.lang.String[] sourceNames

sourceIcons

javax.swing.Icon[] sourceIcons

messageLevelPanel

MessageLevelPanel messageLevelPanel

outerAccumPanel

com.metamatrix.console.ui.views.logsetup.ContextsAccumulatorOuterPanel outerAccumPanel

applyButton

ButtonWidget applyButton

resetButton

ButtonWidget resetButton

panelTitle

java.lang.String panelTitle

canModify

boolean canModify

Class com.metamatrix.console.ui.views.logsetup.ContextsAccumulatorPanel extends AccumulatorPanel implements Serializable

Serialized Fields

listener

ContextsAccumulatorListener listener

Class com.metamatrix.console.ui.views.logsetup.MessageLevelCheckBoxes extends javax.swing.JPanel implements Serializable

Serialized Fields

notifyee

MessageLevelChangeNotifyee notifyee

checkBoxes

javax.swing.JCheckBox[] checkBoxes

programmaticChange

boolean programmaticChange

checkAllLowerLevels

boolean checkAllLowerLevels

Class com.metamatrix.console.ui.views.logsetup.MessageLevelPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

controller

ConfigurationLogSetUpPanelController controller

copySourceNames

java.lang.String[] copySourceNames

notifyee

MessageLevelChangeNotifyee notifyee

checkBoxPanel

MessageLevelCheckBoxes checkBoxPanel

copyFrom

ButtonWidget[] copyFrom

Class com.metamatrix.console.ui.views.logsetup.SystemLogSetUpPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

manager

ServerLogManager manager

canModify

boolean canModify

connection

ConnectionInfo connection

isInitialized

boolean isInitialized

messageLevelNames

java.lang.String[] messageLevelNames

allContexts

java.util.Collection<E> allContexts

configPanels

ConfigurationLogSetUpPanel[] configPanels

tabbedPane

javax.swing.JTabbedPane tabbedPane

actions

java.util.List<E> actions

Package com.metamatrix.console.ui.views.properties

Class com.metamatrix.console.ui.views.properties.DefaultComponentSelector extends BasePanel implements Serializable

Serialized Fields

dPanel

javax.swing.JComponent dPanel

Class com.metamatrix.console.ui.views.properties.NextStartupPanel extends DefaultComponentSelector implements Serializable

Serialized Fields

title

java.lang.String title

icon

javax.swing.Icon icon

pnlOuter

javax.swing.JPanel pnlOuter

propObjPanel

PropertiedObjectPanel propObjPanel

propEditor

ConsolePropertiedEditor propEditor

objectedId

ConsolePropertyObjectId objectedId

detailPanel

PropertyDetailPanel detailPanel

applyJB

ButtonWidget applyJB

resetJB

ButtonWidget resetJB

propSplitPane

javax.swing.JSplitPane propSplitPane

parent

PropertyFilterPanel parent

buttonState

boolean buttonState

changeHM

java.util.HashMap<K,V> changeHM

propValueMap

java.util.HashMap<K,V> propValueMap

changedValue

java.util.ArrayList<E> changedValue

connection

ConnectionInfo connection

Class com.metamatrix.console.ui.views.properties.PropertiesMasterPanel extends BasePanel implements Serializable

Serialized Fields

nextStartupPanel

NextStartupPanel nextStartupPanel

masterTabbedPane

javax.swing.JTabbedPane masterTabbedPane

htSelectors

java.util.HashMap<K,V> htSelectors

splMainSplitPane

javax.swing.JSplitPane splMainSplitPane

propDetailPanel

javax.swing.JPanel propDetailPanel

propMasterOuter

javax.swing.JPanel propMasterOuter

pfPanel

PropertyFilterPanel pfPanel

sSelectedTitle

java.lang.String sSelectedTitle

aryActions

java.util.ArrayList<E> aryActions

previousTitle

java.lang.String previousTitle

runStateChange

boolean runStateChange

editor

ConsolePropertiedEditor editor

canModifyServerProperties

boolean canModifyServerProperties

connection

ConnectionInfo connection

Class com.metamatrix.console.ui.views.properties.PropertyDetailPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

dispNameField

TextFieldWidget dispNameField

nextStartupField

TextFieldWidget nextStartupField

identifierField

TextFieldWidget identifierField

descriptionTextArea

javax.swing.JTextArea descriptionTextArea

title

java.lang.String title

scpnDescription

javax.swing.JScrollPane scpnDescription

Class com.metamatrix.console.ui.views.properties.PropertyFilterPanel extends BasePanel implements Serializable

Serialized Fields

pnlControllSPP

javax.swing.JSplitPane pnlControllSPP

pnlSystemTree

javax.swing.JPanel pnlSystemTree

flagLayout

java.awt.GridBagLayout flagLayout

BESPanelLayout

java.awt.GridBagLayout BESPanelLayout

MRSPanelLayout

java.awt.GridBagLayout MRSPanelLayout

allPropCB

javax.swing.JCheckBox allPropCB

basicCB

javax.swing.JRadioButton basicCB

expertCB

javax.swing.JRadioButton expertCB

bothBECB

javax.swing.JRadioButton bothBECB

modifiableCB

javax.swing.JRadioButton modifiableCB

readOnlyCB

javax.swing.JRadioButton readOnlyCB

bothMRCB

javax.swing.JRadioButton bothMRCB

groupBE

javax.swing.ButtonGroup groupBE

groupMR

javax.swing.ButtonGroup groupMR

nextStartupPanel

NextStartupPanel nextStartupPanel

startupPanel

NextStartupPanel startupPanel

suFilter

PropertyFilter suFilter

propEditor

ConsolePropertiedEditor propEditor

tree

TreeWidget tree

propDefns

java.util.Collection<E> propDefns

ptmFactory

PropertiesTreeModelFactory ptmFactory

masterPanel

PropertiesMasterPanel masterPanel

prevTP

javax.swing.tree.TreePath prevTP

runValueChange

boolean runValueChange

canModifyServerProperties

boolean canModifyServerProperties

Class com.metamatrix.console.ui.views.properties.PropertyHeaderPanel extends javax.swing.JPanel implements Serializable


Package com.metamatrix.console.ui.views.queries

Class com.metamatrix.console.ui.views.queries.QueryPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

txaCommand

javax.swing.JTextArea txaCommand

queryPanel

QueryRequestPanel queryPanel

txfRequestId

TextFieldWidget txfRequestId

txfSessionId

TextFieldWidget txfSessionId

txfSubmitted

TextFieldWidget txfSubmitted

txfTransactionId

TextFieldWidget txfTransactionId

txfUser

TextFieldWidget txfUser

txfConnectorBinding

TextFieldWidget txfConnectorBinding

splitter

Splitter splitter

connection

ConnectionInfo connection

connectorMgr

ConnectorManager connectorMgr

actions

java.util.ArrayList<E> actions

refreshAction

javax.swing.Action refreshAction

arRefresher

AutoRefresher arRefresher

hasBeenPainted

boolean hasBeenPainted

pnlDetail

javax.swing.JPanel pnlDetail

Class com.metamatrix.console.ui.views.queries.QueryRequestPanel extends BasePanel implements Serializable

Serialized Fields

caller

QueryPanel caller

connectorManager

ConnectorManager connectorManager

connection

ConnectionInfo connection

queryTable

TableWidget queryTable

tableModel

QueryTableModel tableModel

requestsMap

java.util.HashMap<K,V> requestsMap

actionCancel

QueryRequestPanel.CancelQueryRequestsAction actionCancel

actionsVec

java.util.Vector<E> actionsVec

Class com.metamatrix.console.ui.views.queries.QueryRequestPanel.CancelQueryRequestsAction extends AbstractPanelAction implements Serializable

Class com.metamatrix.console.ui.views.queries.QueryTableModel extends DefaultTableModel implements Serializable

Serialized Fields

colOrder

int[] colOrder

Package com.metamatrix.console.ui.views.resources

Class com.metamatrix.console.ui.views.resources.ResourcesMainPanel extends BasePanel implements Serializable

Serialized Fields

connection

ConnectionInfo connection

table

TableWidget table

tableModel

DefaultTableModel tableModel

pop

PropertiedObjectPanel pop

popWithButtons

POPWithButtons popWithButtons

rpoe

ResourcePropertiedObjectEditor rpoe

manager

ResourceManager manager

lowerPanel

javax.swing.JPanel lowerPanel

resourceMap

java.util.Map<K,V> resourceMap

canModify

boolean canModify

currentSelectedResource

java.lang.String currentSelectedResource

programmaticTableRowSelection

boolean programmaticTableRowSelection

showingNeedRestartToActivateDialog

boolean showingNeedRestartToActivateDialog

Package com.metamatrix.console.ui.views.runtime

Class com.metamatrix.console.ui.views.runtime.ConfirmationPanel extends DialogPanel implements Serializable

Serialized Fields

nextRow

int nextRow

gbc

java.awt.GridBagConstraints gbc

pnl

javax.swing.JPanel pnl

Class com.metamatrix.console.ui.views.runtime.OperationsPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

actionStart

com.metamatrix.console.ui.views.runtime.OperationsPanel.PanelAction actionStart

actionStop

com.metamatrix.console.ui.views.runtime.OperationsPanel.PanelAction actionStop

actionStopNow

com.metamatrix.console.ui.views.runtime.OperationsPanel.PanelAction actionStopNow

actionShowQueue

com.metamatrix.console.ui.views.runtime.OperationsPanel.PanelAction actionShowQueue

actionShowQueues

com.metamatrix.console.ui.views.runtime.OperationsPanel.PanelAction actionShowQueues

actionShowProcess

com.metamatrix.console.ui.views.runtime.OperationsPanel.PanelAction actionShowProcess

actionShowServiceError

com.metamatrix.console.ui.views.runtime.OperationsPanel.PanelAction actionShowServiceError

startMenueEntry

MenuEntry startMenueEntry

stopMenueEntry

MenuEntry stopMenueEntry

stopNowMenueEntry

MenuEntry stopNowMenueEntry

showQueueMenueEntry

MenuEntry showQueueMenueEntry

showQueuesMenueEntry

MenuEntry showQueuesMenueEntry

showProcessMenueEntry

MenuEntry showProcessMenueEntry

showServiceErrorMenueEntry

MenuEntry showServiceErrorMenueEntry

permanentActions

java.util.ArrayList<E> permanentActions

actions

java.util.ArrayList<E> actions

btnShowQueue

ButtonWidget btnShowQueue

btnShowProcess

ButtonWidget btnShowProcess

btnShowQueues

ButtonWidget btnShowQueues

btnShowServiceError

ButtonWidget btnShowServiceError

pnlOpsSizer

javax.swing.JPanel pnlOpsSizer

disabled

boolean disabled

enableShowQueue

boolean enableShowQueue

serviceData

ServiceData serviceData

processData

ProcessData processData

delegate

OperationsDelegate delegate

Class com.metamatrix.console.ui.views.runtime.ProcessMgmtPanel extends DialogPanel implements Serializable

Serialized Fields

tbl

TableWidget tbl

pnlOps

OperationsPanel pnlOps

tblModel

DefaultTableModel tblModel

manager

RuntimeMgmtManager manager

Class com.metamatrix.console.ui.views.runtime.QueueStatisticsDisplayHandler extends javax.swing.JPanel implements Serializable

Serialized Fields

caller

QueueStatisticsRefreshRequestHandler caller

operationsPnl

OperationsPanel operationsPnl

statisticsFrame

com.metamatrix.console.ui.views.runtime.QueueStatisticsFrame statisticsFrame

currentlyShowing

java.util.Map<K,V> currentlyShowing

Class com.metamatrix.console.ui.views.runtime.QueueStatisticsPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

serviceData

ServiceData serviceData

controller

QueueStatisticsRefreshRequestHandler controller

queueStatistics

QueueStatistics[] queueStatistics

subPanels

com.metamatrix.console.ui.views.runtime.SingleQueueStatisticsPanel[] subPanels

closeButton

javax.swing.AbstractButton closeButton

Class com.metamatrix.console.ui.views.runtime.RuntimeMgmtPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

servicePopQueuesTree

com.metamatrix.console.ui.views.runtime.RuntimeMgmtPanel.TreeMenuFactory servicePopQueuesTree

servicePopQueueTree

com.metamatrix.console.ui.views.runtime.RuntimeMgmtPanel.TreeMenuFactory servicePopQueueTree

processPopupTree

com.metamatrix.console.ui.views.runtime.RuntimeMgmtPanel.TreeMenuFactory processPopupTree

iSSyncing

boolean iSSyncing

mutex

java.lang.Object mutex

arRefresher

AutoRefresher arRefresher

tree

TreeWidget tree

popTree

com.metamatrix.console.ui.views.runtime.RuntimeMgmtPanel.TreeMenuFactory popTree

tblProcStats

TableWidget tblProcStats

tblServStats

TableWidget tblServStats

txfLastChange

TextFieldWidget txfLastChange

pnlOps

OperationsPanel pnlOps

pnlServMgmt

ServiceMgmtPanel pnlServMgmt

pnlProcMgmt

ProcessMgmtPanel pnlProcMgmt

connection

ConnectionInfo connection

actions

java.util.ArrayList<E> actions

actionShutdown

com.metamatrix.console.ui.views.runtime.RuntimeMgmtPanel.PanelAction actionShutdown

actionBounce

com.metamatrix.console.ui.views.runtime.RuntimeMgmtPanel.PanelAction actionBounce

actionSynch

com.metamatrix.console.ui.views.runtime.RuntimeMgmtPanel.PanelAction actionSynch

procsTblModel

DefaultTableModel procsTblModel

servsTblModel

DefaultTableModel servsTblModel

qsdh

QueueStatisticsDisplayHandler qsdh

vmdh

VMStatisticsDisplayHandler vmdh

qsrh

QueueStatisticsRefreshRequestHandlerImp qsrh

treeModel

RuntimeMgmtModel treeModel

serviceHM

java.util.HashMap<K,V> serviceHM

serviceList

java.util.ArrayList<E> serviceList

mouseListener

java.awt.event.MouseListener mouseListener

hostStats

java.util.Map<K,V> hostStats

lastSelectedObj

java.lang.Object lastSelectedObj

disabled

boolean disabled

Class com.metamatrix.console.ui.views.runtime.RuntimeStateCellRenderer extends DefaultTreeCellRenderer implements Serializable

Class com.metamatrix.console.ui.views.runtime.ServiceMgmtPanel extends DialogPanel implements Serializable

Serialized Fields

tbl

TableWidget tbl

pnlOps

OperationsPanel pnlOps

tblModel

DefaultTableModel tblModel

manager

RuntimeMgmtManager manager

Class com.metamatrix.console.ui.views.runtime.VMStatisticsPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

processData

ProcessData processData

controller

QueueStatisticsRefreshRequestHandler controller

vmStatistics

ProcessStatistics vmStatistics

processPanel

com.metamatrix.console.ui.views.runtime.ProcessVMStatisticsPanel processPanel

queuePanel

com.metamatrix.console.ui.views.runtime.QueueVMStatisticsPanel queuePanel

socketPanel

com.metamatrix.console.ui.views.runtime.SocketVMStatisticsPanel socketPanel

closeButton

javax.swing.AbstractButton closeButton

Package com.metamatrix.console.ui.views.sessions

Class com.metamatrix.console.ui.views.sessions.SessionPanel extends BasePanel implements Serializable

Serialized Fields

connection

ConnectionInfo connection

sessionTable

com.metamatrix.console.ui.views.sessions.SessionTableWidget sessionTable

tableModel

SessionTableModel tableModel

actions

java.util.ArrayList<E> actions

refreshAction

javax.swing.AbstractAction refreshAction

terminateAction

javax.swing.AbstractAction terminateAction

terminateMenuAction

MenuEntry terminateMenuAction

refreshMenuAction

MenuEntry refreshMenuAction

arRefresher

AutoRefresher arRefresher

allSessions

java.util.List<E> allSessions

programaticSelectionChange

boolean programaticSelectionChange

cap

UserCapabilities cap

Class com.metamatrix.console.ui.views.sessions.SessionTableCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Class com.metamatrix.console.ui.views.sessions.SessionTableModel extends DefaultTableModel implements Serializable


Package com.metamatrix.console.ui.views.summary

Class com.metamatrix.console.ui.views.summary.SummaryPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

connection

ConnectionInfo connection

aryActions

java.util.ArrayList<E> aryActions

summaryInfoProvider

SummaryInfoProvider summaryInfoProvider

sysURL

java.lang.String sysURL

sysName

java.lang.String sysName

activeSessionCount

int activeSessionCount

systemState

int systemState

startTime

java.util.Date startTime

hostInfo

SummaryHostInfo[] hostInfo

connectionInfo

SummaryConnectionInfo[] connectionInfo

hostPanel

javax.swing.JPanel hostPanel

sessionsPanel

javax.swing.JPanel sessionsPanel

connectionsPanel

javax.swing.JPanel connectionsPanel

systemStatePanel

javax.swing.JPanel systemStatePanel

runningTFW

TextFieldWidget runningTFW

startTimeTFW

TextFieldWidget startTimeTFW

runJL

LabelWidget runJL

startedJL

LabelWidget startedJL

activeSessionCountTFW

TextFieldWidget activeSessionCountTFW

connectionsTable

TableWidget connectionsTable

stopLightPanel

javax.swing.JPanel stopLightPanel

connectionsTableColumns

java.lang.String[] connectionsTableColumns

hostTable

TableWidget hostTable

hostTableColumns

java.lang.String[] hostTableColumns

sysStateLayout

java.awt.GridBagLayout sysStateLayout

arRefresher

AutoRefresher arRefresher

columnsSized

boolean columnsSized

paintedSinceResumeCalled

boolean paintedSinceResumeCalled

Package com.metamatrix.console.ui.views.syslog

Class com.metamatrix.console.ui.views.syslog.MaxRecordsPerQueryPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

listener

MaxRecordsPerQueryListener listener

warningThresholdValue

int warningThresholdValue

editButton

ButtonWidget editButton

maxTextField

TextFieldWidget maxTextField

Class com.metamatrix.console.ui.views.syslog.RowsNotSelectedPanel extends DialogPanel implements Serializable

Class com.metamatrix.console.ui.views.syslog.SysLogPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

lblRecNum

LabelWidget lblRecNum

pnlAccum

com.metamatrix.console.ui.views.syslog.SysLogPanel.ConsoleAccumulatorPanel pnlAccum

pnlTimeSpan

TimeSpanPanel pnlTimeSpan

pnlMaxRows

MaxRecordsPerQueryPanel pnlMaxRows

pnlContexts

javax.swing.JPanel pnlContexts

pnlFilter

javax.swing.JPanel pnlFilter

pnlEntries

javax.swing.JPanel pnlEntries

splitMain

Splitter splitMain

splitMinor

Splitter splitMinor

tblEntries

TableWidget tblEntries

txaMessage

javax.swing.JTextArea txaMessage

txaException

javax.swing.JTextArea txaException

txfDetailTime

TextFieldWidget txfDetailTime

txfLevel

TextFieldWidget txfLevel

txfContext

TextFieldWidget txfContext

txfHost

TextFieldWidget txfHost

txfProcess

TextFieldWidget txfProcess

txfThread

TextFieldWidget txfThread

actions

java.util.ArrayList<E> actions

actionApply

com.metamatrix.console.ui.views.syslog.SysLogPanel.PanelAction actionApply

actionReset

com.metamatrix.console.ui.views.syslog.SysLogPanel.PanelAction actionReset

actionWriteFile

com.metamatrix.console.ui.views.syslog.SysLogPanel.PanelAction actionWriteFile

actionExportLogs

com.metamatrix.console.ui.views.syslog.SysLogPanel.PanelAction actionExportLogs

dbColumnNames

java.lang.String[] dbColumnNames

tblModel

DefaultTableModel tblModel

headers

java.lang.String[] headers

headersAsVector

java.util.Vector<E> headersAsVector

levelCheckBoxes

java.util.Vector<E> levelCheckBoxes

rowCount

int rowCount

originalLevels

boolean[] originalLevels

levelSelected

boolean levelSelected

levelsDiffFromOriginal

boolean levelsDiffFromOriginal

contextsDiffFromOriginal

boolean contextsDiffFromOriginal

timeSpanValid

boolean timeSpanValid

contextSelected

boolean contextSelected

timeSpanChangedFromOriginal

boolean timeSpanChangedFromOriginal

formatter

java.text.SimpleDateFormat formatter

arRefresher

AutoRefresher arRefresher

paintCount

int paintCount

connection

ConnectionInfo connection

logManager

ServerLogManager logManager

startingMaxRows

int startingMaxRows

maxRowsDiffFromOriginal

boolean maxRowsDiffFromOriginal

Class com.metamatrix.console.ui.views.syslog.TimeSpanEndingPanel extends TimeSpanStartingOrEndingPanel implements Serializable

Class com.metamatrix.console.ui.views.syslog.TimeSpanPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

startingDateTime

java.util.Date startingDateTime

currentDateTime

java.util.Date currentDateTime

listener

TimeSpanPanelValidityListener listener

isNowValid

boolean isNowValid

startingPanel

TimeSpanStartingPanel startingPanel

endingPanel

TimeSpanEndingPanel endingPanel

startingPanelCurrentSelection

int startingPanelCurrentSelection

endingPanelCurrentSelection

int endingPanelCurrentSelection

initialized

boolean initialized

Class com.metamatrix.console.ui.views.syslog.TimeSpanStartingOrEndingPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

buttonSelectionListener

TimeSpanButtonSelectionListener buttonSelectionListener

numUnitsListener

javax.swing.event.DocumentListener numUnitsListener

secondItemCalendarPanel

CalendarPanel secondItemCalendarPanel

calendarPanelStartingDate

java.util.Date calendarPanelStartingDate

thirdItemNumUnitsField

TextFieldWidget thirdItemNumUnitsField

firstItemRadioButton

javax.swing.JRadioButton firstItemRadioButton

secondItemRadioButton

javax.swing.JRadioButton secondItemRadioButton

thirdItemRadioButton

javax.swing.JRadioButton thirdItemRadioButton

lastButtonSelected

javax.swing.JRadioButton lastButtonSelected

programmaticButtonSelection

boolean programmaticButtonSelection

firstRowPanel

javax.swing.JPanel firstRowPanel

firstRowLayout

java.awt.GridBagLayout firstRowLayout

unitsTypeSelector

com.metamatrix.console.ui.views.syslog.UnitsTypeSelector unitsTypeSelector

format

java.text.SimpleDateFormat format

Class com.metamatrix.console.ui.views.syslog.TimeSpanStartingPanel extends TimeSpanStartingOrEndingPanel implements Serializable

Serialized Fields

startTimeTextField

TextFieldWidget startTimeTextField

Package com.metamatrix.console.ui.views.transactions

Class com.metamatrix.console.ui.views.transactions.TransactionsPanel extends BasePanel implements Serializable

Serialized Fields

manager

TransactionManager manager

table

TableWidget table

connection

ConnectionInfo connection

canTerminateTransactions

boolean canTerminateTransactions

isStopped

boolean isStopped

arRefresher

AutoRefresher arRefresher

Class com.metamatrix.console.ui.views.transactions.TransactionTableModel extends DefaultTableModel implements Serializable

Serialized Fields

transMap

java.util.Map<K,V> transMap

colHdrs

java.lang.String[] colHdrs

Package com.metamatrix.console.ui.views.users

Class com.metamatrix.console.ui.views.users.AddDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

items

CheckBox[] items

okButton

ButtonWidget okButton

cancelButton

ButtonWidget cancelButton

Class com.metamatrix.console.ui.views.users.AdminRolesMain extends BasePanel implements Serializable

Serialized Fields

panel

GroupsTabMainPanel panel

mgr

GroupsManager mgr

Class com.metamatrix.console.ui.views.users.GroupsAccumulatorPanel extends BasePanel implements Serializable

Serialized Fields

groupsTablePane

javax.swing.JScrollPane groupsTablePane

buttonsPanel

javax.swing.JPanel buttonsPanel

addButton

ButtonWidget addButton

removeButton

ButtonWidget removeButton

blockedItems

java.lang.Object[] blockedItems

groupsTable

com.metamatrix.console.ui.views.users.GroupsAccumulatorPanel.GroupsTable groupsTable

groupsTableModel

GroupsAccumulatorPanel.GroupsTableModel groupsTableModel

groupController

GroupAccumulatorController groupController

initialGroups

java.util.List<E> initialGroups

currentGroups

java.util.List<E> currentGroups

listener

javax.swing.event.ListSelectionListener listener

Class com.metamatrix.console.ui.views.users.GroupsAccumulatorPanel.GroupsTableModel extends DefaultTableModel implements Serializable

Class com.metamatrix.console.ui.views.users.GroupsTabMainPanel extends BasePanel implements Serializable

Serialized Fields

manager

GroupsManager manager

rolesList

RolesList rolesList

addButton

ButtonWidget addButton

rightPanel

javax.swing.JPanel rightPanel

selectionHandler

GroupTabSelectionHandler selectionHandler

canViewPrincipalInfo

boolean canViewPrincipalInfo

canModifyPrincipalInfo

boolean canModifyPrincipalInfo

canViewRoleInfo

boolean canViewRoleInfo

canModifyRoleInfo

boolean canModifyRoleInfo

overallSplitPane

javax.swing.JSplitPane overallSplitPane

hasBeenPainted

boolean hasBeenPainted

showingRolesList

boolean showingRolesList

actionRefresh

com.metamatrix.console.ui.views.users.GroupsTabMainPanel.PanelAction actionRefresh

Class com.metamatrix.console.ui.views.users.NewGroupsWizardController extends WizardInterfaceImpl implements Serializable

Serialized Fields

groupsSelectionPanel

NewGroupsWizardSelectionPanel groupsSelectionPanel

dialog

javax.swing.JDialog dialog

currentPage

int currentPage

cancelButton

ButtonWidget cancelButton

finishButton

ButtonWidget finishButton

selectedGroups

java.util.List<E> selectedGroups

groupsManager

GroupsManager groupsManager

Class com.metamatrix.console.ui.views.users.NewGroupsWizardSelectionPanel extends BasicWizardSubpanelContainer implements Serializable

Serialized Fields

pnlOuter

javax.swing.JPanel pnlOuter

cbxDomainSelection

javax.swing.JComboBox cbxDomainSelection

cbxmdlDomainSelectionModel

javax.swing.DefaultComboBoxModel cbxmdlDomainSelectionModel

groupsAccumulator

com.metamatrix.console.ui.views.users.NewGroupsWizardSelectionPanel.GroupsAccPanel groupsAccumulator

hasBeenPainted

boolean hasBeenPainted

groupsManager

GroupsManager groupsManager

txtFieldGroupFilter

TextFieldWidget txtFieldGroupFilter

retrieveGroupsButton

ButtonWidget retrieveGroupsButton

currentDomainGroups

java.util.List<E> currentDomainGroups

selectedGroups

java.util.List<E> selectedGroups

listToRemoveFromAvailable

java.util.Collection<E> listToRemoveFromAvailable

Class com.metamatrix.console.ui.views.users.NewGroupsWizardSelectionPanel.GroupListCellRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

Class com.metamatrix.console.ui.views.users.RoleDetail extends BasePanel implements Serializable

Serialized Fields

roleDisplay

RoleDisplay roleDisplay

manager

GroupsManager manager

rolePanel

RoleMembershipPanel rolePanel

repaintController

RepaintController repaintController

Class com.metamatrix.console.ui.views.users.RoleMembershipPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

groupAccumulatorPanel

GroupsAccumulatorPanel groupAccumulatorPanel

groupsManager

GroupsManager groupsManager

roleDisplay

RoleDisplay roleDisplay

Class com.metamatrix.console.ui.views.users.RolesList extends ListWidget implements Serializable

Serialized Fields

manager

GroupsManager manager

controller

NotifyOnSelectionChange controller

ignoreValueChange

boolean ignoreValueChange

Package com.metamatrix.console.ui.views.vdb

Class com.metamatrix.console.ui.views.vdb.BindingsAlreadyExistDlg extends javax.swing.JDialog implements Serializable

Serialized Fields

canceling

boolean canceling

Class com.metamatrix.console.ui.views.vdb.CreateVDBPanel extends WizardInterfaceImpl implements Serializable

Serialized Fields

selectorPanel

com.metamatrix.console.ui.views.vdb.ImportFileSelectionPanel selectorPanel

pnlEditConnBind

VdbWizardEditConnBindPanel pnlEditConnBind

pnlConfirm

VdbWizardConfirmPanel pnlConfirm

pnlID

VdbWizardIdPanel pnlID

pnlEntitlements

VdbWizardEntitlementsPanel pnlEntitlements

pnlEntitlementsSelect

VdbWizardEntitlementsSelectPanel pnlEntitlementsSelect

visPanel

VDBWizardModelVisibilityPanel visPanel

upPanel

VdbWizardUserAndPasswordPanel upPanel

savePanel

VdbWizardSaveMaterializationFilesPanel savePanel

matFilesPanel

VdbWizardWrittenMaterializationFilesPanel matFilesPanel

importing

boolean importing

creatingNewVDBVersion

boolean creatingNewVDBVersion

sourceVirtualDatabase

VirtualDatabase sourceVirtualDatabase

scripts

MaterializationLoadScripts scripts

importInitializedType

int importInitializedType
When importing from a file, which extra pages have been added


sVdbName

java.lang.String sVdbName

sDescription

java.lang.String sDescription

visInfo

ModelVisibilityInfo[] visInfo

vdbDefn

BasicVDBDefn vdbDefn

mapConnBind

java.util.Map<K,V> mapConnBind

existingBindingsOnImport

java.util.Map<K,V> existingBindingsOnImport

dlgParent

CreateVDBPanelParent dlgParent

newVirtualDatabase

VirtualDatabase newVirtualDatabase

newVDBDefn

VDBDefn newVDBDefn

nextFlag

boolean nextFlag

siStatus

short siStatus

emrEntitlementReport

EntitlementMigrationReport emrEntitlementReport

materializationTableModel

ModelInfo materializationTableModel

materializationConnectorBinding

ConnectorBinding materializationConnectorBinding

attemptedCreatingVDB

boolean attemptedCreatingVDB

connection

ConnectionInfo connection

vdbSelectionChanged

boolean vdbSelectionChanged
Whether the vdb selection has changed on the first panel of the wizard


oldVDBPath

java.lang.String oldVDBPath
String version of the selected VDB - either the file path or the path in the repository.

Class com.metamatrix.console.ui.views.vdb.DataNodesTreeModel extends javax.swing.tree.DefaultTreeModel implements Serializable

Class com.metamatrix.console.ui.views.vdb.EntitlementMigrationDetailPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

details

EntitlementMigrationDetailInfo[] details

saveButton

javax.swing.JButton saveButton

cancelButton

javax.swing.JButton cancelButton

table

TableWidget table

Class com.metamatrix.console.ui.views.vdb.EntitlementMigrationReportSummaryPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

detailButtons

ActionFireableButtonWidget[] detailButtons

saveButton

javax.swing.JButton saveButton

summaryInfo

EntitlementMigrationSummaryInfo[] summaryInfo

table

javax.swing.JTable table

infoSource

EntitlementMigrationInfoSource infoSource

sourceVDB

java.lang.String sourceVDB

sourceVDBVersion

int sourceVDBVersion

targetVDB

java.lang.String targetVDB

targetVDBVersion

int targetVDBVersion

Class com.metamatrix.console.ui.views.vdb.ImportVdbRolesPanel extends WizardInterfaceImpl implements Serializable

Serialized Fields

selectorPanel

com.metamatrix.console.ui.views.vdb.ImportRolesFileSelectionPanel selectorPanel

roleOptionsPanel

VdbRoleOptionsPanel roleOptionsPanel

roleReportPanel

VdbWizardEntitlementsPanel roleReportPanel

vdb

VirtualDatabase vdb

dlgParent

CreateVDBPanelParent dlgParent

connection

ConnectionInfo connection

migrationReport

EntitlementMigrationReport migrationReport

Class com.metamatrix.console.ui.views.vdb.ImportVdbRolesWizardDlg extends javax.swing.JDialog implements Serializable

Serialized Fields

frParentFrame

javax.swing.JFrame frParentFrame

importVdbRolesPanel

ImportVdbRolesPanel importVdbRolesPanel

bFinishClicked

boolean bFinishClicked

bCancelClicked

boolean bCancelClicked

vdbForRolesImport

VirtualDatabase vdbForRolesImport

connection

ConnectionInfo connection

Class com.metamatrix.console.ui.views.vdb.ImportVdbVersionWizardDlg extends javax.swing.JDialog implements Serializable

Serialized Fields

frParentFrame

javax.swing.JFrame frParentFrame

wpNewVersionVdb

CreateVDBPanel wpNewVersionVdb

bFinishClicked

boolean bFinishClicked

bCancelClicked

boolean bCancelClicked

connection

ConnectionInfo connection

Class com.metamatrix.console.ui.views.vdb.MaterializationPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

virtualDatabase

VirtualDatabase virtualDatabase

saveButton

javax.swing.JButton saveButton

buttonsPanel

javax.swing.JPanel buttonsPanel

connection

ConnectionInfo connection

Class com.metamatrix.console.ui.views.vdb.MaterializationWizard extends WizardInterfaceImpl implements Serializable

Serialized Fields

userPasswordPanel

VdbWizardUserAndPasswordPanel userPasswordPanel

savePanel

VdbWizardSaveMaterializationFilesPanel savePanel

writtenFilesPanel

VdbWizardWrittenMaterializationFilesPanel writtenFilesPanel

vdbName

java.lang.String vdbName

vdbVersion

java.lang.String vdbVersion

scripts

ScriptsContainer scripts

parentDialog

MaterializationWizardDialog parentDialog

connection

ConnectionInfo connection

Class com.metamatrix.console.ui.views.vdb.MaterializationWizardDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

wizard

MaterializationWizard wizard

connection

ConnectionInfo connection

Class com.metamatrix.console.ui.views.vdb.NewVDBWizardModelVisibilityTable extends TableWidget implements Serializable

Serialized Fields

info

ModelVisibilityInfo[] info

model

com.metamatrix.console.ui.views.vdb.VisibilityTableModel model

Class com.metamatrix.console.ui.views.vdb.UDDIConfigurationsDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

handler

UDDIConfigurationsHandler handler

items

SavedUDDIRegistryInfo[] items

configsTable

javax.swing.JTable configsTable

addButton

javax.swing.JButton addButton

removeButton

javax.swing.JButton removeButton

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

nameField

javax.swing.JTextField nameField

hostField

javax.swing.JTextField hostField

portField

javax.swing.JTextField portField

userField

javax.swing.JTextField userField

removedItem

SavedUDDIRegistryInfo removedItem

curState

int curState

Class com.metamatrix.console.ui.views.vdb.UDDIInitialAccessErrorDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

t

java.lang.Throwable t

Class com.metamatrix.console.ui.views.vdb.VdbAssignConnBindPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

borderLayout1

java.awt.BorderLayout borderLayout1

pnlOuter

javax.swing.JPanel pnlOuter

pnlModelsTable

javax.swing.JPanel pnlModelsTable

pnlConnBindTable

javax.swing.JPanel pnlConnBindTable

pnlAssignButtons

javax.swing.JPanel pnlAssignButtons

scpConnBindScroller

javax.swing.JScrollPane scpConnBindScroller

tblConnBinds

TableWidget tblConnBinds

connBindsSortInfo

ColumnSortInfo[] connBindsSortInfo

tblModels

VDBConnectorBindingAssignmentModelTable tblModels

modelsSortInfo

ColumnSortInfo[] modelsSortInfo

btnAssign

javax.swing.JButton btnAssign

btnUnassign

javax.swing.JButton btnUnassign

btnNewConnectorBinding

javax.swing.JButton btnNewConnectorBinding

borderLayout2

java.awt.BorderLayout borderLayout2

borderLayout3

java.awt.BorderLayout borderLayout3

smConnBindsSelModel

javax.swing.ListSelectionModel smConnBindsSelModel

smModelsSelModel

javax.swing.ListSelectionModel smModelsSelModel

sSelectedConnBind

java.lang.String sSelectedConnBind

bAssignableRowSelectedInModelsTable

boolean bAssignableRowSelectedInModelsTable

bUnassignableRowSelectedInModelsTable

boolean bUnassignableRowSelectedInModelsTable

bRowSelectedInConnBindTable

boolean bRowSelectedInConnBindTable

aryModelsTableSelectedRows

int[] aryModelsTableSelectedRows

arylConnBinds

java.util.ArrayList<E> arylConnBinds

hmConnBindsXref

java.util.HashMap<K,V> hmConnBindsXref

aryCBColNames

java.lang.String[] aryCBColNames

mapModelsToBindings

java.util.Map<K,V> mapModelsToBindings

hmUUIDConnectorBindingsMap

java.util.HashMap<K,V> hmUUIDConnectorBindingsMap

addTohmUUIDConnectorBindingsMap

java.util.Map<K,V> addTohmUUIDConnectorBindingsMap

addToListOfBindings

java.util.Collection<E> addToListOfBindings

vdbACBPInitSuccessful

boolean vdbACBPInitSuccessful

connection

ConnectionInfo connection

migratedBindings

java.util.Map<K,V> migratedBindings

vdbBindings

java.util.Map<K,V> vdbBindings

Class com.metamatrix.console.ui.views.vdb.VdbConnBindPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

borderLayout1

java.awt.BorderLayout borderLayout1

pnlOuter

javax.swing.JPanel pnlOuter

borderLayout2

java.awt.BorderLayout borderLayout2

border1

javax.swing.border.Border border1

pnlVdbName

javax.swing.JPanel pnlVdbName

flowLayout1

java.awt.FlowLayout flowLayout1

pnlModelTable

javax.swing.JPanel pnlModelTable

txfVdbName

javax.swing.JTextField txfVdbName

lblVdbName

javax.swing.JLabel lblVdbName

jScrollPane1

javax.swing.JScrollPane jScrollPane1

tblConnBndsModels

TableWidget tblConnBndsModels

frParent

javax.swing.JFrame frParent

border2

javax.swing.border.Border border2

titledBorder1

TitledBorder titledBorder1

border3

javax.swing.border.Border border3

btnEdit

ButtonWidget btnEdit

lblVersion

javax.swing.JLabel lblVersion

txfVersion

javax.swing.JTextField txfVersion

vdbCurrent

VirtualDatabase vdbCurrent

connection

ConnectionInfo connection

aryColNames

java.lang.String[] aryColNames

hmConnBindUUIDToName

java.util.HashMap<K,V> hmConnBindUUIDToName

colModels

java.util.Collection<E> colModels

Class com.metamatrix.console.ui.views.vdb.VDBConnectorBindingAssignmentModelTable extends TableWidget implements Serializable

Serialized Fields

model

com.metamatrix.console.ui.views.vdb.ModelTableModel model

editorComponent

javax.swing.JButton editorComponent

editor

com.metamatrix.console.ui.views.vdb.BindingsColEditor editor

editRequestHandler

MultiSourceModelBindingEditRequestHandler editRequestHandler

containerScrollPane

javax.swing.JScrollPane containerScrollPane

Class com.metamatrix.console.ui.views.vdb.VdbDetailPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

border1

javax.swing.border.Border border1

gridBagLayout1

java.awt.GridBagLayout gridBagLayout1

dtfmTextModel

DefaultTextFieldModel dtfmTextModel

txaDescription

javax.swing.JTextArea txaDescription

lblDescription

javax.swing.JLabel lblDescription

txfVersionedBy

javax.swing.JTextField txfVersionedBy

lblVersionedBy

javax.swing.JLabel lblVersionedBy

txfVersioned

javax.swing.JTextField txfVersioned

lblVersioned

javax.swing.JLabel lblVersioned

txfCreatedBy

javax.swing.JTextField txfCreatedBy

lblCreatedBy

javax.swing.JLabel lblCreatedBy

txfCreated

javax.swing.JTextField txfCreated

lblCreated

javax.swing.JLabel lblCreated

txfUpdatedBy

javax.swing.JTextField txfUpdatedBy

lblUpdatedBy

javax.swing.JLabel lblUpdatedBy

txfUpdated

javax.swing.JTextField txfUpdated

lblUpdated

javax.swing.JLabel lblUpdated

txfFileName

javax.swing.JTextField txfFileName

lblFileName

javax.swing.JLabel lblFileName

txfVersion

javax.swing.JTextField txfVersion

lblVersion

javax.swing.JLabel lblVersion

txfName

javax.swing.JTextField txfName

lblName

javax.swing.JLabel lblName

border2

javax.swing.border.Border border2

lblStatus

javax.swing.JLabel lblStatus

border3

javax.swing.border.Border border3

scpnDescription

javax.swing.JScrollPane scpnDescription

btnApply

ButtonWidget btnApply

btnReset

ButtonWidget btnReset

TEXTAREA_MAXLENGTH

int TEXTAREA_MAXLENGTH

bCanModify

boolean bCanModify

vdbCurrent

VirtualDatabase vdbCurrent

connection

ConnectionInfo connection

Class com.metamatrix.console.ui.views.vdb.VdbEditConnBindDlg extends javax.swing.JDialog implements Serializable

Serialized Fields

vacbConnectorBindingEditPanel

VdbAssignConnBindPanel vacbConnectorBindingEditPanel

vdbID

VirtualDatabaseID vdbID

connection

ConnectionInfo connection

dlgpnlDialogContainer

DialogPanel dlgpnlDialogContainer

Class com.metamatrix.console.ui.views.vdb.VdbEntitlementsPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

borderLayout1

java.awt.BorderLayout borderLayout1

pnlOuter

javax.swing.JPanel pnlOuter

borderLayout2

java.awt.BorderLayout borderLayout2

border1

javax.swing.border.Border border1

pnlVdbName

javax.swing.JPanel pnlVdbName

flowLayout1

java.awt.FlowLayout flowLayout1

pnlEntitlementsTable

javax.swing.JPanel pnlEntitlementsTable

txfVdbName

javax.swing.JTextField txfVdbName

lblVdbName

javax.swing.JLabel lblVdbName

jScrollPane1

javax.swing.JScrollPane jScrollPane1

tblVdbEntitlements

TableWidget tblVdbEntitlements

border2

javax.swing.border.Border border2

titledBorder1

TitledBorder titledBorder1

border3

javax.swing.border.Border border3

lblVersion

javax.swing.JLabel lblVersion

txfVersion

javax.swing.JTextField txfVersion

frParent

javax.swing.JFrame frParent

btnExportRoles

ButtonWidget btnExportRoles

btnImportRoles

ButtonWidget btnImportRoles

vdbCurrent

VirtualDatabase vdbCurrent

connection

ConnectionInfo connection

aryColNames

java.lang.String[] aryColNames

Class com.metamatrix.console.ui.views.vdb.VdbMainPanel extends BasePanel implements Serializable

Serialized Fields

bIsStale

boolean bIsStale

connection

ConnectionInfo connection

actionImportVDB

com.metamatrix.console.ui.views.vdb.VdbMainPanel.PanelAction actionImportVDB

actionExportVDB

com.metamatrix.console.ui.views.vdb.VdbMainPanel.PanelAction actionExportVDB

actionEditConnBind

com.metamatrix.console.ui.views.vdb.VdbMainPanel.PanelAction actionEditConnBind

actionChangeStatus

com.metamatrix.console.ui.views.vdb.VdbMainPanel.PanelAction actionChangeStatus

actionChangeDefaultStatus

com.metamatrix.console.ui.views.vdb.VdbMainPanel.PanelAction actionChangeDefaultStatus

actionDeleteVdb

com.metamatrix.console.ui.views.vdb.VdbMainPanel.PanelAction actionDeleteVdb

actionExportRoles

com.metamatrix.console.ui.views.vdb.VdbMainPanel.PanelAction actionExportRoles

actionImportRoles

com.metamatrix.console.ui.views.vdb.VdbMainPanel.PanelAction actionImportRoles

arylActions

java.util.ArrayList<E> arylActions

arylPopupActions

java.util.ArrayList<E> arylPopupActions

frParentFrame

javax.swing.JFrame frParentFrame

colVdbs

java.util.Collection<E> colVdbs

colDisplayedVdbs

java.util.Collection<E> colDisplayedVdbs

vdbSelected

VirtualDatabase vdbSelected

splitMain

javax.swing.JSplitPane splitMain

pnlTop

javax.swing.JPanel pnlTop

pnlFilter

javax.swing.JPanel pnlFilter

lblName

javax.swing.JLabel lblName

txfName

javax.swing.JTextField txfName

pnlStatus

javax.swing.JPanel pnlStatus

chkActive

javax.swing.JCheckBox chkActive

chkActiveDefault

javax.swing.JCheckBox chkActiveDefault

chkInactive

javax.swing.JCheckBox chkInactive

chkIncomplete

javax.swing.JCheckBox chkIncomplete

chkDeleted

javax.swing.JCheckBox chkDeleted

pnlVersion

javax.swing.JPanel pnlVersion

rdbAllVersions

javax.swing.JRadioButton rdbAllVersions

rdbLatestVersion

javax.swing.JRadioButton rdbLatestVersion

bgrpVersionGroup

javax.swing.ButtonGroup bgrpVersionGroup

pnlFilterOps

javax.swing.JPanel pnlFilterOps

pnlFilterOpsSizer

javax.swing.JPanel pnlFilterOpsSizer

btnApply

ButtonWidget btnApply

btnReset

ButtonWidget btnReset

btnHideFilter

ButtonWidget btnHideFilter

btnShowFilter

ButtonWidget btnShowFilter

spnVdb

javax.swing.JScrollPane spnVdb

tblVdb

TableWidget tblVdb

tableModel

DefaultTableModel tableModel

pnlDetails

VdbDetailPanel pnlDetails

pnlBindings

VdbConnBindPanel pnlBindings

pnlEntitlements

VdbEntitlementsPanel pnlEntitlements

tpnDetails

javax.swing.JTabbedPane tpnDetails

btnImportVDB

ButtonWidget btnImportVDB

btnExportVDB

ButtonWidget btnExportVDB

pnlNoFilter

javax.swing.JPanel pnlNoFilter

gbcFilterPanel

java.awt.GridBagConstraints gbcFilterPanel

bInactiveBaseState

boolean bInactiveBaseState

bIncompleteBaseState

boolean bIncompleteBaseState

bActiveBaseState

boolean bActiveBaseState

bActiveDefaultBaseState

boolean bActiveDefaultBaseState

bDeletedBaseState

boolean bDeletedBaseState

bAllVersionsBaseState

boolean bAllVersionsBaseState

bLatestVersionsBaseState

boolean bLatestVersionsBaseState

sNameFilterBaseState

java.lang.String sNameFilterBaseState

rowSM

javax.swing.ListSelectionModel rowSM

ucapsCapabilities

UserCapabilities ucapsCapabilities

bCanModify

boolean bCanModify

programmaticChange

boolean programmaticChange

Class com.metamatrix.console.ui.views.vdb.VDBMetadataTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

correspondingTreeNode

PermissionDataNode correspondingTreeNode

Class com.metamatrix.console.ui.views.vdb.VDBMetadataTreePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

vdb

VirtualDatabase vdb

tree

TreeWidget tree

treeModel

DataNodesTreeModel treeModel

root

VDBMetadataTreeNode root

connection

ConnectionInfo connection

Class com.metamatrix.console.ui.views.vdb.VdbModelsPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

borderLayout1

java.awt.BorderLayout borderLayout1

pnlOuter

javax.swing.JPanel pnlOuter

borderLayout2

java.awt.BorderLayout borderLayout2

border1

javax.swing.border.Border border1

pnlVdbName

javax.swing.JPanel pnlVdbName

flowLayout1

java.awt.FlowLayout flowLayout1

pnlModelTable

javax.swing.JPanel pnlModelTable

txfVdbName

javax.swing.JTextField txfVdbName

lblVdbName

javax.swing.JLabel lblVdbName

jScrollPane1

javax.swing.JScrollPane jScrollPane1

tableModel

com.metamatrix.console.ui.views.vdb.VDBModelsPanelTableModel tableModel

tblVdbModels

TableWidget tblVdbModels

border2

javax.swing.border.Border border2

titledBorder1

TitledBorder titledBorder1

border3

javax.swing.border.Border border3

txfVersion

javax.swing.JTextField txfVersion

vdbCurrent

VirtualDatabase vdbCurrent

connection

ConnectionInfo connection

Class com.metamatrix.console.ui.views.vdb.VDBMultiConnectorBindingAssignmentDlg extends javax.swing.JDialog implements Serializable

Serialized Fields

connection

ConnectionInfo connection

bindingNameToUUIDMap

java.util.Map<K,V> bindingNameToUUIDMap

canceled

boolean canceled

selectedBindings

ConnectorBindingNameAndUUID[] selectedBindings

accumulator

AccumulatorPanel accumulator

Class com.metamatrix.console.ui.views.vdb.VdbRoleOptionsPanel extends BasicWizardSubpanelContainer implements Serializable

Serialized Fields

btnBack

ButtonWidget btnBack

pnlMessages

javax.swing.JPanel pnlMessages

pnlWorkSpace

javax.swing.JPanel pnlWorkSpace

btnCancel

ButtonWidget btnCancel

pnlButtons

javax.swing.JPanel pnlButtons

gridLayout1

java.awt.GridLayout gridLayout1

pnlRealButtons

javax.swing.JPanel pnlRealButtons

border3

javax.swing.border.Border border3

gridBagLayout1

java.awt.GridBagLayout gridBagLayout1

pnlWorkspaceOuter

javax.swing.JPanel pnlWorkspaceOuter

borderLayout3

java.awt.BorderLayout borderLayout3

txaImportOptionMessage

javax.swing.JTextArea txaImportOptionMessage

border5

javax.swing.border.Border border5

border6

javax.swing.border.Border border6

sVdbName

java.lang.String sVdbName

radioDontOverwriteExistingRoles

javax.swing.AbstractButton radioDontOverwriteExistingRoles

radioOverwriteExistingRoles

javax.swing.AbstractButton radioOverwriteExistingRoles

RESOLVE_CONFLICTS_MESSAGE

java.lang.String RESOLVE_CONFLICTS_MESSAGE

vdbSourceVdb

VirtualDatabase vdbSourceVdb

Class com.metamatrix.console.ui.views.vdb.VdbSetStatusDlg extends javax.swing.JDialog implements Serializable

Serialized Fields

theVdb

VirtualDatabase theVdb

connection

ConnectionInfo connection

dlgpnlDialogContainer

DialogPanel dlgpnlDialogContainer

pnlID

javax.swing.JPanel pnlID

pnlOuter

javax.swing.JPanel pnlOuter

siNewStatus

short siNewStatus

siCurrStatus

short siCurrStatus

Class com.metamatrix.console.ui.views.vdb.VdbWizardConfirmPanel extends BasicWizardSubpanelContainer implements Serializable

Serialized Fields

NEED_ENTITLEMENTS_MESSAGE

java.lang.String NEED_ENTITLEMENTS_MESSAGE

INCOMPLETE_VDB_MESSAGE

java.lang.String INCOMPLETE_VDB_MESSAGE

INACTIVE_VDB_MESSAGE

java.lang.String INACTIVE_VDB_MESSAGE

txfName

TextFieldWidget txfName

thePanel

javax.swing.JPanel thePanel

txaConfirmationMessage

javax.swing.JTextArea txaConfirmationMessage

txfStatus

TextFieldWidget txfStatus

cbxSetStatusActive

CheckBox cbxSetStatusActive

cbxSync

CheckBox cbxSync

sVdbName

java.lang.String sVdbName

siStatus

short siStatus

vdbSourceVdb

VirtualDatabase vdbSourceVdb

NEW_VDB

boolean NEW_VDB

NEW_VDB_VERSION

boolean NEW_VDB_VERSION

bMigrateEntitlementsRequested

boolean bMigrateEntitlementsRequested

Class com.metamatrix.console.ui.views.vdb.VdbWizardEditConnBindPanel extends BasicWizardSubpanelContainer implements Serializable

Serialized Fields

vacbConnectorBindingEditPanel

VdbAssignConnBindPanel vacbConnectorBindingEditPanel

vdbSourceVdb

VirtualDatabase vdbSourceVdb

newVDBVersion

boolean newVDBVersion

editCBPInitSuccessful

boolean editCBPInitSuccessful

vdbBindings

javax.swing.JRadioButton vdbBindings

migratedBindings

javax.swing.JRadioButton migratedBindings

migrateBtnGroup

javax.swing.ButtonGroup migrateBtnGroup

pnlOuter

javax.swing.JPanel pnlOuter

vdbDefn

VDBDefn vdbDefn

connection

ConnectionInfo connection

panelOrder

int panelOrder

Class com.metamatrix.console.ui.views.vdb.VdbWizardEntitlementsPanel extends BasicWizardSubpanelContainer implements Serializable

Serialized Fields

sVdbName

java.lang.String sVdbName

sDescription

java.lang.String sDescription

vdbSourceVdb

VirtualDatabase vdbSourceVdb

vdbNewVdb

VirtualDatabase vdbNewVdb

emrEntitlementReport

EntitlementMigrationReport emrEntitlementReport

gridLayout1

java.awt.GridLayout gridLayout1

pnlOuter

javax.swing.JPanel pnlOuter

gridBagLayout1

java.awt.GridBagLayout gridBagLayout1

pnlConnectorBinding

VdbConnBindPanel pnlConnectorBinding

pnlEditor

javax.swing.JEditorPane pnlEditor

tpnVdbStuff

javax.swing.JTabbedPane tpnVdbStuff

pnlReportOuter

javax.swing.JPanel pnlReportOuter

btnWriteReportToFile

ButtonWidget btnWriteReportToFile

pnlButtons

javax.swing.JPanel pnlButtons

txaDescription

javax.swing.JTextArea txaDescription

lblDescription

javax.swing.JLabel lblDescription

txfName

TextFieldWidget txfName

lblName

javax.swing.JLabel lblName

jScrollPane2

javax.swing.JScrollPane jScrollPane2

connection

ConnectionInfo connection

iLimit

int iLimit

Class com.metamatrix.console.ui.views.vdb.VdbWizardEntitlementsSelectPanel extends BasicWizardSubpanelContainer implements Serializable

Serialized Fields

pnlOuter

javax.swing.JPanel pnlOuter

btnBack

ButtonWidget btnBack

pnlBlather

javax.swing.JPanel pnlBlather

borderLayout1

java.awt.BorderLayout borderLayout1

borderLayout2

java.awt.BorderLayout borderLayout2

borderLayout4

java.awt.BorderLayout borderLayout4

pnlWorkSpace

javax.swing.JPanel pnlWorkSpace

btnCancel

ButtonWidget btnCancel

lblBlather

javax.swing.JLabel lblBlather

pnlButtons

javax.swing.JPanel pnlButtons

gridLayout1

java.awt.GridLayout gridLayout1

pnlRealButtons

javax.swing.JPanel pnlRealButtons

border1

javax.swing.border.Border border1

border3

javax.swing.border.Border border3

txvVersion

TextFieldWidget txvVersion

lblVersion

javax.swing.JLabel lblVersion

txfName

TextFieldWidget txfName

lblName

javax.swing.JLabel lblName

gridBagLayout1

java.awt.GridBagLayout gridBagLayout1

pnlWorkspaceOuter

javax.swing.JPanel pnlWorkspaceOuter

borderLayout3

java.awt.BorderLayout borderLayout3

txaConfirmationMessage

javax.swing.JTextArea txaConfirmationMessage

border5

javax.swing.border.Border border5

txfStatus

TextFieldWidget txfStatus

lblStatus

javax.swing.JLabel lblStatus

border6

javax.swing.border.Border border6

sVdbName

java.lang.String sVdbName

siStatus

short siStatus

radioNoRolesImport

javax.swing.AbstractButton radioNoRolesImport

radioImportVdbRoles

javax.swing.AbstractButton radioImportVdbRoles

radioMigrateVdbRoles

javax.swing.AbstractButton radioMigrateVdbRoles

cbxViewVdbRolesReport

CheckBox cbxViewVdbRolesReport

INCOMPLETE_VDB_MESSAGE

java.lang.String INCOMPLETE_VDB_MESSAGE

INACTIVE_VDB_MESSAGE

java.lang.String INACTIVE_VDB_MESSAGE

ROLE_IMPORT_MESSAGE

java.lang.String ROLE_IMPORT_MESSAGE

ROLE_IMPORT_OR_MIGRATE_MESSAGE

java.lang.String ROLE_IMPORT_OR_MIGRATE_MESSAGE

NO_ROLES_AVAILABLE_TEXT

java.lang.String NO_ROLES_AVAILABLE_TEXT

vdbSourceVdb

VirtualDatabase vdbSourceVdb

showMigrationOption

boolean showMigrationOption

roleImportOnly

boolean roleImportOnly

showVdbRolesImportOption

boolean showVdbRolesImportOption

Class com.metamatrix.console.ui.views.vdb.VdbWizardIdPanel extends BasicWizardSubpanelContainer implements Serializable

Serialized Fields

sVdbName

java.lang.String sVdbName

sDescription

java.lang.String sDescription

TEXTAREA_MAXLENGTH

int TEXTAREA_MAXLENGTH

vdbSourceVdb

VirtualDatabase vdbSourceVdb

NEW_VDB

boolean NEW_VDB

NEW_VDB_VERSION

boolean NEW_VDB_VERSION

idInitSuccessful

boolean idInitSuccessful

sAllowedCharacters

java.lang.String sAllowedCharacters

pnlOuter

javax.swing.JPanel pnlOuter

dtfmTextModel

DefaultTextFieldModel dtfmTextModel

txaDescription

javax.swing.JTextArea txaDescription

lblDescription

LabelWidget lblDescription

txfName

TextFieldWidget txfName

lblName

LabelWidget lblName

panelOrder

int panelOrder

Class com.metamatrix.console.ui.views.vdb.VDBWizardModelVisibilityPanel extends BasicWizardSubpanelContainer implements Serializable

Serialized Fields

table

NewVDBWizardModelVisibilityTable table

currentVisibilityCheckBoxesState

boolean[] currentVisibilityCheckBoxesState

tablePopulated

boolean tablePopulated

infoPopulatedFrom

ModelVisibilityInfo[] infoPopulatedFrom

panelOrder

int panelOrder

Class com.metamatrix.console.ui.views.vdb.VdbWizardSaveMaterializationFilesPanel extends BasicWizardSubpanelContainer implements Serializable

Serialized Fields

chooser

DirectoryChooserPanel chooser

connectionPropsLabel

javax.swing.JLabel connectionPropsLabel

createScriptLabel

javax.swing.JLabel createScriptLabel

loadScriptLabel

javax.swing.JLabel loadScriptLabel

swapScriptLabel

javax.swing.JLabel swapScriptLabel

truncateScriptLabel

javax.swing.JLabel truncateScriptLabel

connectionPropsFile

javax.swing.JLabel connectionPropsFile

createScriptFile

javax.swing.JLabel createScriptFile

loadScriptFile

javax.swing.JLabel loadScriptFile

swapScriptFile

javax.swing.JLabel swapScriptFile

truncateScriptFile

javax.swing.JLabel truncateScriptFile

Class com.metamatrix.console.ui.views.vdb.VdbWizardUserAndPasswordPanel extends BasicWizardSubpanelContainer implements Serializable

Serialized Fields

loginPanel

com.metamatrix.console.ui.views.vdb.UserPasswordPanel loginPanel

dataBasePanel

com.metamatrix.console.ui.views.vdb.UserPasswordPanel dataBasePanel

Class com.metamatrix.console.ui.views.vdb.VdbWizardWrittenMaterializationFilesPanel extends BasicWizardSubpanelContainer implements Serializable

Serialized Fields

thePanel

javax.swing.JPanel thePanel

overwrite

boolean overwrite

alreadyWritten

boolean alreadyWritten

Package com.metamatrix.console.util

Class com.metamatrix.console.util.DaysHoursMinutesSeconds extends java.lang.Object implements Serializable

Serialized Fields

days

int days

hours

int hours

minutes

int minutes

seconds

int seconds

secondsWithDecimal

float secondsWithDecimal

Class com.metamatrix.console.util.ExternalException extends MetaMatrixException implements Serializable

Class com.metamatrix.console.util.InvalidRequestException extends MetaMatrixException implements Serializable

Class com.metamatrix.console.util.QCDate extends java.lang.Object implements Serializable

Serialized Fields

year

int year

month

int month

day

int day

Class com.metamatrix.console.util.QCDateTime extends java.lang.Object implements Serializable

Serialized Fields

date

QCDate date

time

QCTime time

Class com.metamatrix.console.util.QCGregorianCalendar extends java.util.GregorianCalendar implements Serializable

Class com.metamatrix.console.util.QCTime extends java.lang.Object implements Serializable

Serialized Fields

hour

int hour

minute

int minute

second

int second

secondsWithFraction

double secondsWithFraction

Class com.metamatrix.console.util.RuntimeExternalException extends java.lang.RuntimeException implements Serializable

Serialized Fields

theException

java.lang.Exception theException

Package com.metamatrix.core

Class com.metamatrix.core.MetaMatrixCoreException extends java.lang.Exception implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException

Class com.metamatrix.core.MetaMatrixRuntimeException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -4035276728007979320L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

code

java.lang.String code
An error code.


Package com.metamatrix.core.commandshell

Class com.metamatrix.core.commandshell.ArgumentConversionException extends MetaMatrixCoreException implements Serializable

Class com.metamatrix.core.commandshell.NoScriptFileException extends java.lang.RuntimeException implements Serializable

Class com.metamatrix.core.commandshell.WrongNumberOfArgumentsException extends java.lang.Exception implements Serializable


Package com.metamatrix.core.event

Class com.metamatrix.core.event.EventBrokerException extends MetaMatrixCoreException implements Serializable

Class com.metamatrix.core.event.EventSourceException extends MetaMatrixCoreException implements Serializable

Class com.metamatrix.core.event.TargetableEvent extends java.util.EventObject implements Serializable

Serialized Fields

target

java.lang.Object target

eventID

ObjectID eventID

Package com.metamatrix.core.id

Class com.metamatrix.core.id.IntegerID extends java.lang.Object implements Serializable

Serialized Fields

id

int id

Class com.metamatrix.core.id.IntegerIDFactory extends java.lang.Object implements Serializable

Serialized Fields

lastID

int lastID

Class com.metamatrix.core.id.InvalidIDException extends MetaMatrixCoreException implements Serializable

Class com.metamatrix.core.id.LongID extends java.lang.Object implements Serializable

Serialized Fields

id

long id

Class com.metamatrix.core.id.LongIDFactory extends java.lang.Object implements Serializable

Serialized Fields

lastID

long lastID

Class com.metamatrix.core.id.StringID extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id

Class com.metamatrix.core.id.UUID extends java.lang.Object implements Serializable

Serialized Fields

uuid

java.util.UUID uuid

cachedExportableFormUuidString

java.lang.String cachedExportableFormUuidString

Package com.metamatrix.core.io

Class com.metamatrix.core.io.FileUrl extends java.io.File implements Serializable

Serialized Fields

originalUrlString

java.lang.String originalUrlString

Package com.metamatrix.core.log

Class com.metamatrix.core.log.LogMessage extends java.lang.Object implements Serializable

Serialized Fields

context

java.lang.String context

level

int level

msgParts

java.lang.Object[] msgParts

exception

java.lang.Throwable exception

timestamp

long timestamp

threadName

java.lang.String threadName

errorCode

int errorCode

Package com.metamatrix.core.util

Class com.metamatrix.core.util.LRUCache extends java.util.LinkedHashMap<K,V> implements Serializable

Serialized Fields

maxSize

int maxSize

Class com.metamatrix.core.util.Stopwatch extends java.lang.Object implements Serializable

Serialized Fields

start

long start

stop

long stop

stats

Stopwatch.Statistics stats

active

boolean active

Class com.metamatrix.core.util.Stopwatch.Statistics extends java.lang.Object implements Serializable

Serialized Fields

minimum

long minimum

maximum

long maximum

last

long last

total

long total

count

int count

minimumInitialized

boolean minimumInitialized

Package com.metamatrix.dqp.client

Class com.metamatrix.dqp.client.MetadataResult extends java.lang.Object implements Serializable

Serialized Fields

columnMetadata

java.util.Map<K,V>[] columnMetadata

parameterCount

int parameterCount

Package com.metamatrix.dqp.exception

Class com.metamatrix.dqp.exception.SourceWarning extends MetaMatrixException implements Serializable

Serialized Fields

modelName

java.lang.String modelName

connectorBindingName

java.lang.String connectorBindingName

partialResults

boolean partialResults

Package com.metamatrix.dqp.message

Class com.metamatrix.dqp.message.AtomicRequestID extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
See Also:
Externalizable.readExternal(java.io.ObjectInput)

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException
See Also:
Externalizable.writeExternal(java.io.ObjectOutput)

Class com.metamatrix.dqp.message.AtomicRequestMessage extends java.lang.Object implements Serializable

serialVersionUID: -4060941593023225562L

Serialized Fields

atomicRequestId

AtomicRequestID atomicRequestId

connectorBindingID

java.lang.String connectorBindingID
The connectorBindingID that identifies the connector needed for this query.


modelName

java.lang.String modelName
Name of model where the connector is bound to


connectorID

com.metamatrix.dqp.internal.datamgr.ConnectorID connectorID
For cancel and update operations, the id of the data connector which originally handled the request.


txnContext

TransactionContext txnContext

command

Command command

fetchSize

int fetchSize

submittedTimestamp

java.util.Date submittedTimestamp

processingTimestamp

java.util.Date processingTimestamp

useResultSetCache

boolean useResultSetCache

partialResultsFlag

boolean partialResultsFlag

requestID

RequestID requestID

executionPayload

java.io.Serializable executionPayload

workContext

org.teiid.dqp.internal.process.DQPWorkContext workContext

Class com.metamatrix.dqp.message.AtomicResultsMessage extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.metamatrix.dqp.message.ParameterInfo extends java.lang.Object implements Serializable

serialVersionUID: -683851729051138932L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.metamatrix.dqp.message.RequestID extends java.lang.Object implements Serializable

serialVersionUID: -2888539138291776071L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
See Also:
Externalizable.readExternal(java.io.ObjectInput)

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException
See Also:
Externalizable.writeExternal(java.io.ObjectOutput)

Class com.metamatrix.dqp.message.RequestMessage extends java.lang.Object implements Serializable

serialVersionUID: 2258063872049251854L

Serialized Fields

commands

java.lang.String[] commands

isBatchedUpdate

boolean isBatchedUpdate

fetchSize

int fetchSize

cursorType

int cursorType

partialResultsFlag

boolean partialResultsFlag

isPreparedStatement

boolean isPreparedStatement

isCallableStatement

boolean isCallableStatement

isPreparedBatchUpdate

boolean isPreparedBatchUpdate

parameterValues

java.util.List<E> parameterValues

validationMode

boolean validationMode

txnAutoWrapMode

java.lang.String txnAutoWrapMode

XMLFormat

java.lang.String XMLFormat

styleSheet

java.lang.String styleSheet

requireResultSet

java.lang.Boolean requireResultSet

submittedTimestamp

java.util.Date submittedTimestamp
The time when the command was created by the client.


processingTimestamp

java.util.Date processingTimestamp
The time when command begins processing on the server.


useResultSetCache

boolean useResultSetCache

dblQuotedVariableAllowed

boolean dblQuotedVariableAllowed

queryPlanAllowed

boolean queryPlanAllowed

showPlan

boolean showPlan

rowLimit

int rowLimit

executionPayload

java.io.Serializable executionPayload

executionId

long executionId

Class com.metamatrix.dqp.message.ResultsMessage extends java.lang.Object implements Serializable

serialVersionUID: 3546924172976187793L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Package com.metamatrix.jdbc

Class com.metamatrix.jdbc.BaseDataSource extends WrapperImpl implements Serializable

Serialized Fields

databaseName

java.lang.String databaseName
The name of the virtual database on a particular MetaMatrix Server. This property name is one of the standard property names defined by the JDBC 2.0 specification, and is required.


dataSourceName

java.lang.String dataSourceName
The logical name for the underlying XADataSource or ConnectionPoolDataSource; used only when pooling connections or distributed transactions are implemented. This property name is one of the standard property names defined by the JDBC 2.0 specification, and is optional.


description

java.lang.String description
The description of this data source. This property name is one of the standard property names defined by the JDBC 2.0 specification, and is optional.


clientToken

java.io.Serializable clientToken
The Serializable client token that will be passed directly through to the connectors, which may use it and/or pass it down to their underlying data source. This property is optional.

The form and type of the client token is up to the client but it must implement the Serializabe interface. MetaMatrix does nothing with this token except to make it available for authentication/augmentation/replacement upon authentication to the system and to connectors that may require it at the data source level.


user

java.lang.String user
The user's name. This property name is one of the standard property names defined by the JDBC 2.0 specification, and is required.


password

java.lang.String password
The user's password. This property name is one of the standard property names defined by the JDBC 2.0 specification, and is required.


databaseVersion

java.lang.String databaseVersion
The version number of the virtual database to which a connection is to be established. This property is optional; if not specified, the assumption is that the latest version on the MetaMatrix Server is to be used.


applicationName

java.lang.String applicationName
The name of the application. Supplying this property may allow an administrator of a MetaMatrix Server to better identify individual connections and usage patterns. This property is optional.


partialResultsMode

java.lang.String partialResultsMode
Support partial results mode or not.


fetchSize

int fetchSize
Default fetch size, <= 0 indicates not set.


resultSetCacheMode

java.lang.String resultSetCacheMode
Whether to use result set cache if it available


loginTimeout

int loginTimeout
The number of milliseconds before timing out. This property is optional and defaults to "0" (meaning no time out).


sqlOptions

java.lang.String sqlOptions

disableLocalTxn

java.lang.String disableLocalTxn

transactionAutoWrap

java.lang.String transactionAutoWrap
A setting that controls how connections created by this DataSource manage transactions for client requests when client applications do not use transactions. Because a MetaMatrix virtual database will likely deal with multiple underlying information sources, the MetaMatrix XA Server will execute all client requests within the contexts of transactions. This method determines the semantics of creating such transactions when the client does not explicitly do so.

The allowable values for this property are:

This property is important only if connecting to a MetaMatrix XA Server.


additionalProperties

java.lang.String additionalProperties
String to hold additional properties that are not represented with an explicit getter/setter

Class com.metamatrix.jdbc.EmbeddedDataSource extends BaseDataSource implements Serializable

Serialized Fields

bootstrapFile

java.lang.String bootstrapFile
configFile - The path and file name to which embedded DQP configuration info will be read. This property is optional; if none is specified, then embedded DQP access cannot be used.


maxStatements

int maxStatements
maxstatements - The total number of statements that the pool should keep open. 0 (zero) indicates that caching of statements is disabled.


initialPoolSize

int initialPoolSize
initialPoolSize - The number of physical connections the pool should contain when it is created


minPoolSize

int minPoolSize
minPoolSize - The number of physical connections the pool should keep available at all times. 0 (zero) indicates that connections should be created as needed.


maxPoolSize

int maxPoolSize
maxPoolSize - The maximum number of physical connections that the pool should contain. 0 (zero) indicates no maximum size.


maxIdleTime

int maxIdleTime
maxIdleTime - The number of seconds that a physical connection should remain unused in the pool before the connection is closed. 0 (zero) indicates no limit.


propertyCycle

int propertyCycle
propertyCycle - The interval, in seconds, that the pool should wait before enforcing the current policy defined by the values of the above connection pool properties

Class com.metamatrix.jdbc.EmbeddedSQLException extends java.sql.SQLException implements Serializable

Serialized Fields

parentException

java.lang.Throwable parentException

message

java.lang.String message

Class com.metamatrix.jdbc.MMDataSource extends BaseDataSource implements Serializable

Serialized Fields

portNumber

int portNumber
The port number where a MetaMatrix Server is listening for requests. This property name is one of the standard property names defined by the JDBC 2.0 specification, and is optional.


serverName

java.lang.String serverName
The name of the host where the MetaMatrix Server is running. This property name is one of the standard property names defined by the JDBC 2.0 specification, and is required.


credentials

java.lang.String credentials
Specify a set of data source credentials to pass to the connectors as defined in MMURL.JDBC.CREDENTIALS.


secure

boolean secure
Specify whether to make a secure (SSL, mms:) connection or a normal non-SSL mm: connection. the default is to use a non-secure connection.

Since:
5.0.2

alternateServers

java.lang.String alternateServers
Holds a comma delimited list of alternate MetaMatrix Server(s):Port(s) that can be used for connection fail-over.

Since:
5.5

autoFailover

java.lang.String autoFailover
The auto failover mode for calls made to the query engine. If true query engine calls that fail will allow the connection to choose another process.


discoveryStrategy

java.lang.String discoveryStrategy

Class com.metamatrix.jdbc.MMSQLException extends java.sql.SQLException implements Serializable


Package com.metamatrix.jdbc.api

Class com.metamatrix.jdbc.api.PartialResultsWarning extends java.sql.SQLWarning implements Serializable

Serialized Fields

failures

java.util.Map<K,V> failures

Package com.metamatrix.metadata.runtime.api

Package com.metamatrix.metadata.runtime.event

Class com.metamatrix.metadata.runtime.event.RuntimeMetadataEvent extends java.util.EventObject implements Serializable

Serialized Fields

vdbID

VirtualDatabaseID vdbID

action

int action

Package com.metamatrix.metadata.runtime.exception

Class com.metamatrix.metadata.runtime.exception.InvalidStateException extends VirtualDatabaseException implements Serializable

Class com.metamatrix.metadata.runtime.exception.VirtualDatabaseDoesNotExistException extends VirtualDatabaseException implements Serializable

Class com.metamatrix.metadata.runtime.exception.VirtualDatabaseException extends VdbProcessingException implements Serializable


Package com.metamatrix.metadata.runtime.impl

Class com.metamatrix.metadata.runtime.impl.AbstractMetadataRecord extends java.lang.Object implements Serializable

Serialized Fields

pathString

java.lang.String pathString

modelName

java.lang.String modelName

resourcePath

java.lang.String resourcePath

indexVersion

int indexVersion

recordType

char recordType

eObject

java.lang.Object eObject

delegate

MetadataRecordDelegate delegate

finder

EObjectFinder finder

Class com.metamatrix.metadata.runtime.impl.AnnotationRecordImpl extends AbstractMetadataRecord implements Serializable

Serialized Fields

description

java.lang.String description

Class com.metamatrix.metadata.runtime.impl.ColumnRecordImpl extends AbstractMetadataRecord implements Serializable

Serialized Fields

datatypeUUID

java.lang.String datatypeUUID

selectable

boolean selectable

updatable

boolean updatable

autoIncrementable

boolean autoIncrementable

caseSensitive

boolean caseSensitive

signed

boolean signed

currency

boolean currency

fixedLength

boolean fixedLength

tranformationInputParameter

boolean tranformationInputParameter

searchType

int searchType

defaultValue

java.lang.Object defaultValue

minValue

java.lang.Object minValue

maxValue

java.lang.Object maxValue

length

int length

scale

int scale

nullType

int nullType

runtimeTypeName

java.lang.String runtimeTypeName

nativeType

java.lang.String nativeType

format

java.lang.String format

precision

int precision

charOctetLength

int charOctetLength

position

int position

radix

int radix

distinctValues

int distinctValues

nullValues

int nullValues

Class com.metamatrix.metadata.runtime.impl.ColumnSetRecordImpl extends AbstractMetadataRecord implements Serializable

Serialized Fields

columnIDs

java.util.List<E> columnIDs

Class com.metamatrix.metadata.runtime.impl.DatatypeRecordImpl extends AbstractMetadataRecord implements Serializable

Serialized Fields

length

int length

precisionLength

int precisionLength

scale

int scale

radix

int radix

isSigned

boolean isSigned

isAutoIncrement

boolean isAutoIncrement

isCaseSensitive

boolean isCaseSensitive

type

short type

searchType

short searchType

nullType

short nullType

javaClassName

java.lang.String javaClassName

runtimeTypeName

java.lang.String runtimeTypeName

datatypeID

java.lang.String datatypeID

basetypeID

java.lang.String basetypeID

primitiveTypeID

java.lang.String primitiveTypeID

varietyType

short varietyType

varietyProps

java.util.List<E> varietyProps

Class com.metamatrix.metadata.runtime.impl.FileRecordImpl extends AbstractMetadataRecord implements Serializable

Serialized Fields

pathInVdb

java.lang.String pathInVdb

tokens

java.lang.String[] tokens

tokenReplacements

java.lang.String[] tokenReplacements

selector

IndexSelector selector

Class com.metamatrix.metadata.runtime.impl.ForeignKeyRecordImpl extends ColumnSetRecordImpl implements Serializable

Serialized Fields

uniqueKeyID

java.lang.Object uniqueKeyID

Class com.metamatrix.metadata.runtime.impl.ModelRecordImpl extends AbstractMetadataRecord implements Serializable

Serialized Fields

modelType

int modelType

maxSetSize

int maxSetSize

isVisible

boolean isVisible

supportsDistinct

boolean supportsDistinct

supportsJoin

boolean supportsJoin

supportsOrderBy

boolean supportsOrderBy

supportsOuterJoin

boolean supportsOuterJoin

supportsWhereAll

boolean supportsWhereAll

primaryMetamodelUri

java.lang.String primaryMetamodelUri

Class com.metamatrix.metadata.runtime.impl.ProcedureParameterRecordImpl extends AbstractMetadataRecord implements Serializable

Serialized Fields

datatypeUUID

java.lang.String datatypeUUID

runtimeType

java.lang.String runtimeType

defaultValue

java.lang.Object defaultValue

type

int type

length

int length

scale

int scale

radix

int radix

precision

int precision

nullType

int nullType

position

int position

optional

boolean optional

Class com.metamatrix.metadata.runtime.impl.ProcedureRecordImpl extends AbstractMetadataRecord implements Serializable

Serialized Fields

parameterIDs

java.util.List<E> parameterIDs

isFunction

boolean isFunction

isVirtual

boolean isVirtual

resultSetID

java.lang.Object resultSetID

updateCount

int updateCount

Class com.metamatrix.metadata.runtime.impl.PropertyRecordImpl extends AbstractMetadataRecord implements Serializable

Serialized Fields

name

java.lang.String name

value

java.lang.String value

isExtention

boolean isExtention

Class com.metamatrix.metadata.runtime.impl.TableRecordImpl extends ColumnSetRecordImpl implements Serializable

Serialized Fields

cardinality

int cardinality

tableType

int tableType

primaryKeyID

java.lang.Object primaryKeyID

materializedTableID

java.lang.Object materializedTableID

materializedStageTableID

java.lang.Object materializedStageTableID

foreignKeyIDs

java.util.Collection<E> foreignKeyIDs

indexIDs

java.util.Collection<E> indexIDs

uniqueKeyIDs

java.util.Collection<E> uniqueKeyIDs

accessPatternIDs

java.util.Collection<E> accessPatternIDs

isVirtual

boolean isVirtual

isSystem

boolean isSystem

isMaterialized

boolean isMaterialized

supportsUpdate

boolean supportsUpdate

Class com.metamatrix.metadata.runtime.impl.TransformationRecordImpl extends AbstractMetadataRecord implements Serializable

Serialized Fields

transformation

java.lang.String transformation

transformedObjectID

java.lang.Object transformedObjectID

transformationType

java.lang.String transformationType

bindings

java.util.List<E> bindings

schemaPaths

java.util.List<E> schemaPaths

Class com.metamatrix.metadata.runtime.impl.UniqueKeyRecordImpl extends ColumnSetRecordImpl implements Serializable

Serialized Fields

foreignKeyIDs

java.util.List<E> foreignKeyIDs

Class com.metamatrix.metadata.runtime.impl.VdbRecordImpl extends AbstractMetadataRecord implements Serializable

Serialized Fields

version

java.lang.String version

identifier

java.lang.String identifier

description

java.lang.String description

producerName

java.lang.String producerName

producerVersion

java.lang.String producerVersion

provider

java.lang.String provider

timeLastChanged

java.lang.String timeLastChanged

timeLastProduced

java.lang.String timeLastProduced

modelIDs

java.util.List<E> modelIDs

Package com.metamatrix.metadata.runtime.model

Class com.metamatrix.metadata.runtime.model.BasicDataTypeID extends BasicMetadataID implements Serializable

Serialized Fields

modelID

ModelID modelID

dtUUID

java.lang.String dtUUID

Class com.metamatrix.metadata.runtime.model.BasicElement extends BasicMetadataObject implements Serializable

Serialized Fields

description

java.lang.String description

alias

java.lang.String alias

label

java.lang.String label

dataType

DataType dataType

scale

int scale

length

int length

prcsnLength

int prcsnLength

radix

int radix

charOctetLength

int charOctetLength

isPhysical

boolean isPhysical

isLengthFixed

boolean isLengthFixed

nullType

short nullType

sup_SELECT

boolean sup_SELECT

sup_SET

boolean sup_SET

sup_SUB

boolean sup_SUB

sup_UPDATE

boolean sup_UPDATE

isCaseSensitive

boolean isCaseSensitive

isSigned

boolean isSigned

isCurrency

boolean isCurrency

isAutoIncrement

boolean isAutoIncrement

minRange

java.lang.String minRange

maxRange

java.lang.String maxRange

searchType

short searchType

format

java.lang.String format

multiplicity

Multiplicity multiplicity

defaultValue

java.lang.String defaultValue

position

int position

Class com.metamatrix.metadata.runtime.model.BasicElementID extends BasicMetadataID implements Serializable

Serialized Fields

groupID

GroupID groupID

modelID

ModelID modelID

Class com.metamatrix.metadata.runtime.model.BasicGroup extends BasicMetadataObject implements Serializable

Serialized Fields

path

java.lang.String path

description

java.lang.String description

isPhysical

boolean isPhysical

isSystem

boolean isSystem

tableType

short tableType

queryPlan

java.lang.String queryPlan

hasQueryPlan

boolean hasQueryPlan

updateQueryPlan

java.lang.String updateQueryPlan

hasUpdateQueryPlan

boolean hasUpdateQueryPlan

updateAllowed

boolean updateAllowed

insertQueryPlan

java.lang.String insertQueryPlan

hasInsertQueryPlan

boolean hasInsertQueryPlan

insertAllowed

boolean insertAllowed

deleteQueryPlan

java.lang.String deleteQueryPlan

hasDeleteQueryPlan

boolean hasDeleteQueryPlan

deleteAllowed

boolean deleteAllowed

alias

java.lang.String alias

sup_UPDATE

boolean sup_UPDATE

isVirtualDocument

boolean isVirtualDocument

xmlSchemas

java.util.Collection<E> xmlSchemas

Class com.metamatrix.metadata.runtime.model.BasicGroupID extends BasicMetadataID implements Serializable

Serialized Fields

modelID

ModelID modelID

alias

java.lang.String alias

Class com.metamatrix.metadata.runtime.model.BasicKey extends BasicMetadataObject implements Serializable

Serialized Fields

description

java.lang.String description

isPrimaryKey

boolean isPrimaryKey

isForeignKey

boolean isForeignKey

isAccessPattern

boolean isAccessPattern

isIndexed

boolean isIndexed

matchType

short matchType

isUniqueKey

boolean isUniqueKey

keyType

short keyType

referencedKey

MetadataID referencedKey

alias

java.lang.String alias

referencedKeyUid

long referencedKeyUid

path

java.lang.String path

Class com.metamatrix.metadata.runtime.model.BasicKeyID extends BasicMetadataID implements Serializable

Serialized Fields

groupID

GroupID groupID

modelID

ModelID modelID

Class com.metamatrix.metadata.runtime.model.BasicMetadataID extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

uid

long uid

fullName

java.lang.String fullName
The fully-qualified name of the node. Will never be null.


shortName

java.lang.String shortName
The short name of the node. Will never be null.


hashCode

int hashCode
The hash code for the fully-qualified name of the node. It should be set when the name is set. Since this object is immutable, it should never have to be updated. It can be used for a fail-fast equals check (where unequal hash codes signify unequal objects, but not necessarily vice versa) as well.

Class com.metamatrix.metadata.runtime.model.BasicMetadataObject extends java.lang.Object implements Serializable

Serialized Fields

id

MetadataID id

virtualDatabaseID

BasicVirtualDatabaseID virtualDatabaseID

properties

java.util.Properties properties

Class com.metamatrix.metadata.runtime.model.BasicModel extends BasicMetadataObject implements Serializable

Serialized Fields

description

java.lang.String description

isPhysical

boolean isPhysical

isVisible

boolean isVisible

multiSourceBindingEnabled

boolean multiSourceBindingEnabled

bindingNames

java.util.Set<E> bindingNames

versionDate

java.util.Date versionDate

versionedBy

java.lang.String versionedBy

GUID

java.lang.String GUID

requireConnBinding

boolean requireConnBinding

modelType

int modelType

uri

java.lang.String uri

Class com.metamatrix.metadata.runtime.model.BasicModelID extends BasicMetadataID implements Serializable

Serialized Fields

version

java.lang.String version

modelUuid

java.lang.String modelUuid

versionDate

java.lang.String versionDate

Class com.metamatrix.metadata.runtime.model.BasicProcedure extends BasicMetadataObject implements Serializable

Serialized Fields

description

java.lang.String description

path

java.lang.String path

parameters

java.util.List<E> parameters

returnsResults

boolean returnsResults

procedureType

short procedureType

alias

java.lang.String alias

queryPlan

java.lang.String queryPlan

Class com.metamatrix.metadata.runtime.model.BasicProcedureID extends BasicMetadataID implements Serializable

Serialized Fields

modelID

ModelID modelID

Class com.metamatrix.metadata.runtime.model.BasicVirtualDatabase extends BasicMetadataObject implements Serializable

serialVersionUID: -4773877040040318864L

Serialized Fields

fileName

java.lang.String fileName

description

java.lang.String description

status

short status

GUID

java.lang.String GUID

WSDLDefined

boolean WSDLDefined

versionDate

java.util.Date versionDate

versionBy

java.lang.String versionBy

creationDate

java.util.Date creationDate

createdBy

java.lang.String createdBy

updateDate

java.util.Date updateDate

updatedBy

java.lang.String updatedBy

updatedAttributesList

java.util.Collection<E> updatedAttributesList

Class com.metamatrix.metadata.runtime.model.BasicVirtualDatabaseID extends BasicMetadataID implements Serializable

Serialized Fields

version

java.lang.String version

Class com.metamatrix.metadata.runtime.model.MetadataCache extends java.lang.Object implements Serializable

Serialized Fields

vdb

VirtualDatabase vdb

modelsFromDB

java.util.Map<K,V> modelsFromDB

resourceMap

java.util.Map<K,V> resourceMap

models

java.util.Map<K,V> models

groupToModelMap

java.util.Map<K,V> groupToModelMap

groupMap

java.util.Map<K,V> groupMap

procToModelMap

java.util.Map<K,V> procToModelMap

columnsToGroupMap

java.util.Map<K,V> columnsToGroupMap

includeMetadata

boolean includeMetadata

Package com.metamatrix.modeler.core.metadata.runtime

Package com.metamatrix.modeler.core.util

Class com.metamatrix.modeler.core.util.ColumnRecordComparator extends java.lang.Object implements Serializable


Package com.metamatrix.platform.admin.api

Class com.metamatrix.platform.admin.api.EntitlementMigrationReport extends java.lang.Object implements Serializable

Serialized Fields

sourceVDB

java.lang.String sourceVDB

targetVDB

java.lang.String targetVDB

entries

java.util.List<E> entries

Class com.metamatrix.platform.admin.api.RuntimeStateChangeEvent extends java.util.EventObject implements Serializable


Package com.metamatrix.platform.admin.api.exception

Class com.metamatrix.platform.admin.api.exception.MetaMatrixAdminException extends MetaMatrixProcessingException implements Serializable

Class com.metamatrix.platform.admin.api.exception.PermissionNodeException extends MetaMatrixAdminException implements Serializable

Serialized Fields

resourceName

java.lang.String resourceName

Class com.metamatrix.platform.admin.api.exception.PermissionNodeNotActionableException extends PermissionNodeException implements Serializable

Class com.metamatrix.platform.admin.api.exception.PermissionNodeNotFoundException extends PermissionNodeException implements Serializable

Class com.metamatrix.platform.admin.api.exception.ProductNotRegisteredException extends MetaMatrixAdminException implements Serializable

Class com.metamatrix.platform.admin.api.exception.UnknownProductOrSubsystemException extends MetaMatrixAdminException implements Serializable


Package com.metamatrix.platform.admin.api.runtime

Class com.metamatrix.platform.admin.api.runtime.ComponentData extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

deployed

boolean deployed
indicates if component is in operational configuration


registered

boolean registered
indicated if component exists in registry


hashCode

int hashCode

Class com.metamatrix.platform.admin.api.runtime.HostData extends ComponentData implements Serializable

Serialized Fields

processes

java.util.Collection<E> processes

properties

java.util.Properties properties

Class com.metamatrix.platform.admin.api.runtime.ProcessData extends ComponentData implements Serializable

Serialized Fields

pscs

java.util.Collection<E> pscs
Map of ServiceID to ServiceRegistryBindings


defnID

ComponentDefnID defnID
defines vm in configuration


hostName

java.lang.String hostName
Name of host this process belongs to.


port

java.lang.String port

Class com.metamatrix.platform.admin.api.runtime.PSCData extends ComponentData implements Serializable

Serialized Fields

services

java.util.Collection<E> services
Collection of serviceData objects


pscID

PscID pscID
defines vm in configuration

Class com.metamatrix.platform.admin.api.runtime.PscID extends java.lang.Object implements Serializable

Serialized Fields

pscConfigID

ProductServiceConfigID pscConfigID
defines psc in configuration


processName

java.lang.String processName
Name of process that owns this psc


hashCode

int hashCode

Class com.metamatrix.platform.admin.api.runtime.ServiceData extends ComponentData implements Serializable

Serialized Fields

serviceID

ServiceID serviceID
Identifies service for purpose of looking up in registry


currentState

int currentState
Current state of service, this is updated by the service framework whenever the state changes


stateChangeTime

java.util.Date stateChangeTime
Time of the last state change


essential

boolean essential
indicates if service is an essential service


deployedComponent

DeployedComponent deployedComponent

defnID

ComponentDefnID defnID
defines service in configuration


queueNames

java.util.Collection<E> queueNames
queue names for service


initError

java.lang.Throwable initError
initialization Exception

Class com.metamatrix.platform.admin.api.runtime.SystemState extends java.lang.Object implements Serializable

Serialized Fields

hosts

java.util.Collection<E> hosts

Package com.metamatrix.platform.admin.apiimpl

Class com.metamatrix.platform.admin.apiimpl.AuthorizationAdminAPIImpl extends SubSystemAdminAPIImpl implements Serializable

Serialized Fields

roleRealm

AuthorizationRealm roleRealm

authAdmin

AuthorizationServiceInterface authAdmin

Class com.metamatrix.platform.admin.apiimpl.ConfigurationAdminAPIImpl extends SubSystemAdminAPIImpl implements Serializable

Serialized Fields

configAdmin

ConfigurationServiceInterface configAdmin

Class com.metamatrix.platform.admin.apiimpl.ExtensionSourceAdminAPIImpl extends SubSystemAdminAPIImpl implements Serializable

Serialized Fields

extensionSourceManager

ExtensionModuleManager extensionSourceManager

Class com.metamatrix.platform.admin.apiimpl.MembershipAdminAPIImpl extends SubSystemAdminAPIImpl implements Serializable

Serialized Fields

membAdmin

MembershipServiceInterface membAdmin

Class com.metamatrix.platform.admin.apiimpl.PermissionDataNodeDefinitionImpl extends ObjectDefinitionImpl implements Serializable

Serialized Fields

type

int type

Class com.metamatrix.platform.admin.apiimpl.PermissionDataNodeImpl extends BasicTreeNode implements Serializable

Serialized Fields

actionsCreatedWith

int actionsCreatedWith

descendantActions

int descendantActions

actions

AuthorizationActions actions

allowedActions

AuthorizationActions allowedActions

isHidden

boolean isHidden

isPhysical

boolean isPhysical

hashCode

int hashCode

Class com.metamatrix.platform.admin.apiimpl.RuntimeStateAdminAPIImpl extends SubSystemAdminAPIImpl implements Serializable

Serialized Fields

configAdmin

ConfigurationServiceInterface configAdmin

listeners

java.util.Set<E> listeners

helper

RuntimeStateAdminAPIHelper helper

logReader

LogReader logReader

registry

ClusteredRegistryState registry

Class com.metamatrix.platform.admin.apiimpl.SessionAdminAPIImpl extends SubSystemAdminAPIImpl implements Serializable

Serialized Fields

sessAdmin

SessionServiceInterface sessAdmin

Class com.metamatrix.platform.admin.apiimpl.SubSystemAdminAPIImpl extends java.lang.Object implements Serializable


Package com.metamatrix.platform.config.event

Class com.metamatrix.platform.config.event.ConfigurationChangeEvent extends java.util.EventObject implements Serializable

Serialized Fields

ids

java.util.Collection<E> ids

id

BaseID id

action

int action

Package com.metamatrix.platform.config.spi.xml

Class com.metamatrix.platform.config.spi.xml.ConfigTransactionException extends TransactionException implements Serializable

Serialized Fields

transState

java.lang.String transState

Package com.metamatrix.platform.registry

Class com.metamatrix.platform.registry.HostControllerRegistryBinding extends java.lang.Object implements Serializable

Serialized Fields

hostControllerStub

java.lang.Object hostControllerStub
remote reference


hostName

java.lang.String hostName

hostProperties

java.util.Properties hostProperties

Class com.metamatrix.platform.registry.ProcessRegistryBinding extends java.lang.Object implements Serializable

Serialized Fields

hostName

java.lang.String hostName
Host that this VM belongs to.


processName

java.lang.String processName
Name of vm


alive

boolean alive

vmControllerStub

java.lang.Object vmControllerStub
Remote reference to VMController


vmComponent

VMComponentDefn vmComponent
defines vm in configuration

Class com.metamatrix.platform.registry.ResourceAlreadyBoundException extends MetaMatrixComponentException implements Serializable

Class com.metamatrix.platform.registry.ResourceNotBoundException extends MetaMatrixComponentException implements Serializable

Class com.metamatrix.platform.registry.ServiceRegistryBinding extends java.lang.Object implements Serializable

Serialized Fields

serviceID

ServiceID serviceID
Identifies service for purpose of looking up in registry


serviceStub

java.lang.Object serviceStub
remote reference


serviceType

java.lang.String serviceType
type of service


componentType

java.lang.String componentType
component type


deployedName

java.lang.String deployedName
Name of deployed service


hostName

java.lang.String hostName
Name of host this service is running on


instanceName

java.lang.String instanceName
Instance name


currentState

int currentState
Current state of service, this is updated by the service framework whenever the state changes


stateChangeTime

java.util.Date stateChangeTime
Time of the last state change


essential

boolean essential
indicates if service is an essential service


deployedComponent

DeployedComponent deployedComponent
defines service in configuration


pscID

ProductServiceConfigID pscID
identifies psc this service belongs to.


queueNames

java.util.Collection<E> queueNames
collection of queue names for service


initException

java.lang.Throwable initException
Exception during initialization


Package com.metamatrix.platform.security.api

Class com.metamatrix.platform.security.api.AbstractAuthorizationObjectEditor extends AbstractObjectEditor implements Serializable

serialVersionUID: -3690038844414207808L

Class com.metamatrix.platform.security.api.AuthorizationObjectEditor extends AbstractAuthorizationObjectEditor implements Serializable

serialVersionUID: 5799168432068176908L

Class com.metamatrix.platform.security.api.AuthorizationPermission extends java.lang.Object implements Serializable

Serialized Fields

resource

AuthorizationResource resource
The resource of this permission; generally the name of the resource to which this rule applies. This is a required attributed.


realm

AuthorizationRealm realm
The realm in which this permission belongs.


factoryClassName

java.lang.String factoryClassName
The name of the factory that can create this permission.


contentModifier

java.lang.String contentModifier
The optional content modifier that should be used as an additional criteria for queries to this resource.


hashCode

int hashCode
The cached value of the hash code for this object.


PRIME

int PRIME

actions

AuthorizationActions actions

Class com.metamatrix.platform.security.api.AuthorizationPermissionsImpl extends java.lang.Object implements Serializable

Serialized Fields

thePermissions

java.util.Set<E> thePermissions

lockObj

java.lang.Object lockObj

readOnly

boolean readOnly

Class com.metamatrix.platform.security.api.AuthorizationPolicy extends java.lang.Object implements Serializable

Serialized Fields

principals

java.util.Set<E> principals
Contains principal name


permissions

AuthorizationPermissions permissions

authorizationPolicyID

AuthorizationPolicyID authorizationPolicyID

Class com.metamatrix.platform.security.api.AuthorizationPolicyID extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
The immutable name for the policy.


description

java.lang.String description
The policy description.


displayName

java.lang.String displayName
Console display name for this policy.


realm

AuthorizationRealm realm
The AuthorizationRealm that this policy belongs in (usually - but not limited to - a VDB version).

Class com.metamatrix.platform.security.api.AuthorizationRealm extends java.lang.Object implements Serializable

Serialized Fields

superRealmName

java.lang.String superRealmName

subRealmName

java.lang.String subRealmName

description

java.lang.String description

hashCode

int hashCode
The cached value of the hash code for this object.

Class com.metamatrix.platform.security.api.BasicAuthorizationPermission extends AuthorizationPermission implements Serializable

Class com.metamatrix.platform.security.api.BasicAuthorizationPermissionFactory extends java.lang.Object implements Serializable

Class com.metamatrix.platform.security.api.BasicMetaMatrixPrincipal extends java.lang.Object implements Serializable

Serialized Fields

type

int type

name

java.lang.String name

unmodifiableGroupNames

java.util.Set<E> unmodifiableGroupNames

Class com.metamatrix.platform.security.api.Credentials extends java.lang.Object implements Serializable

Serialized Fields

credentials

char[] credentials

Class com.metamatrix.platform.security.api.DataAccessResource extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

canonicalName

java.lang.String canonicalName

isRecursive

boolean isRecursive

Class com.metamatrix.platform.security.api.GranteeEntitlementEntry extends java.lang.Object implements Serializable

Serialized Fields

grantee

MetaMatrixPrincipalName grantee

grantor

java.lang.String grantor

allowedActions

AuthorizationActions allowedActions

identifier

java.lang.String identifier

Class com.metamatrix.platform.security.api.LogonResult extends java.lang.Object implements Serializable

Serialized Fields

sessionID

MetaMatrixSessionID sessionID

timeZone

java.util.TimeZone timeZone

productInfo

java.util.Properties productInfo

userName

java.lang.String userName

pingInterval

long pingInterval

clusterName

java.lang.String clusterName

Class com.metamatrix.platform.security.api.MetaMatrixPrincipalName extends java.lang.Object implements Serializable

Serialized Fields

type

int type

name

java.lang.String name

Class com.metamatrix.platform.security.api.MetaMatrixPrincipalNames extends java.lang.Object implements Serializable

Serialized Fields

groupNames

java.util.Set<E> groupNames

userNames

java.util.Set<E> userNames

Class com.metamatrix.platform.security.api.MetaMatrixSessionID extends java.lang.Object implements Serializable

serialVersionUID: -7872739911360962975L

Serialized Fields

id

java.util.UUID id

Class com.metamatrix.platform.security.api.MetaMatrixSessionInfo extends java.lang.Object implements Serializable

serialVersionUID: -9120197553960136239L

Serialized Fields

sessionToken

SessionToken sessionToken

lastPingTime

long lastPingTime

timeCreated

long timeCreated

timeStateChanged

long timeStateChanged

applicationName

java.lang.String applicationName

state

int state

product

java.lang.String product

productInfo

java.util.Properties productInfo

clientIp

java.lang.String clientIp

clientHostname

java.lang.String clientHostname

trustedToken

java.io.Serializable trustedToken

Class com.metamatrix.platform.security.api.SessionToken extends java.lang.Object implements Serializable

serialVersionUID: -2853708320435636107L

Serialized Fields

sessionID

MetaMatrixSessionID sessionID
The session ID


userName

java.lang.String userName

Class com.metamatrix.platform.security.api.StandardAuthorizationActions extends java.lang.Object implements Serializable

Serialized Fields

actions

int actions

label

java.lang.String label

labels

java.lang.String[] labels

labelCollection

java.util.Collection<E> labelCollection

Class com.metamatrix.platform.security.api.UserEntitlementInfo extends java.lang.Object implements Serializable

Serialized Fields

VDBName

java.lang.String VDBName

VDBVersion

java.lang.String VDBVersion

groupName

java.lang.String groupName

eleName

java.lang.String eleName

granteeMap

java.util.Map<K,V> granteeMap

Package com.metamatrix.platform.security.audit

Class com.metamatrix.platform.security.audit.AuditMessage extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Package com.metamatrix.platform.security.audit.config

Class com.metamatrix.platform.security.audit.config.AuditConfigurationException extends MetaMatrixComponentException implements Serializable

Class com.metamatrix.platform.security.audit.config.BasicAuditConfiguration extends java.lang.Object implements Serializable

Serialized Fields

discardedContexts

java.util.Set<E> discardedContexts

unmodifiableContexts

java.util.Set<E> unmodifiableContexts

auditLevel

int auditLevel

Package com.metamatrix.platform.security.audit.destination

Class com.metamatrix.platform.security.audit.destination.AuditDestinationInitFailedException extends MetaMatrixComponentException implements Serializable


Package com.metamatrix.platform.security.authorization.spi

Class com.metamatrix.platform.security.authorization.spi.AuthorizationSourceConnectionException extends AuthorizationSourceException implements Serializable

Class com.metamatrix.platform.security.authorization.spi.AuthorizationSourceException extends MetaMatrixSecurityException implements Serializable


Package com.metamatrix.platform.security.membership.service

Class com.metamatrix.platform.security.membership.service.FailedAuthenticationToken extends java.lang.Object implements Serializable

Class com.metamatrix.platform.security.membership.service.SuccessfulAuthenticationToken extends java.lang.Object implements Serializable

Serialized Fields

payload

java.io.Serializable payload

username

java.lang.String username

domainName

java.lang.String domainName

Package com.metamatrix.platform.security.membership.spi

Class com.metamatrix.platform.security.membership.spi.MembershipSourceException extends MetaMatrixSecurityException implements Serializable


Package com.metamatrix.platform.security.util

Class com.metamatrix.platform.security.util.RolePermission extends AuthorizationPermission implements Serializable

Class com.metamatrix.platform.security.util.RolePermissionFactory extends java.lang.Object implements Serializable


Package com.metamatrix.platform.service.api

Class com.metamatrix.platform.service.api.ServiceID extends java.lang.Object implements Serializable

Serialized Fields

id

long id

hostName

java.lang.String hostName

processName

java.lang.String processName

Package com.metamatrix.platform.service.api.event

Class com.metamatrix.platform.service.api.event.ServiceEvent extends java.util.EventObject implements Serializable

Serialized Fields

serviceID

ServiceID serviceID

serviceEvent

ServiceEvent serviceEvent

Package com.metamatrix.platform.service.api.exception

Class com.metamatrix.platform.service.api.exception.ServiceClosedException extends ServiceStateException implements Serializable

Class com.metamatrix.platform.service.api.exception.ServiceException extends MetaMatrixRuntimeException implements Serializable

Class com.metamatrix.platform.service.api.exception.ServiceNotFoundException extends ServiceException implements Serializable

Class com.metamatrix.platform.service.api.exception.ServiceNotInitializedException extends ServiceStateException implements Serializable

Class com.metamatrix.platform.service.api.exception.ServiceStateException extends ServiceException implements Serializable

Class com.metamatrix.platform.service.api.exception.ServiceSuspendedException extends ServiceStateException implements Serializable


Package com.metamatrix.platform.vm.controller

Class com.metamatrix.platform.vm.controller.ProcessStatistics extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

totalMemory

long totalMemory

freeMemory

long freeMemory

threadCount

int threadCount

socketListenerStats

SocketListenerStats socketListenerStats

processPoolStats

WorkerPoolStats processPoolStats

Class com.metamatrix.platform.vm.controller.SocketListenerStats extends java.lang.Object implements Serializable

Serialized Fields

objectsRead

long objectsRead

objectsWritten

long objectsWritten

sockets

int sockets

maxSockets

int maxSockets

Package com.metamatrix.query.function

Class com.metamatrix.query.function.FunctionDescriptor extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

pushdown

int pushdown

types

java.lang.Class<T>[] types

returnType

java.lang.Class<T> returnType

hash

int hash

requiresContext

boolean requiresContext

nullDependent

boolean nullDependent

deterministic

int deterministic

Class com.metamatrix.query.function.FunctionForm extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

description

java.lang.String description

category

java.lang.String category

inputParamNames

java.util.List<E> inputParamNames

inputParamDescs

java.util.List<E> inputParamDescs

outputParamName

java.lang.String outputParamName

outputParamDesc

java.lang.String outputParamDesc

Package com.metamatrix.query.function.metadata

Class com.metamatrix.query.function.metadata.FunctionMethod extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

description

java.lang.String description

category

java.lang.String category

pushdown

int pushdown

invocationClass

java.lang.String invocationClass

invocationMethod

java.lang.String invocationMethod

nullDependent

boolean nullDependent

deterministic

int deterministic

inputParameters

FunctionParameter[] inputParameters

outputParameter

FunctionParameter outputParameter

Class com.metamatrix.query.function.metadata.FunctionParameter extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

type

java.lang.String type

description

java.lang.String description

isVarArg

boolean isVarArg

Class com.metamatrix.query.function.metadata.InvalidFunctionItem extends ReportItem implements Serializable

Serialized Fields

method

FunctionMethod method

Package com.metamatrix.query.mapping.relational

Class com.metamatrix.query.mapping.relational.QueryNode extends java.lang.Object implements Serializable

Serialized Fields

groupName

java.lang.String groupName

query

java.lang.String query

bindings

java.util.List<E> bindings

command

Command command

Package com.metamatrix.query.mapping.xml

Class com.metamatrix.query.mapping.xml.MappingAllNode extends MappingBaseNode implements Serializable

Class com.metamatrix.query.mapping.xml.MappingAttribute extends MappingNode implements Serializable

Serialized Fields

symbol

ElementSymbol symbol

position

int position

namespace

Namespace namespace

Class com.metamatrix.query.mapping.xml.MappingBaseNode extends MappingNode implements Serializable

Serialized Fields

recursionId

java.lang.String recursionId

Class com.metamatrix.query.mapping.xml.MappingChoiceNode extends MappingBaseNode implements Serializable

Class com.metamatrix.query.mapping.xml.MappingCommentNode extends MappingNode implements Serializable

Class com.metamatrix.query.mapping.xml.MappingCriteriaNode extends MappingBaseNode implements Serializable

Serialized Fields

defalt

boolean defalt

criteriaGroups

java.util.List<E> criteriaGroups

criteriaNode

Criteria criteriaNode

Class com.metamatrix.query.mapping.xml.MappingDocument extends MappingBaseNode implements Serializable

Serialized Fields

root

MappingBaseNode root

formatted

boolean formatted

encoding

java.lang.String encoding

name

java.lang.String name

Class com.metamatrix.query.mapping.xml.MappingElement extends MappingBaseNode implements Serializable

Serialized Fields

symbol

ElementSymbol symbol

position

int position

namespace

Namespace namespace

Class com.metamatrix.query.mapping.xml.MappingException extends java.lang.Exception implements Serializable

Class com.metamatrix.query.mapping.xml.MappingNode extends java.lang.Object implements Serializable

Serialized Fields

parent

MappingNode parent
The parent of this node, null if root.


children

java.util.LinkedList<E> children
Child nodes, usually just 1 or 2, but occasionally more


nodeProperties

java.util.Map<K,V> nodeProperties
node properties, as defined in NodeConstants.Properties.

Class com.metamatrix.query.mapping.xml.MappingRecursiveElement extends MappingElement implements Serializable

Serialized Fields

criteriaGroups

java.util.List<E> criteriaGroups

criteriaNode

Criteria criteriaNode

Class com.metamatrix.query.mapping.xml.MappingSequenceNode extends MappingBaseNode implements Serializable

Class com.metamatrix.query.mapping.xml.MappingSourceNode extends MappingBaseNode implements Serializable

Serialized Fields

symbolMap

java.util.Map<K,V> symbolMap

Class com.metamatrix.query.mapping.xml.Namespace extends java.lang.Object implements Serializable

Serialized Fields

prefix

java.lang.String prefix

uri

java.lang.String uri

Package com.metamatrix.query.metadata

Class com.metamatrix.query.metadata.GroupInfo extends java.lang.Object implements Serializable

serialVersionUID: 5724520038004637086L

Serialized Fields

idToSymbolMap

java.util.Map<K,V> idToSymbolMap

symbolList

java.util.List<E> symbolList

shortNameToSymbolMap

java.util.Map<K,V> shortNameToSymbolMap

Class com.metamatrix.query.metadata.StoredProcedureInfo extends java.lang.Object implements Serializable

Serialized Fields

modelID

java.lang.Object modelID

procedureID

java.lang.Object procedureID

parameters

java.util.List<E> parameters

callableName

java.lang.String callableName

query

QueryNode query

updateCount

int updateCount

Class com.metamatrix.query.metadata.TempMetadataID extends java.lang.Object implements Serializable

Serialized Fields

ID

java.lang.String ID

position

int position

type

java.lang.Class<T> type

elements

java.util.List<E> elements

originalMetadataID

java.lang.Object originalMetadataID

isVirtual

boolean isVirtual

isTempTable

boolean isTempTable

accessPatterns

java.util.Collection<E> accessPatterns

cardinality

int cardinality

localCache

LRUCache<K,V> localCache

scalarGroup

boolean scalarGroup

Class com.metamatrix.query.metadata.TempMetadataStore extends java.lang.Object implements Serializable

Serialized Fields

tempGroups

java.util.Map<K,V> tempGroups

Package com.metamatrix.query.optimizer.capabilities

Class com.metamatrix.query.optimizer.capabilities.BasicSourceCapabilities extends java.lang.Object implements Serializable

Serialized Fields

scope

SourceCapabilities.Scope scope

capabilityMap

java.util.Map<K,V> capabilityMap

functionMap

java.util.Map<K,V> functionMap

propertyMap

java.util.Map<K,V> propertyMap

Package com.metamatrix.query.parser

Class com.metamatrix.query.parser.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor

currentToken

com.metamatrix.query.parser.Token currentToken

expectedTokenSequences

int[][] expectedTokenSequences

tokenImage

java.lang.String[] tokenImage

eol

java.lang.String eol

Class com.metamatrix.query.parser.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode

Package com.metamatrix.query.processor.relational

Class com.metamatrix.query.processor.relational.ListNestedSortComparator extends java.lang.Object implements Serializable

Serialized Fields

sortParameters

int[] sortParameters
Specifies which fields to sort on.


ascendingOrder

boolean ascendingOrder
Indicates whether comparision should be based on ascending or descending order.


orderTypes

java.util.List<E> orderTypes
List of booleans indicating the order in which each column should be sorted


Package com.metamatrix.query.report

Class com.metamatrix.query.report.ActivityReport extends java.lang.Object implements Serializable

Serialized Fields

reportType

java.lang.String reportType
Type of report


items

java.util.Collection<E> items
Holder for report items. Holds collection of ReportItems.


types

java.util.Collection<E> types
Holder for report item types. Holds collection of Strings.

Class com.metamatrix.query.report.ReportItem extends java.lang.Object implements Serializable

Serialized Fields

type

java.lang.String type

message

java.lang.String message

Package com.metamatrix.query.sql

Package com.metamatrix.query.sql.lang

Class com.metamatrix.query.sql.lang.AbstractCompareCriteria extends PredicateCriteria implements Serializable

Serialized Fields

leftExpression

Expression leftExpression
The left-hand expression.


operator

int operator
The operator used in the clause.

See Also:
AbstractCompareCriteria.EQ, AbstractCompareCriteria.NE, AbstractCompareCriteria.LT, AbstractCompareCriteria.GT, AbstractCompareCriteria.LE, AbstractCompareCriteria.GE

Class com.metamatrix.query.sql.lang.AbstractSetCriteria extends PredicateCriteria implements Serializable

Serialized Fields

expression

Expression expression
The left expression


negated

boolean negated
Negation flag. Indicates whether the criteria expression contains a NOT.

Class com.metamatrix.query.sql.lang.AtomicCriteria extends LogicalCriteria implements Serializable

Serialized Fields

criteria

Criteria criteria
The single sub criteria

Class com.metamatrix.query.sql.lang.BatchedUpdateCommand extends Command implements Serializable

Serialized Fields

commands

java.util.List<E> commands

Class com.metamatrix.query.sql.lang.BetweenCriteria extends PredicateCriteria implements Serializable

Serialized Fields

expression

Expression expression

lowerExpression

Expression lowerExpression

upperExpression

Expression upperExpression

negated

boolean negated
Negation flag. Indicates whether the criteria expression contains a NOT.

Class com.metamatrix.query.sql.lang.BulkInsert extends Insert implements Serializable

Serialized Fields

rowValues

java.util.List<E> rowValues

Class com.metamatrix.query.sql.lang.Command extends java.lang.Object implements Serializable

Serialized Fields

tempGroupIDs

java.util.Map<K,V> tempGroupIDs
All temporary group IDs discovered while resolving this command. The key is a TempMetadataID and the value is an ordered List of TempMetadataID representing the elements.


isResolved

boolean isResolved

virtualGroup

GroupSymbol virtualGroup

variableValues

java.util.Map<K,V> variableValues
holds variable values found during resolution until they can be used during processing


option

Option option
The option clause

Class com.metamatrix.query.sql.lang.CompareCriteria extends AbstractCompareCriteria implements Serializable

Serialized Fields

rightExpression

Expression rightExpression
The right-hand expression.

Class com.metamatrix.query.sql.lang.CompoundCriteria extends LogicalCriteria implements Serializable

Serialized Fields

criteria

java.util.List<E> criteria
The criterias.


operator

int operator
The logical operator.

Class com.metamatrix.query.sql.lang.Create extends Command implements Serializable

Serialized Fields

table

GroupSymbol table
Identifies the table to be created.


columns

java.util.List<E> columns

Class com.metamatrix.query.sql.lang.Criteria extends java.lang.Object implements Serializable

Class com.metamatrix.query.sql.lang.Delete extends PreparedBatchUpdate implements Serializable

Serialized Fields

group

GroupSymbol group
Identifies the group to delete data from.


criteria

Criteria criteria
The criteria specifying constraints on what data will be deleted.

Class com.metamatrix.query.sql.lang.DependentSetCriteria extends AbstractSetCriteria implements Serializable

Serialized Fields

valueIteratorSource

ValueIteratorSource valueIteratorSource
Specifies who will provide the value iterator later during execution. The ValueIterator is typically not ready yet, so we can't hold it directly.


valueExpression

Expression valueExpression
Specifies the expression whose values we want to return in the iterator

Class com.metamatrix.query.sql.lang.Drop extends Command implements Serializable

Serialized Fields

table

GroupSymbol table
Identifies the table to be dropped.

Class com.metamatrix.query.sql.lang.DynamicCommand extends Command implements Serializable

Serialized Fields

sql

Expression sql

asColumns

java.util.List<E> asColumns

intoGroup

GroupSymbol intoGroup

updatingModelCount

int updatingModelCount

using

SetClauseList using

asClauseSet

boolean asClauseSet

Class com.metamatrix.query.sql.lang.ExistsCriteria extends PredicateCriteria implements Serializable

Serialized Fields

command

Command command

valueIterator

ValueIterator valueIterator

Class com.metamatrix.query.sql.lang.From extends java.lang.Object implements Serializable

Serialized Fields

clauses

java.util.List<E> clauses

Class com.metamatrix.query.sql.lang.FromClause extends java.lang.Object implements Serializable

Serialized Fields

optional

boolean optional

makeDep

boolean makeDep

makeNotDep

boolean makeNotDep

Class com.metamatrix.query.sql.lang.GroupBy extends java.lang.Object implements Serializable

Serialized Fields

symbols

java.util.List<E> symbols
The set of expressions for the data elements to be group.

Class com.metamatrix.query.sql.lang.Insert extends PreparedBatchUpdate implements Serializable

Serialized Fields

group

GroupSymbol group
Identifies the group to be udpdated.


variables

java.util.List<E> variables
list of column variables, null = all columns


values

java.util.List<E> values
List of Expressions, required


queryExpression

QueryCommand queryExpression

Class com.metamatrix.query.sql.lang.Into extends java.lang.Object implements Serializable

Serialized Fields

group

GroupSymbol group

Class com.metamatrix.query.sql.lang.IsNullCriteria extends PredicateCriteria implements Serializable

Serialized Fields

expression

Expression expression

negated

boolean negated
Negation flag. Indicates whether the criteria expression contains a NOT.

Class com.metamatrix.query.sql.lang.JoinPredicate extends FromClause implements Serializable

Serialized Fields

leftClause

FromClause leftClause

rightClause

FromClause rightClause

joinType

JoinType joinType

joinCriteria

java.util.List<E> joinCriteria

Class com.metamatrix.query.sql.lang.JoinType extends java.lang.Object implements Serializable

Serialized Fields

type

int type

Class com.metamatrix.query.sql.lang.Limit extends java.lang.Object implements Serializable

Serialized Fields

offset

Expression offset

rowLimit

Expression rowLimit

Class com.metamatrix.query.sql.lang.LogicalCriteria extends Criteria implements Serializable

Class com.metamatrix.query.sql.lang.MatchCriteria extends PredicateCriteria implements Serializable

Serialized Fields

leftExpression

Expression leftExpression
The left-hand expression.


rightExpression

Expression rightExpression
The right-hand expression.


escapeChar

char escapeChar
The escape character or '' if there is none


negated

boolean negated
Negation flag. Indicates whether the criteria expression contains a NOT.

Class com.metamatrix.query.sql.lang.NotCriteria extends AtomicCriteria implements Serializable

Class com.metamatrix.query.sql.lang.Option extends java.lang.Object implements Serializable

Serialized Fields

showPlan

boolean showPlan

debug

boolean debug

makeDependentGroups

java.util.List<E> makeDependentGroups

makeNotDependentGroups

java.util.List<E> makeNotDependentGroups

planOnly

boolean planOnly

noCacheGroups

java.util.List<E> noCacheGroups

noCache

boolean noCache

Class com.metamatrix.query.sql.lang.OrderBy extends java.lang.Object implements Serializable

Serialized Fields

sortOrder

java.util.List<E> sortOrder

orderTypes

java.util.List<E> orderTypes

inPlanForm

boolean inPlanForm

Class com.metamatrix.query.sql.lang.PredicateCriteria extends Criteria implements Serializable

Class com.metamatrix.query.sql.lang.PreparedBatchUpdate extends ProcedureContainer implements Serializable

Serialized Fields

parameterReferences

java.util.List<E> parameterReferences

updatingModelCount

int updatingModelCount

Class com.metamatrix.query.sql.lang.ProcedureContainer extends Command implements Serializable

Serialized Fields

subCommands

java.util.List<E> subCommands
This is a little hack to maintain a list of at most 1


updateCount

int updateCount

Class com.metamatrix.query.sql.lang.Query extends QueryCommand implements Serializable

Serialized Fields

select

Select select
The select clause.


from

From from
The from clause.


criteria

Criteria criteria
The criteria specifying constraints on what data will be retrieved.


groupBy

GroupBy groupBy
The group by specifying how to group rows.


having

Criteria having
The having specifying which group rows will be returned.


isXML

boolean isXML
XML flag


into

Into into
The into clause.


selectList

java.util.List<E> selectList
xml projected symbols

Class com.metamatrix.query.sql.lang.QueryCommand extends Command implements Serializable

Serialized Fields

orderBy

OrderBy orderBy
The order in which to sort the results


limit

Limit limit
Limit on returned rows

Class com.metamatrix.query.sql.lang.Select extends java.lang.Object implements Serializable

Serialized Fields

symbols

java.util.List<E> symbols
The set of symbols for the data elements to be selected.


distinct

boolean distinct
Flag for whether duplicate removal should be performed on the results

Class com.metamatrix.query.sql.lang.SetClause extends java.lang.Object implements Serializable

serialVersionUID: 8174681510498719451L

Serialized Fields

symbol

ElementSymbol symbol

value

Expression value

Class com.metamatrix.query.sql.lang.SetClauseList extends java.lang.Object implements Serializable

serialVersionUID: 8174681510498719451L

Serialized Fields

setClauses

java.util.List<E> setClauses

Class com.metamatrix.query.sql.lang.SetCriteria extends AbstractSetCriteria implements Serializable

Serialized Fields

values

java.util.Collection<E> values
The set of value expressions

Class com.metamatrix.query.sql.lang.SetQuery extends QueryCommand implements Serializable

Serialized Fields

all

boolean all

operation

SetQuery.Operation operation

leftQuery

QueryCommand leftQuery

rightQuery

QueryCommand rightQuery

projectedTypes

java.util.List<E> projectedTypes

Class com.metamatrix.query.sql.lang.SPParameter extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

parameterType

int parameterType

classType

java.lang.Class<T> classType

expression

Expression expression

index

int index

resultSetColumns

java.util.List<E> resultSetColumns

resultSetIDs

java.util.List<E> resultSetIDs

metadataID

java.lang.Object metadataID

usingDefault

boolean usingDefault

Class com.metamatrix.query.sql.lang.StoredProcedure extends ProcedureContainer implements Serializable

Serialized Fields

mapOfParameters

java.util.Map<K,V> mapOfParameters
Used as parameters


resultSetParameterKey

java.lang.Integer resultSetParameterKey
Used to reference result set parameter if there is any


procedureName

java.lang.String procedureName

procedureID

java.lang.Object procedureID

modelID

java.lang.Object modelID

callableName

java.lang.String callableName

returnsScalarValue

boolean returnsScalarValue

group

GroupSymbol group

displayNamedParameters

boolean displayNamedParameters

isCallableStatement

boolean isCallableStatement

Class com.metamatrix.query.sql.lang.SubqueryCompareCriteria extends AbstractCompareCriteria implements Serializable

Serialized Fields

predicateQuantifier

int predicateQuantifier

command

Command command

valueIterator

ValueIterator valueIterator

Class com.metamatrix.query.sql.lang.SubqueryFromClause extends FromClause implements Serializable

Serialized Fields

symbol

GroupSymbol symbol

command

Command command

Class com.metamatrix.query.sql.lang.SubquerySetCriteria extends AbstractSetCriteria implements Serializable

Serialized Fields

command

Command command

valueIterator

ValueIterator valueIterator

Class com.metamatrix.query.sql.lang.UnaryFromClause extends FromClause implements Serializable

Serialized Fields

group

GroupSymbol group

expandedCommand

Command expandedCommand

Class com.metamatrix.query.sql.lang.Update extends PreparedBatchUpdate implements Serializable

Serialized Fields

group

GroupSymbol group
Identifies the group to be udpdated.


changeList

SetClauseList changeList

criteria

Criteria criteria
optional criteria defining which row get updated.

Class com.metamatrix.query.sql.lang.XQuery extends Command implements Serializable

Serialized Fields

xQuery

java.lang.String xQuery

compiledXQuery

XQueryExpression compiledXQuery

Package com.metamatrix.query.sql.proc

Class com.metamatrix.query.sql.proc.AssignmentStatement extends Statement implements Serializable

Serialized Fields

variable

ElementSymbol variable

value

LanguageObject value

Class com.metamatrix.query.sql.proc.Block extends java.lang.Object implements Serializable

Serialized Fields

statements

java.util.List<E> statements

Class com.metamatrix.query.sql.proc.BreakStatement extends Statement implements Serializable

Class com.metamatrix.query.sql.proc.CommandStatement extends Statement implements Serializable

Serialized Fields

command

Command command

Class com.metamatrix.query.sql.proc.ContinueStatement extends Statement implements Serializable

Class com.metamatrix.query.sql.proc.CreateUpdateProcedureCommand extends Command implements Serializable

Serialized Fields

block

Block block

symbolMap

java.util.Map<K,V> symbolMap

userCommand

Command userCommand

isUpdateProcedure

boolean isUpdateProcedure

projectedSymbols

java.util.List<E> projectedSymbols

parentProjectSymbols

java.util.List<E> parentProjectSymbols

resultsCommand

Command resultsCommand

Class com.metamatrix.query.sql.proc.CriteriaSelector extends java.lang.Object implements Serializable

Serialized Fields

selectorType

int selectorType

elements

java.util.List<E> elements

Class com.metamatrix.query.sql.proc.DeclareStatement extends AssignmentStatement implements Serializable

Serialized Fields

varType

java.lang.String varType

Class com.metamatrix.query.sql.proc.HasCriteria extends PredicateCriteria implements Serializable

Serialized Fields

criteriaSelector

CriteriaSelector criteriaSelector

Class com.metamatrix.query.sql.proc.IfStatement extends Statement implements Serializable

Serialized Fields

ifBlock

Block ifBlock

elseBlock

Block elseBlock

condition

Criteria condition

Class com.metamatrix.query.sql.proc.LoopStatement extends Statement implements Serializable

Serialized Fields

cursorName

java.lang.String cursorName

loopBlock

Block loopBlock

query

Command query

Class com.metamatrix.query.sql.proc.RaiseErrorStatement extends AssignmentStatement implements Serializable

Class com.metamatrix.query.sql.proc.Statement extends java.lang.Object implements Serializable

Class com.metamatrix.query.sql.proc.TranslateCriteria extends PredicateCriteria implements Serializable

Serialized Fields

criteriaSelector

CriteriaSelector criteriaSelector

translations

java.util.List<E> translations

Class com.metamatrix.query.sql.proc.WhileStatement extends Statement implements Serializable

Serialized Fields

whileBlock

Block whileBlock

condition

Criteria condition

Package com.metamatrix.query.sql.symbol

Class com.metamatrix.query.sql.symbol.AbstractCaseExpression extends java.lang.Object implements Serializable

Serialized Fields

type

java.lang.Class<T> type
The type that this case expression will resolve to.


then

java.util.List<E> then
Ordered List containing Expression objects.


elseExpression

Expression elseExpression
The (optional) expression in the ELSE part of the expression

Class com.metamatrix.query.sql.symbol.AggregateSymbol extends ExpressionSymbol implements Serializable

Serialized Fields

aggregate

java.lang.String aggregate

distinct

boolean distinct

Class com.metamatrix.query.sql.symbol.AliasSymbol extends SingleElementSymbol implements Serializable

Serialized Fields

symbol

SingleElementSymbol symbol

Class com.metamatrix.query.sql.symbol.AllInGroupSymbol extends MultipleElementSymbol implements Serializable

Class com.metamatrix.query.sql.symbol.AllSymbol extends MultipleElementSymbol implements Serializable

Class com.metamatrix.query.sql.symbol.CaseExpression extends AbstractCaseExpression implements Serializable

Serialized Fields

expression

Expression expression
The expression whose evaluation is being tested in this case expression.


when

java.util.List<E> when
Ordered List of Expressions in the WHEN parts of this expression.

Class com.metamatrix.query.sql.symbol.Constant extends java.lang.Object implements Serializable

Serialized Fields

value

java.lang.Object value

type

java.lang.Class<T> type

Class com.metamatrix.query.sql.symbol.ElementSymbol extends SingleElementSymbol implements Serializable

Serialized Fields

groupSymbol

GroupSymbol groupSymbol

metadataID

java.lang.Object metadataID

type

java.lang.Class<T> type

isExternalReference

boolean isExternalReference

displayMode

ElementSymbol.DisplayMode displayMode

Class com.metamatrix.query.sql.symbol.ExpressionSymbol extends SingleElementSymbol implements Serializable

Serialized Fields

expression

Expression expression

derivedExpression

boolean derivedExpression

Class com.metamatrix.query.sql.symbol.Function extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

args

Expression[] args

type

java.lang.Class<T> type

descriptor

FunctionDescriptor descriptor

implicit

boolean implicit

Class com.metamatrix.query.sql.symbol.GroupSymbol extends Symbol implements Serializable

Serialized Fields

definition

java.lang.String definition
Definition of the symbol, may be null


metadataID

java.lang.Object metadataID
Actual metadata ID


isTempTable

boolean isTempTable

isProcedure

boolean isProcedure

outputDefinition

java.lang.String outputDefinition

Class com.metamatrix.query.sql.symbol.MultipleElementSymbol extends SelectSymbol implements Serializable

Serialized Fields

elementSymbols

java.util.List<E> elementSymbols

Class com.metamatrix.query.sql.symbol.Reference extends java.lang.Object implements Serializable

Serialized Fields

refIndex

int refIndex

expression

Expression expression

correlated

boolean correlated

positional

boolean positional

Class com.metamatrix.query.sql.symbol.ScalarSubquery extends java.lang.Object implements Serializable

Serialized Fields

command

Command command

type

java.lang.Class<T> type

hashCode

int hashCode

valueIterator

ValueIterator valueIterator

Class com.metamatrix.query.sql.symbol.SearchedCaseExpression extends AbstractCaseExpression implements Serializable

Serialized Fields

when

java.util.List<E> when
Ordered List of Criteria in the WHEN parts of this expression.

Class com.metamatrix.query.sql.symbol.SelectSymbol extends Symbol implements Serializable

Class com.metamatrix.query.sql.symbol.SingleElementSymbol extends SelectSymbol implements Serializable

Class com.metamatrix.query.sql.symbol.Symbol extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
Name of the symbol Prior to resolving it is the name as entered in the query, after resolving it is the fully qualified name.


canonicalName

java.lang.String canonicalName
upper case of name


outputName

java.lang.String outputName
Prior to resolving null, after resolving it is the exact string entered in the query. The AliasGenerator can also set this value as necessary for the data tier.


Package com.metamatrix.query.validator

Class com.metamatrix.query.validator.ValidatorFailure extends ReportItem implements Serializable

Class com.metamatrix.query.validator.ValidatorReport extends ActivityReport implements Serializable


Package com.metamatrix.script.shell

Class com.metamatrix.script.shell.JConsole extends javax.swing.JScrollPane implements Serializable

Serialized Fields

outPipe

java.io.OutputStream outPipe

inPipe

java.io.InputStream inPipe

in

java.io.InputStream in

out

java.io.PrintStream out

mmparser

SimpleParser mmparser

cmdStart

int cmdStart

history

java.util.Vector<E> history

startedLine

java.lang.String startedLine

histLine

int histLine

menu

javax.swing.JPopupMenu menu

text

javax.swing.JTextPane text

nameCompletion

bsh.util.NameCompletion nameCompletion

SHOW_AMBIG_MAX

int SHOW_AMBIG_MAX

gotUp

boolean gotUp

ZEROS

java.lang.String ZEROS

Package com.metamatrix.server.admin.api

Package com.metamatrix.server.admin.apiimpl

Class com.metamatrix.server.admin.apiimpl.MaterializationLoadScriptsImpl extends java.lang.Object implements Serializable

Serialized Fields

truncateFileName

java.lang.String truncateFileName

truncateFileContents

byte[] truncateFileContents

loadFileName

java.lang.String loadFileName

loadFileContents

byte[] loadFileContents

swapFileName

java.lang.String swapFileName

swapFileContents

byte[] swapFileContents

conPropsFileName

java.lang.String conPropsFileName

conPropsFileContents

byte[] conPropsFileContents

createFileName

java.lang.String createFileName

createFileContents

byte[] createFileContents

Class com.metamatrix.server.admin.apiimpl.QueryAdminAPIImpl extends SubSystemAdminAPIImpl implements Serializable

Serialized Fields

queryAdmin

QueryServiceInterface queryAdmin

Class com.metamatrix.server.admin.apiimpl.RuntimeMetadataAdminAPIImpl extends SubSystemAdminAPIImpl implements Serializable

Class com.metamatrix.server.admin.apiimpl.TransactionAdminAPIImpl extends SubSystemAdminAPIImpl implements Serializable


Package com.metamatrix.server.dqp.service

Class com.metamatrix.server.dqp.service.RemoteResultsReceiver extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput arg0)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput arg0)
                   throws java.io.IOException
Throws:
java.io.IOException

Package com.metamatrix.server.dqp.service.tracker

Class com.metamatrix.server.dqp.service.tracker.TransactionLogMessage extends java.lang.Object implements Serializable

Serialized Fields

txnUid

java.lang.String txnUid

point

short point

status

short status

sessionUid

java.lang.String sessionUid

applicationName

java.lang.String applicationName

principal

java.lang.String principal

vdbName

java.lang.String vdbName

vdbVersion

java.lang.String vdbVersion

beginTimeStamp

java.lang.String beginTimeStamp

endTimeStamp

java.lang.String endTimeStamp

requestId

java.lang.String requestId

sql

java.lang.String sql

nodeID

long nodeID

modelName

java.lang.String modelName

cbName

java.lang.String cbName

rowCount

int rowCount

subTxnUid

java.lang.String subTxnUid

tableDest

short tableDest

Package com.metamatrix.server.serverapi

Class com.metamatrix.server.serverapi.RequestInfo extends java.lang.Object implements Serializable

Serialized Fields

requestID

RequestID requestID

command

java.lang.String command

token

SessionToken token

submittedTimestamp

java.util.Date submittedTimestamp

processingTimestamp

java.util.Date processingTimestamp

isSubscription

boolean isSubscription

nodeID

int nodeID

connectorBindingUUID

java.lang.String connectorBindingUUID

transactionId

java.lang.String transactionId

Package com.metamatrix.soap.exceptions

Class com.metamatrix.soap.exceptions.SOAPProcessingException extends MetaMatrixCoreException implements Serializable


Package com.metamatrix.soap.object

Class com.metamatrix.soap.object.WSDLUrl extends java.lang.Object implements Serializable

Serialized Fields

scheme

java.lang.String scheme

host

java.lang.String host

port

java.lang.String port

vdbName

java.lang.String vdbName

version

java.lang.String version

appName

java.lang.String appName

Package com.metamatrix.soap.servlet

Class com.metamatrix.soap.servlet.MMDiscoverWSDLServlet extends MMGetWSDLServlet implements Serializable

Serialized Fields

mmServer

java.lang.String mmServer
MM Server host/port/protocol


mmProtocol

java.lang.String mmProtocol

Class com.metamatrix.soap.servlet.MMGetVDBResourceServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

dataServiceEndpoint

java.lang.String dataServiceEndpoint
DataService Endpoint

Class com.metamatrix.soap.servlet.MMGetWSDLServlet extends MMGetVDBResourceServlet implements Serializable

Serialized Fields

mmServer

java.lang.String mmServer
MM Server host/port/protocol


mmProtocol

java.lang.String mmProtocol

Class com.metamatrix.soap.servlet.WSDLURLGenerator extends javax.servlet.http.HttpServlet implements Serializable


Package com.metamatrix.soap.sqlquerywebservice.helper

Class com.metamatrix.soap.sqlquerywebservice.helper.SqlQueryWebServiceFault extends java.lang.Exception implements Serializable


Package com.metamatrix.soap.sqlquerywebservice.service

Class com.metamatrix.soap.sqlquerywebservice.service.SqlQueryWebServiceFault extends org.apache.axis2.AxisFault implements Serializable


Package com.metamatrix.soap.util

Class com.metamatrix.soap.util.XMLTranslationException extends MetaMatrixException implements Serializable


Package com.metamatrix.toolbox.event

Class com.metamatrix.toolbox.event.UserPreferencesEvent extends java.util.EventObject implements Serializable

Serialized Fields

newProps

java.util.Properties newProps

oldProps

java.util.Properties oldProps

differences

java.util.Properties differences

Package com.metamatrix.toolbox.property

Class com.metamatrix.toolbox.property.VetoedChangeEvent extends java.util.EventObject implements Serializable

Serialized Fields

prop

java.lang.String prop

val

java.lang.Object val

Package com.metamatrix.toolbox.ui.callback

Class com.metamatrix.toolbox.ui.callback.CallbackChoicesDialogPanel extends DialogPanel implements Serializable

Serialized Fields

callback

Callback callback

responseSet

boolean responseSet

Package com.metamatrix.toolbox.ui.widget

Class com.metamatrix.toolbox.ui.widget.AboutDialog extends DialogWindow implements Serializable

Class com.metamatrix.toolbox.ui.widget.AboutPanel extends DialogPanel implements Serializable

Class com.metamatrix.toolbox.ui.widget.AccumulatorPanel extends DialogPanel implements Serializable

Serialized Fields

useRevisedLayout

boolean useRevisedLayout

initAvailVals

java.util.List<E> initAvailVals

availValModel

javax.swing.DefaultListModel availValModel

valModel

javax.swing.DefaultListModel valModel

availValList

ListWidget availValList

valList

ListWidget valList

rightButton

ButtonWidget rightButton

allRightButton

ButtonWidget allRightButton

leftButton

ButtonWidget leftButton

allLeftButton

ButtonWidget allLeftButton

upButton

ButtonWidget upButton

downButton

ButtonWidget downButton

addButton

ButtonWidget addButton

removeButton

ButtonWidget removeButton

resetButton

ButtonWidget resetButton

additionalButtons

javax.swing.JButton[] additionalButtons

allowsNewVals

boolean allowsNewVals

allowsReorderingVals

boolean allowsReorderingVals

valListButtonPanel

javax.swing.Box valListButtonPanel

listPrefSize

java.awt.Dimension listPrefSize

availValHdr

LabelWidget availValHdr

valHdr

LabelWidget valHdr

minAllowed

int minAllowed

maxAllowed

int maxAllowed

spacer

SpacerWidget spacer

comparator

java.util.Comparator<T> comparator

Class com.metamatrix.toolbox.ui.widget.ButtonWidget extends javax.swing.JButton implements Serializable

Serialized Fields

iconTextGap

int iconTextGap

pressedShift

int pressedShift

textFmt

java.lang.String textFmt

focusTraversable

boolean focusTraversable

Class com.metamatrix.toolbox.ui.widget.CalendarPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

_calendarFormatter

java.text.SimpleDateFormat _calendarFormatter

calendarShowing

boolean calendarShowing

_date

java.util.Calendar _date

_dayFormatter

java.text.SimpleDateFormat _dayFormatter

listeners

javax.swing.event.EventListenerList listeners

_monthFormatter

java.text.SimpleDateFormat _monthFormatter

_showCal

boolean _showCal

_showTime

boolean _showTime

_specialFormatter

java.text.SimpleDateFormat _specialFormatter

selectedColor

java.awt.Color selectedColor

originalColor

java.awt.Color originalColor

_readOnly

boolean _readOnly

_showToday

boolean _showToday

bSkipFocusLost

boolean bSkipFocusLost

listenerMouse

com.metamatrix.toolbox.ui.widget.CalendarPanel.ListenerMouse listenerMouse

focusListener

com.metamatrix.toolbox.ui.widget.CalendarPanel.MyFocusListener focusListener

owner

java.awt.Frame owner

btnCalendar

ButtonWidget btnCalendar

btnClear

ButtonWidget btnClear

calWindow

com.metamatrix.toolbox.ui.widget.CalendarPanel.CalendarWindow calWindow

iconUp

ArrowIcon iconUp

iconDown

ArrowIcon iconDown

txfDate

TextFieldWidget txfDate

Class com.metamatrix.toolbox.ui.widget.CheckBox extends javax.swing.JCheckBox implements Serializable

Serialized Fields

boxBkgdColor

java.awt.Color boxBkgdColor

boxDisabledBkgdColor

java.awt.Color boxDisabledBkgdColor

Class com.metamatrix.toolbox.ui.widget.ComboButtonWidget extends javax.swing.JPanel implements Serializable

Serialized Fields

popupListButton

ButtonWidget popupListButton

cycleButton

ButtonWidget cycleButton

displayListPopupMenu

javax.swing.JPopupMenu displayListPopupMenu

detailsOnIcon

javax.swing.Icon detailsOnIcon

cycleButtonIcon

javax.swing.Icon cycleButtonIcon

popupListButtonIcon

javax.swing.Icon popupListButtonIcon

choicesList

java.lang.String[] choicesList

popupListButtonToolTipText

java.lang.String popupListButtonToolTipText

cycleButtonToolTipText

java.lang.String cycleButtonToolTipText

choicesMenuItemArray

javax.swing.JRadioButtonMenuItem[] choicesMenuItemArray

Class com.metamatrix.toolbox.ui.widget.ConfigurationPanel extends DialogPanel implements Serializable

Serialized Fields

applyButton

ButtonWidget applyButton

Class com.metamatrix.toolbox.ui.widget.DialogPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

content

java.awt.Component content

contentPanel

java.awt.Container contentPanel

bar

javax.swing.JComponent bar

acceptButtons

java.util.List<E> acceptButtons

cancelButton

ButtonWidget cancelButton

helpButton

ButtonWidget helpButton

selectedButton

ButtonWidget selectedButton

wdw

java.awt.Window wdw

layout

java.awt.LayoutManager layout

nextNdx

int nextNdx

canAccept

boolean canAccept

canCancel

boolean canCancel

selectionListener

java.awt.event.ActionListener selectionListener

Class com.metamatrix.toolbox.ui.widget.DialogWindow extends javax.swing.JDialog implements Serializable

Serialized Fields

dlgPanel

DialogPanel dlgPanel

listeners

java.util.List<E> listeners

Class com.metamatrix.toolbox.ui.widget.DirectoryChooserPanel extends DialogPanel implements Serializable

Serialized Fields

panelType

int panelType

showingTable

boolean showingTable

showNewFolderButton

boolean showNewFolderButton

showFilterComboBox

boolean showFilterComboBox

showDetailsButton

boolean showDetailsButton

allowFolderCreation

boolean allowFolderCreation

multiSelectionAllowed

boolean multiSelectionAllowed

filenameSelectionAllowed

boolean filenameSelectionAllowed

panel

javax.swing.JPanel panel

bottomDetailsPanel

javax.swing.JPanel bottomDetailsPanel

topButtonsPanel

javax.swing.JPanel topButtonsPanel

topDetailsPanel

javax.swing.JPanel topDetailsPanel

folderComboBox

javax.swing.JComboBox folderComboBox

filterComboBox

javax.swing.JComboBox filterComboBox

filenameTextField

TextFieldWidget filenameTextField

table

DirectoryEntryTable table

INVALID_FILENAME_MSG

java.lang.String INVALID_FILENAME_MSG

PROTECTED_PARENT_MSG

java.lang.String PROTECTED_PARENT_MSG

list

javax.swing.JList list

centralPanel

javax.swing.JScrollPane centralPanel

upButton

ButtonWidget upButton

newFolderButton

ButtonWidget newFolderButton

detailsButton

ButtonWidget detailsButton

fileNamePanel

javax.swing.JPanel fileNamePanel

selectedFilter

DirectoryEntryFilter selectedFilter

passThruDirectoryEntryFilter

PassThroughDirectoryEntryFilter passThruDirectoryEntryFilter

chooserFilters

DirectoryEntryFilter[] chooserFilters

directoryEntryView

DirectoryEntryView directoryEntryView

selectedDirectoryEntry

DirectoryEntry selectedDirectoryEntry

existingDirectoryEntry

DirectoryEntry existingDirectoryEntry

homeDirectoryEntry

DirectoryEntry homeDirectoryEntry

parentDirectoryEntry

DirectoryEntry parentDirectoryEntry

treeNodeEditor

DirectoryEntryEditor treeNodeEditor

fileTypeLabel

LabelWidget fileTypeLabel

rootsList

java.util.Collection<E> rootsList

propertiesToShow

java.util.Collection<E> propertiesToShow

rootsToShow

java.util.Collection<E> rootsToShow

selectedDirectoryEntries

java.util.Collection<E> selectedDirectoryEntries

acceptsFolders

boolean acceptsFolders

tmpModelerOverride

boolean tmpModelerOverride

tableCellRenderer

javax.swing.table.TableCellRenderer tableCellRenderer

listCellRenderer

javax.swing.ListCellRenderer listCellRenderer

tableMouseListener

java.awt.event.MouseListener tableMouseListener

listMouseListener

java.awt.event.MouseListener listMouseListener

tableSelectionListener

javax.swing.event.ListSelectionListener tableSelectionListener

nameFldUpdating

boolean nameFldUpdating

Class com.metamatrix.toolbox.ui.widget.DirectoryEntryTable extends PropertiedObjectArrayTable implements Serializable

Serialized Fields

directoryEntryView

DirectoryEntryView directoryEntryView

showProperties

java.util.Collection<E> showProperties

Class com.metamatrix.toolbox.ui.widget.ErrorDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

ERROR_DIALOG_WIDTH

int ERROR_DIALOG_WIDTH

ERROR_DIALOG_HEIGHT_H

int ERROR_DIALOG_HEIGHT_H

WHOLE_DIALOG_HEIGHT_H

int WHOLE_DIALOG_HEIGHT_H

WHOLE_DIALOG_HEIGHT_W

int WHOLE_DIALOG_HEIGHT_W

detailsPressed

boolean detailsPressed

detailsButton

ButtonWidget detailsButton

okButton

ButtonWidget okButton

upperPanel

javax.swing.JPanel upperPanel

outerPanel

javax.swing.JPanel outerPanel

lowerPanel

javax.swing.JPanel lowerPanel

detailsText

java.lang.String detailsText

buttonPanel

javax.swing.JPanel buttonPanel

saveButton

ButtonWidget saveButton

msgLabel

LabelWidget msgLabel

msgArea

javax.swing.JTextArea msgArea

linePanel

javax.swing.JPanel linePanel

excMsgPanel

javax.swing.JPanel excMsgPanel

excMsgLayout

java.awt.GridBagLayout excMsgLayout

rowCount

int rowCount

detailLabel

LabelWidget detailLabel

detailArea

javax.swing.JTextArea detailArea

scrollPane

javax.swing.JScrollPane scrollPane

font

java.awt.Font font

excepLabel

LabelWidget excepLabel

excepField

javax.swing.JComboBox excepField

lowerPanelLayout

java.awt.GridBagLayout lowerPanelLayout

outerPanelLayout

java.awt.GridBagLayout outerPanelLayout

statementArea

LabelWidget statementArea

stateReasonPanel

javax.swing.JPanel stateReasonPanel

reasonArea

javax.swing.JTextArea reasonArea

outterButtonPanel

javax.swing.JPanel outterButtonPanel

savesLastFileLoc

boolean savesLastFileLoc

throwables

java.util.List<E> throwables

throwableNames

java.util.List<E> throwableNames

Class com.metamatrix.toolbox.ui.widget.IntegerSpinner extends javax.swing.JPanel implements Serializable

Serialized Fields

doc

javax.swing.text.Document doc
The document used in the textfield.


docUpdateInProgress

boolean docUpdateInProgress
Indicates if a document update is in progress. This is needed because a write lock would occur when a setValue was called from outside this class. This causes the document to be updated and a setValue to be called again.


max

int max
The maximum allowed value.


min

int min
The minimum allowed value.


increment

int increment
The amount of each increment or decrement.


pad

boolean pad
Indicates if leading zeroes will be displayed.


value

int value
The current value.


width

int width
The length of a string representation of the maximum value.


wrap

boolean wrap
Indicates if the spinner should wrap from max to min (and vice versa) values.


minWidth

int minWidth

constructed

boolean constructed

listeners

javax.swing.event.EventListenerList listeners
EventListener list


downMouseListener

com.metamatrix.toolbox.ui.widget.IntegerSpinner.IntegerSpinnerMouseListener downMouseListener

upMouseListener

com.metamatrix.toolbox.ui.widget.IntegerSpinner.IntegerSpinnerMouseListener upMouseListener

btnDown

com.metamatrix.toolbox.ui.widget.IntegerSpinner.IgnoreButton btnDown

btnUp

com.metamatrix.toolbox.ui.widget.IntegerSpinner.IgnoreButton btnUp

pnlButtons

javax.swing.JPanel pnlButtons

txf

TextFieldWidget txf

Class com.metamatrix.toolbox.ui.widget.LabelWidget extends javax.swing.JLabel implements Serializable

Serialized Fields

textFmt

java.lang.String textFmt

Class com.metamatrix.toolbox.ui.widget.ListWidget extends javax.swing.JList implements Serializable

Serialized Fields

isClipTipEnabled

boolean isClipTipEnabled

popupMenuFactory

PopupMenuFactory popupMenuFactory

Class com.metamatrix.toolbox.ui.widget.LoggingPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

logList

javax.swing.JList logList

cb

javax.swing.JComboBox cb

listGroup

javax.swing.ButtonGroup listGroup

logAllContextsButton

javax.swing.JRadioButton logAllContextsButton

logSelectedContextsButton

javax.swing.JRadioButton logSelectedContextsButton

Class com.metamatrix.toolbox.ui.widget.LoginPanel extends DialogPanel implements Serializable

Serialized Fields

labels

java.util.ArrayList<E> labels

nameFld

TextFieldWidget nameFld

pwdFld

javax.swing.JPasswordField pwdFld

sysFld

javax.swing.JComboBox sysFld

loginIcon

javax.swing.Icon loginIcon

enterKeyAction

javax.swing.Action enterKeyAction

Class com.metamatrix.toolbox.ui.widget.MessagePanel extends DialogPanel implements Serializable

Serialized Fields

id

java.lang.String id

type

java.lang.String type

msg

java.lang.String msg

icon

javax.swing.Icon icon

detailComp

javax.swing.JComponent detailComp

detailButton

ButtonWidget detailButton

INSET_PIXELS

int INSET_PIXELS

Class com.metamatrix.toolbox.ui.widget.MultiLineToolTip extends javax.swing.JToolTip implements Serializable

Serialized Fields

maxWidth

int maxWidth

Class com.metamatrix.toolbox.ui.widget.PasswordButton extends ButtonWidget implements Serializable

Serialized Fields

pwd

char[] pwd

dlgTitle

java.lang.String dlgTitle

encryptor

Encryptor encryptor

Class com.metamatrix.toolbox.ui.widget.PopupMenu extends javax.swing.JPopupMenu implements Serializable

Class com.metamatrix.toolbox.ui.widget.PropertiedObjectArrayTable extends TreeNodeTableWidget implements Serializable

Serialized Fields

propertyCount

int propertyCount

propertiedObjectEditor

PropertiedObjectEditor propertiedObjectEditor

propertiedObjects

java.util.Collection<E> propertiedObjects

propertiedObjectsArray

java.lang.Object[] propertiedObjectsArray

propDefnsToShow

java.util.Collection<E> propDefnsToShow

propertyDefinitions

java.util.List<E> propertyDefinitions

emptyMessage

java.lang.String emptyMessage

renderer

javax.swing.table.DefaultTableCellRenderer renderer

Class com.metamatrix.toolbox.ui.widget.ScrollWidget extends javax.swing.JScrollPane implements Serializable

Class com.metamatrix.toolbox.ui.widget.SeparatorWidget extends javax.swing.JSeparator implements Serializable

Serialized Fields

getsOrientationFromToolBarParent

boolean getsOrientationFromToolBarParent

toolbarParent

ToolBar toolbarParent

Class com.metamatrix.toolbox.ui.widget.SpacerWidget extends javax.swing.JComponent implements Serializable

Class com.metamatrix.toolbox.ui.widget.SplashPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

wth

int wth

Class com.metamatrix.toolbox.ui.widget.SplashWindow extends javax.swing.JWindow implements Serializable

Serialized Fields

splashPanel

SplashPanel splashPanel

status

javax.swing.JLabel status

Class com.metamatrix.toolbox.ui.widget.Splitter extends javax.swing.JSplitPane implements Serializable

Serialized Fields

weight

double weight

Class com.metamatrix.toolbox.ui.widget.SplitterShadowBorder extends javax.swing.border.AbstractBorder implements Serializable

Class com.metamatrix.toolbox.ui.widget.TableWidget extends javax.swing.JTable implements Serializable

Serialized Fields

model

EnhancedTableModel model

colModel

EnhancedTableColumnModel colModel

filters

java.util.List<E> filters

isSortable

boolean isSortable

sorter

TableSorter sorter

comparator

TableComparator comparator

allowsMultipleColumnSorting

boolean allowsMultipleColumnSorting

modelRowMap

java.util.List<E> modelRowMap

sizingColumns

boolean sizingColumns

remainingDeltaColNdx

int remainingDeltaColNdx

popupMenuFactory

PopupMenuFactory popupMenuFactory

Class com.metamatrix.toolbox.ui.widget.TextFieldWidget extends javax.swing.JTextField implements Serializable

Serialized Fields

colWthChr

char colWthChr

colWth

int colWth

isClipTipEnabled

boolean isClipTipEnabled

isErrorTipEnabled

boolean isErrorTipEnabled

menu

javax.swing.JPopupMenu menu

menuCtrlr

java.awt.event.MouseListener menuCtrlr

maxLen

int maxLen

Class com.metamatrix.toolbox.ui.widget.TextPane extends javax.swing.JTextPane implements Serializable

Serialized Fields

sPrintHeader

java.lang.String sPrintHeader

iTitlePos

int iTitlePos

lblTitle

LabelWidget lblTitle

Class com.metamatrix.toolbox.ui.widget.TitledBorder extends javax.swing.border.TitledBorder implements Serializable

Class com.metamatrix.toolbox.ui.widget.ToolBar extends javax.swing.JToolBar implements Serializable

Serialized Fields

buttons

java.awt.Container buttons

leftButton

javax.swing.plaf.basic.BasicArrowButton leftButton

rightButton

javax.swing.plaf.basic.BasicArrowButton rightButton

port

javax.swing.JViewport port

listenerRegistry

java.util.Hashtable<K,V> listenerRegistry

Class com.metamatrix.toolbox.ui.widget.TreeNodeTableWidget extends TableWidget implements Serializable

Serialized Fields

editor

TreeNodeEditor editor

view

TreeView view

nodes

java.util.List<E> nodes

defs

java.util.List<E> defs

emptyTableColName

java.lang.String emptyTableColName

dndCtrlr

DragAndDropController dndCtrlr

Class com.metamatrix.toolbox.ui.widget.TreeWidget extends javax.swing.JTree implements Serializable

Serialized Fields

model

javax.swing.tree.TreeModel model

isClipTipEnabled

boolean isClipTipEnabled

popupMenuFactory

PopupMenuFactory popupMenuFactory

dndCtrlr

TreeNodeDragAndDropController dndCtrlr

modelListener

javax.swing.event.TreeModelListener modelListener

vetoListener

VetoedChangeListener vetoListener

Class com.metamatrix.toolbox.ui.widget.URLLabelWidget extends LabelWidget implements Serializable

Serialized Fields

clickRect

java.awt.Rectangle clickRect

Class com.metamatrix.toolbox.ui.widget.URLTextFieldWidget extends TextFieldWidget implements Serializable

Serialized Fields

dragged

boolean dragged

clickRect

java.awt.Rectangle clickRect

enableClick

boolean enableClick

overrideHyperlinkClick

boolean overrideHyperlinkClick

Class com.metamatrix.toolbox.ui.widget.WizardPanel extends DialogPanel implements Serializable

Serialized Fields

pages

java.util.Collection<E> pages

backButton

ButtonWidget backButton

nextButton

ButtonWidget nextButton

finishButton

ButtonWidget finishButton

pgNdx

int pgNdx

prefSize

java.awt.Dimension prefSize

Package com.metamatrix.toolbox.ui.widget.button

Class com.metamatrix.toolbox.ui.widget.button.CheckBoxModel extends javax.swing.JToggleButton.ToggleButtonModel implements Serializable

Serialized Fields

isPartiallySelected

boolean isPartiallySelected

Class com.metamatrix.toolbox.ui.widget.button.ToggleButtonBorder extends javax.swing.plaf.basic.BasicBorders.ButtonBorder implements Serializable


Package com.metamatrix.toolbox.ui.widget.event

Class com.metamatrix.toolbox.ui.widget.event.WidgetActionEvent extends java.awt.event.ActionEvent implements Serializable

Serialized Fields

isProcessing

boolean isProcessing

isDestroyed

boolean isDestroyed

Package com.metamatrix.toolbox.ui.widget.list

Class com.metamatrix.toolbox.ui.widget.list.DefaultListCellRenderer extends LabelWidget implements Serializable

Serialized Fields

focusBorder

javax.swing.border.Border focusBorder

noFocusBorder

javax.swing.border.Border noFocusBorder

Class com.metamatrix.toolbox.ui.widget.list.URLListCellRenderer extends URLLabelWidget implements Serializable

Serialized Fields

focusBorder

javax.swing.border.Border focusBorder

noFocusBorder

javax.swing.border.Border noFocusBorder

Package com.metamatrix.toolbox.ui.widget.property

Class com.metamatrix.toolbox.ui.widget.property.DirectoryEntryPropertyComponent extends javax.swing.JPanel implements Serializable

Serialized Fields

currentValue

DirectoryEntry currentValue

fileNameField

TextFieldWidget fileNameField

moreButton

ButtonWidget moreButton

dialogTitle

java.lang.String dialogTitle

initialPath

java.lang.String initialPath

myFocusListenerList

java.util.Collection<E> myFocusListenerList

view

FileSystemView view

hasFocus

boolean hasFocus

Class com.metamatrix.toolbox.ui.widget.property.MultivaluedPropertyComponent extends javax.swing.JPanel implements Serializable

Serialized Fields

dataList

java.util.List<E> dataList

list

ListWidget list

readOnly

boolean readOnly

def

PropertyDefinition def

removeButton

ButtonWidget removeButton

hasFocus

boolean hasFocus

ndx

int ndx

editor

PropertiedObjectEditor editor

obj

PropertiedObject obj

buttonBox

javax.swing.Box buttonBox

focusListener

java.awt.event.FocusListener focusListener

Class com.metamatrix.toolbox.ui.widget.property.ObjectReferencePropertyComponent extends MultivaluedPropertyComponent implements Serializable

Serialized Fields

handler

ObjectReferenceHandler handler

dfn

PropertyDefinition dfn

propertiedObject

PropertiedObject propertiedObject

propertiedObjectEditor

PropertiedObjectEditor propertiedObjectEditor

currentValue

java.lang.Object currentValue

adapter

PropertyChangeAdapter adapter

navigateButton

ButtonWidget navigateButton

Class com.metamatrix.toolbox.ui.widget.property.PropertiedObjectPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

propObj

PropertiedObject propObj

propComps

javax.swing.JComponent[][] propComps

adapter

PropertyChangeAdapter adapter

editor

PropertiedObjectEditor editor

xActionSrc

java.lang.Object xActionSrc

propsPanel

javax.swing.JPanel propsPanel

hdr

javax.swing.JPanel hdr

scroller

javax.swing.JScrollPane scroller

nameColLabel

LabelWidget nameColLabel

valColLabel

LabelWidget valColLabel

factory

PropertyComponentFactory factory

showHidden

boolean showHidden

showExpert

boolean showExpert

showToolTips

boolean showToolTips

showRequired

boolean showRequired

showInvalid

boolean showInvalid

showOptional

boolean showOptional

readOnlyForced

boolean readOnlyForced

propertiesToFilterOut

java.util.Collection<E> propertiesToFilterOut

propertiesToDisplay

java.util.Collection<E> propertiesToDisplay

currentWth

int currentWth

isFocusCycleRoot

boolean isFocusCycleRoot

Class com.metamatrix.toolbox.ui.widget.property.PropertyDefinitionLabel extends LabelWidget implements Serializable

Serialized Fields

def

PropertyDefinition def

showRequiredProperties

boolean showRequiredProperties

Class com.metamatrix.toolbox.ui.widget.property.PropertySelectionEvent extends java.awt.AWTEvent implements Serializable

Serialized Fields

def

PropertyDefinition def

Package com.metamatrix.toolbox.ui.widget.table

Class com.metamatrix.toolbox.ui.widget.table.AbstractTableFilterOptionPanel extends javax.swing.JPanel implements Serializable

Class com.metamatrix.toolbox.ui.widget.table.AbstractTableOptionPanel extends javax.swing.JScrollPane implements Serializable

Serialized Fields

table

TableWidget table

colNames

java.lang.String[] colNames

colsPanel

javax.swing.JComponent colsPanel

Class com.metamatrix.toolbox.ui.widget.table.AbstractTableOptionPanel.ColumnPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

btnAnd

ButtonWidget btnAnd

btnDelete

ButtonWidget btnDelete

cbxColumns

javax.swing.JComboBox cbxColumns

Class com.metamatrix.toolbox.ui.widget.table.DefaultTableCellRenderer.DefaultBooleanComponent extends CheckBox implements Serializable

Class com.metamatrix.toolbox.ui.widget.table.DefaultTableCellRenderer.DefaultTextComponent extends LabelWidget implements Serializable

Class com.metamatrix.toolbox.ui.widget.table.DefaultTableColumnModel extends javax.swing.table.DefaultTableColumnModel implements Serializable

Serialized Fields

cols

java.util.List<E> cols

hiddenCols

java.util.List<E> hiddenCols

sortedCols

java.util.List<E> sortedCols

Class com.metamatrix.toolbox.ui.widget.table.DefaultTableHeader extends javax.swing.table.JTableHeader implements Serializable

Serialized Fields

armedColNdx

int armedColNdx

pressedColNdx

int pressedColNdx

filterPanel

AbstractTableFilterOptionPanel filterPanel

optionPanel

TableOptionPanel optionPanel

allOptionsEnabled

boolean allOptionsEnabled

popupMenuEnabled

boolean popupMenuEnabled

Class com.metamatrix.toolbox.ui.widget.table.DefaultTableHeaderRenderer extends TableHeaderButton implements Serializable

Class com.metamatrix.toolbox.ui.widget.table.DefaultTableModel extends javax.swing.table.DefaultTableModel implements Serializable

Serialized Fields

colEditStatusList

java.util.List<E> colEditStatusList

Class com.metamatrix.toolbox.ui.widget.table.EnhancedTableColumn extends javax.swing.table.TableColumn implements Serializable

Serialized Fields

isHidden

boolean isHidden

isSorted

boolean isSorted

isSortedAscending

boolean isSortedAscending

sortPriority

int sortPriority

Class com.metamatrix.toolbox.ui.widget.table.TableHeaderButton extends ButtonWidget implements Serializable

Serialized Fields

table

TableWidget table

col

EnhancedTableColumn col

colModel

EnhancedTableColumnModel colModel

Class com.metamatrix.toolbox.ui.widget.table.TableHideOptionPanel extends AbstractTableOptionPanel implements Serializable

Class com.metamatrix.toolbox.ui.widget.table.TableOptionPanel extends ConfigurationPanel implements Serializable

Serialized Fields

hdr

DefaultTableHeader hdr

sortPanel

TableSortOptionPanel sortPanel

hidePanel

TableHideOptionPanel hidePanel

reorderPanel

TableReorderOptionPanel reorderPanel

Class com.metamatrix.toolbox.ui.widget.table.TableReorderOptionPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

table

TableWidget table

list

ListWidget list

Class com.metamatrix.toolbox.ui.widget.table.TableSortOptionPanel extends AbstractTableOptionPanel implements Serializable


Package com.metamatrix.toolbox.ui.widget.text

Class com.metamatrix.toolbox.ui.widget.text.DefaultTextFieldModel extends javax.swing.text.PlainDocument implements Serializable

Serialized Fields

isModified

boolean isModified

isValid

boolean isValid

validationResult

java.lang.Object validationResult

validChrs

java.util.List<E> validChrs

invalidChrs

java.util.List<E> invalidChrs

validChrRanges

java.util.List<E> validChrRanges

invalidChrRanges

java.util.List<E> invalidChrRanges

validators

java.util.List<E> validators

oldText

java.lang.String oldText

listeners

java.util.List<E> listeners

maxLen

int maxLen

Package com.metamatrix.toolbox.ui.widget.transfer

Class com.metamatrix.toolbox.ui.widget.transfer.Flavor extends java.awt.datatransfer.DataFlavor implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput arg0)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput arg0)
                   throws java.io.IOException
Throws:
java.io.IOException

Package com.metamatrix.toolbox.ui.widget.tree

Class com.metamatrix.toolbox.ui.widget.tree.DefaultTreeCellRenderer extends LabelWidget implements Serializable

Serialized Fields

javaRenderer

javax.swing.tree.DefaultTreeCellRenderer javaRenderer

isFocusBorderDrawnAroundIcon

boolean isFocusBorderDrawnAroundIcon

willDropAboveTarget

boolean willDropAboveTarget

willDropBelowTarget

boolean willDropBelowTarget

willDropOnTarget

boolean willDropOnTarget

Package com.metamatrix.toolbox.ui.widget.util

Class com.metamatrix.toolbox.ui.widget.util.PropertyLoaderException extends java.lang.Exception implements Serializable


Package com.metamatrix.uddi.exception

Class com.metamatrix.uddi.exception.MMUddiException extends java.lang.Exception implements Serializable


Package com.metamatrix.vdb.edit.loader

Class com.metamatrix.vdb.edit.loader.VdbProcessingException extends MetaMatrixProcessingException implements Serializable


Package com.metamatrix.vdb.materialization

Class com.metamatrix.vdb.materialization.DatabaseDialect extends java.lang.Object implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Implemented so that deserialization of this object produces the same value as the serialized.

Throws:
java.io.ObjectStreamException
Serialized Fields

type

java.lang.String type

driverClassname

java.lang.String driverClassname

Package com.metamatrix.vdb.runtime

Class com.metamatrix.vdb.runtime.BasicModelInfo extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

uuid

java.lang.String uuid

version

java.lang.String version

versionDate

java.util.Date versionDate

versionedBy

java.lang.String versionedBy

description

java.lang.String description

isPhysical

boolean isPhysical

requireConnBinding

boolean requireConnBinding

pathInVdb

java.lang.String pathInVdb

bindingNames

java.util.Set<E> bindingNames

multiSourceBindingEnabled

boolean multiSourceBindingEnabled

modelType

int modelType

uri

java.lang.String uri

isVisible

boolean isVisible

ddlFileNamesToFiles

java.util.Map<K,V> ddlFileNamesToFiles

Class com.metamatrix.vdb.runtime.BasicVDBDefn extends BasicVDBInfo implements Serializable

Serialized Fields

connectorTypes

java.util.Map<K,V> connectorTypes
The connector types are optional, if not specified on the import, then the connector type(s) is assumed to already exist in configuration connector type name ComponentType ComponentType


connectorBindings

java.util.Map<K,V> connectorBindings
The connector bindings are optional, if not specified on the import, then the connector binding(s) is assumed to already exist in configuration connector binding name ConnectorBinding ConnectorBinding


vdbcontent

VDBStream vdbcontent
contains the VDB Jar.


validityErrors

java.util.ArrayList<E> validityErrors

status

short status
Controls when the VDB is imported whether its status will be set to active or not.


invalidVDBorModel

boolean invalidVDBorModel

visibilityMap

java.util.Map<K,V> visibilityMap

dataroles

char[] dataroles

headerProperties

java.util.Properties headerProperties

Class com.metamatrix.vdb.runtime.BasicVDBInfo extends java.lang.Object implements Serializable

Serialized Fields

fileName

java.lang.String fileName

name

java.lang.String name

uuid

java.lang.String uuid

desc

java.lang.String desc

created

java.util.Date created

createdBy

java.lang.String createdBy

modelInfos

java.util.Map<K,V> modelInfos

WSDLDefined

boolean WSDLDefined

version

java.lang.String version

Package com.sforce.soap.partner

Class com.sforce.soap.partner.AssignmentRuleHeader extends java.lang.Object implements Serializable

Serialized Fields

assignmentRuleId

java.lang.String assignmentRuleId

useDefaultRule

java.lang.Boolean useDefaultRule

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.CallOptions extends java.lang.Object implements Serializable

Serialized Fields

client

java.lang.String client

defaultNamespace

java.lang.String defaultNamespace

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.ChildRelationship extends java.lang.Object implements Serializable

Serialized Fields

cascadeDelete

boolean cascadeDelete

childSObject

java.lang.String childSObject

field

java.lang.String field

relationshipName

java.lang.String relationshipName

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.DebuggingHeader extends java.lang.Object implements Serializable

Serialized Fields

debugLevel

DebugLevel debugLevel

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.DebuggingInfo extends java.lang.Object implements Serializable

Serialized Fields

debugLog

java.lang.String debugLog

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.DebugLevel extends java.lang.Object implements Serializable

Serialization Methods

readResolve

public java.lang.Object readResolve()
                             throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

_value_

java.lang.String _value_

Class com.sforce.soap.partner.DeletedRecord extends java.lang.Object implements Serializable

Serialized Fields

deletedDate

java.util.Calendar deletedDate

id

java.lang.String id

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.DeleteResult extends java.lang.Object implements Serializable

Serialized Fields

errors

Error[] errors

id

java.lang.String id

success

boolean success

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.DescribeGlobal extends java.lang.Object implements Serializable

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.DescribeGlobalResponse extends java.lang.Object implements Serializable

Serialized Fields

result

DescribeGlobalResult result

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.DescribeGlobalResult extends java.lang.Object implements Serializable

Serialized Fields

encoding

java.lang.String encoding

maxBatchSize

int maxBatchSize

types

java.lang.String[] types

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.DescribeLayout extends java.lang.Object implements Serializable

Serialized Fields

buttonLayoutSection

DescribeLayoutButton[] buttonLayoutSection

detailLayoutSections

DescribeLayoutSection[] detailLayoutSections

editLayoutSections

DescribeLayoutSection[] editLayoutSections

id

java.lang.String id

relatedLists

RelatedList[] relatedLists

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.DescribeLayoutButton extends java.lang.Object implements Serializable

Serialized Fields

custom

boolean custom

label

java.lang.String label

name

java.lang.String name

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.DescribeLayoutComponent extends java.lang.Object implements Serializable

Serialized Fields

displayLines

int displayLines

tabOrder

int tabOrder

type

LayoutComponentType type

value

java.lang.String value

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.DescribeLayoutItem extends java.lang.Object implements Serializable

Serialized Fields

editable

boolean editable

label

java.lang.String label

layoutComponents

DescribeLayoutComponent[] layoutComponents

placeholder

boolean placeholder

required

boolean required

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.DescribeLayoutResponse extends java.lang.Object implements Serializable

Serialized Fields

result

DescribeLayoutResult result

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.DescribeLayoutResult extends java.lang.Object implements Serializable

Serialized Fields

layouts

DescribeLayout[] layouts

recordTypeMappings

RecordTypeMapping[] recordTypeMappings

recordTypeSelectorRequired

boolean recordTypeSelectorRequired

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.DescribeLayoutRow extends java.lang.Object implements Serializable

Serialized Fields

layoutItems

DescribeLayoutItem[] layoutItems

numItems

int numItems

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.DescribeLayoutSection extends java.lang.Object implements Serializable

Serialized Fields

columns

int columns

heading

java.lang.String heading

layoutRows

DescribeLayoutRow[] layoutRows

rows

int rows

useCollapsibleSection

boolean useCollapsibleSection

useHeading

boolean useHeading

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.DescribeLayoutType0 extends java.lang.Object implements Serializable

Serialized Fields

sObjectType

java.lang.String sObjectType

recordTypeIds

java.lang.String[] recordTypeIds

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.DescribeSObject extends java.lang.Object implements Serializable

Serialized Fields

sObjectType

java.lang.String sObjectType

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.DescribeSObjectResponse extends java.lang.Object implements Serializable

Serialized Fields

result

DescribeSObjectResult result

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.DescribeSObjectResult extends java.lang.Object implements Serializable

Serialized Fields

activateable

boolean activateable

childRelationships

ChildRelationship[] childRelationships

createable

boolean createable

custom

boolean custom

deletable

boolean deletable

fields

Field[] fields

keyPrefix

java.lang.String keyPrefix

label

java.lang.String label

labelPlural

java.lang.String labelPlural

layoutable

boolean layoutable

mergeable

boolean mergeable

name

java.lang.String name

queryable

boolean queryable

recordTypeInfos

RecordTypeInfo[] recordTypeInfos

replicateable

boolean replicateable

retrieveable

boolean retrieveable

searchable

boolean searchable

triggerable

java.lang.Boolean triggerable

undeletable

boolean undeletable

updateable

boolean updateable

urlDetail

java.lang.String urlDetail

urlEdit

java.lang.String urlEdit

urlNew

java.lang.String urlNew

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.DescribeSoftphoneLayout extends java.lang.Object implements Serializable

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.DescribeSoftphoneLayoutCallType extends java.lang.Object implements Serializable

Serialized Fields

infoFields

DescribeSoftphoneLayoutInfoField[] infoFields

name

java.lang.String name

sections

DescribeSoftphoneLayoutSection[] sections

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.DescribeSoftphoneLayoutInfoField extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.DescribeSoftphoneLayoutItem extends java.lang.Object implements Serializable

Serialized Fields

itemApiName

java.lang.String itemApiName

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.DescribeSoftphoneLayoutResponse extends java.lang.Object implements Serializable

Serialized Fields

result

DescribeSoftphoneLayoutResult result

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.DescribeSoftphoneLayoutResult extends java.lang.Object implements Serializable

Serialized Fields

callTypes

DescribeSoftphoneLayoutCallType[] callTypes

id

java.lang.String id

name

java.lang.String name

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.DescribeSoftphoneLayoutSection extends java.lang.Object implements Serializable

Serialized Fields

entityApiName

java.lang.String entityApiName

items

DescribeSoftphoneLayoutItem[] items

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.DescribeTab extends java.lang.Object implements Serializable

Serialized Fields

custom

boolean custom

iconUrl

java.lang.String iconUrl

label

java.lang.String label

miniIconUrl

java.lang.String miniIconUrl

sobjectName

java.lang.String sobjectName

url

java.lang.String url

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.DescribeTabs extends java.lang.Object implements Serializable

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.DescribeTabSetResult extends java.lang.Object implements Serializable

Serialized Fields

label

java.lang.String label

logoUrl

java.lang.String logoUrl

namespace

java.lang.String namespace

selected

boolean selected

tabs

DescribeTab[] tabs

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.Email extends java.lang.Object implements Serializable

Serialized Fields

bccSender

java.lang.Boolean bccSender

emailPriority

EmailPriority emailPriority

replyTo

java.lang.String replyTo

saveAsActivity

java.lang.Boolean saveAsActivity

senderDisplayName

java.lang.String senderDisplayName

subject

java.lang.String subject

useSignature

java.lang.Boolean useSignature

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.EmailFileAttachment extends java.lang.Object implements Serializable

Serialized Fields

body

byte[] body

fileName

java.lang.String fileName

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.EmailHeader extends java.lang.Object implements Serializable

Serialized Fields

triggerAutoResponseEmail

boolean triggerAutoResponseEmail

triggerOtherEmail

boolean triggerOtherEmail

triggerUserEmail

boolean triggerUserEmail

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.EmailPriority extends java.lang.Object implements Serializable

Serialization Methods

readResolve

public java.lang.Object readResolve()
                             throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

_value_

java.lang.String _value_

Class com.sforce.soap.partner.EmptyRecycleBinResult extends java.lang.Object implements Serializable

Serialized Fields

errors

Error[] errors

id

java.lang.String id

success

boolean success

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.Error extends java.lang.Object implements Serializable

Serialized Fields

fields

java.lang.String[] fields

message

java.lang.String message

statusCode

StatusCode statusCode

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.Field extends java.lang.Object implements Serializable

Serialized Fields

autoNumber

boolean autoNumber

byteLength

int byteLength

calculated

boolean calculated

calculatedFormula

java.lang.String calculatedFormula

caseSensitive

boolean caseSensitive

controllerName

java.lang.String controllerName

createable

boolean createable

custom

boolean custom

defaultValueFormula

java.lang.String defaultValueFormula

defaultedOnCreate

boolean defaultedOnCreate

dependentPicklist

java.lang.Boolean dependentPicklist

digits

int digits

externalId

java.lang.Boolean externalId

filterable

boolean filterable

htmlFormatted

java.lang.Boolean htmlFormatted

idLookup

boolean idLookup

inlineHelpText

java.lang.String inlineHelpText

label

java.lang.String label

length

int length

name

java.lang.String name

nameField

boolean nameField

namePointing

java.lang.Boolean namePointing

nillable

boolean nillable

picklistValues

PicklistEntry[] picklistValues

precision

int precision

referenceTo

java.lang.String[] referenceTo

relationshipName

java.lang.String relationshipName

relationshipOrder

java.lang.Integer relationshipOrder

restrictedPicklist

boolean restrictedPicklist

scale

int scale

soapType

SoapType soapType

sortable

java.lang.Boolean sortable

type

FieldType type

unique

boolean unique

updateable

boolean updateable

writeRequiresMasterRead

java.lang.Boolean writeRequiresMasterRead

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.FieldType extends java.lang.Object implements Serializable

Serialization Methods

readResolve

public java.lang.Object readResolve()
                             throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

_value_

java.lang.String _value_

Class com.sforce.soap.partner.GetDeleted extends java.lang.Object implements Serializable

Serialized Fields

sObjectType

java.lang.String sObjectType

startDate

java.util.Calendar startDate

endDate

java.util.Calendar endDate

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.GetDeletedResponse extends java.lang.Object implements Serializable

Serialized Fields

result

GetDeletedResult result

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.GetDeletedResult extends java.lang.Object implements Serializable

Serialized Fields

deletedRecords

DeletedRecord[] deletedRecords

earliestDateAvailable

java.util.Calendar earliestDateAvailable

latestDateCovered

java.util.Calendar latestDateCovered

sforceReserved

java.lang.String sforceReserved

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.GetServerTimestamp extends java.lang.Object implements Serializable

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.GetServerTimestampResponse extends java.lang.Object implements Serializable

Serialized Fields

result

GetServerTimestampResult result

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.GetServerTimestampResult extends java.lang.Object implements Serializable

Serialized Fields

timestamp

java.util.Calendar timestamp

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.GetUpdated extends java.lang.Object implements Serializable

Serialized Fields

sObjectType

java.lang.String sObjectType

startDate

java.util.Calendar startDate

endDate

java.util.Calendar endDate

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.GetUpdatedResponse extends java.lang.Object implements Serializable

Serialized Fields

result

GetUpdatedResult result

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.GetUpdatedResult extends java.lang.Object implements Serializable

Serialized Fields

ids

java.lang.String[] ids

latestDateCovered

java.util.Calendar latestDateCovered

sforceReserved

java.lang.String sforceReserved

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.GetUserInfo extends java.lang.Object implements Serializable

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.GetUserInfoResponse extends java.lang.Object implements Serializable

Serialized Fields

result

GetUserInfoResult result

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.GetUserInfoResult extends java.lang.Object implements Serializable

Serialized Fields

accessibilityMode

boolean accessibilityMode

currencySymbol

java.lang.String currencySymbol

orgDefaultCurrencyIsoCode

java.lang.String orgDefaultCurrencyIsoCode

orgHasPersonAccounts

boolean orgHasPersonAccounts

organizationId

java.lang.String organizationId

organizationMultiCurrency

boolean organizationMultiCurrency

organizationName

java.lang.String organizationName

profileId

java.lang.String profileId

roleId

java.lang.String roleId

userDefaultCurrencyIsoCode

java.lang.String userDefaultCurrencyIsoCode

userEmail

java.lang.String userEmail

userFullName

java.lang.String userFullName

userId

java.lang.String userId

userLanguage

java.lang.String userLanguage

userLocale

java.lang.String userLocale

userName

java.lang.String userName

userTimeZone

java.lang.String userTimeZone

userType

java.lang.String userType

userUiSkin

java.lang.String userUiSkin

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.InvalidateSessionsResult extends java.lang.Object implements Serializable

Serialized Fields

errors

Error[] errors

success

boolean success

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.LayoutComponentType extends java.lang.Object implements Serializable

Serialization Methods

readResolve

public java.lang.Object readResolve()
                             throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

_value_

java.lang.String _value_

Class com.sforce.soap.partner.LeadConvert extends java.lang.Object implements Serializable

Serialized Fields

accountId

java.lang.String accountId

contactId

java.lang.String contactId

convertedStatus

java.lang.String convertedStatus

doNotCreateOpportunity

boolean doNotCreateOpportunity

leadId

java.lang.String leadId

opportunityName

java.lang.String opportunityName

overwriteLeadSource

boolean overwriteLeadSource

ownerId

java.lang.String ownerId

sendNotificationEmail

boolean sendNotificationEmail

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.LeadConvertResult extends java.lang.Object implements Serializable

Serialized Fields

accountId

java.lang.String accountId

contactId

java.lang.String contactId

errors

Error[] errors

leadId

java.lang.String leadId

opportunityId

java.lang.String opportunityId

success

boolean success

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.LocaleOptions extends java.lang.Object implements Serializable

Serialized Fields

language

java.lang.String language

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.Login extends java.lang.Object implements Serializable

Serialized Fields

username

java.lang.String username

password

java.lang.String password

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.LoginResponse extends java.lang.Object implements Serializable

Serialized Fields

result

LoginResult result

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.LoginResult extends java.lang.Object implements Serializable

Serialized Fields

metadataServerUrl

java.lang.String metadataServerUrl

passwordExpired

boolean passwordExpired

sandbox

boolean sandbox

serverUrl

java.lang.String serverUrl

sessionId

java.lang.String sessionId

userId

java.lang.String userId

userInfo

GetUserInfoResult userInfo

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.LoginScopeHeader extends java.lang.Object implements Serializable

Serialized Fields

organizationId

java.lang.String organizationId

portalId

java.lang.String portalId

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.Logout extends java.lang.Object implements Serializable

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.LogoutResponse extends java.lang.Object implements Serializable

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.MassEmailMessage extends Email implements Serializable

Serialized Fields

description

java.lang.String description

targetObjectIds

java.lang.String[] targetObjectIds

templateId

java.lang.String templateId

whatIds

java.lang.String[] whatIds

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.MergeRequest extends java.lang.Object implements Serializable

Serialized Fields

masterRecord

SObject masterRecord

recordToMergeIds

java.lang.String[] recordToMergeIds

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.MergeResult extends java.lang.Object implements Serializable

Serialized Fields

errors

Error[] errors

id

java.lang.String id

mergedRecordIds

java.lang.String[] mergedRecordIds

success

boolean success

updatedRelatedIds

java.lang.String[] updatedRelatedIds

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.MruHeader extends java.lang.Object implements Serializable

Serialized Fields

updateMru

boolean updateMru

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.PicklistEntry extends java.lang.Object implements Serializable

Serialized Fields

active

boolean active

defaultValue

boolean defaultValue

label

java.lang.String label

validFor

byte[] validFor

value

java.lang.String value

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.PicklistForRecordType extends java.lang.Object implements Serializable

Serialized Fields

picklistName

java.lang.String picklistName

picklistValues

PicklistEntry[] picklistValues

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.ProcessRequest extends java.lang.Object implements Serializable

Serialized Fields

comments

java.lang.String comments

nextApproverIds

java.lang.String[] nextApproverIds

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.ProcessResult extends java.lang.Object implements Serializable

Serialized Fields

actorIds

java.lang.String[] actorIds

entityId

java.lang.String entityId

errors

Error[] errors

instanceId

java.lang.String instanceId

instanceStatus

java.lang.String instanceStatus

newWorkitemIds

java.lang.String[] newWorkitemIds

success

boolean success

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.ProcessSubmitRequest extends ProcessRequest implements Serializable

Serialized Fields

objectId

java.lang.String objectId

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.ProcessWorkitemRequest extends ProcessRequest implements Serializable

Serialized Fields

action

java.lang.String action

workitemId

java.lang.String workitemId

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.Query extends java.lang.Object implements Serializable

Serialized Fields

queryString

java.lang.String queryString

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.QueryAll extends java.lang.Object implements Serializable

Serialized Fields

queryString

java.lang.String queryString

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.QueryAllResponse extends java.lang.Object implements Serializable

Serialized Fields

result

QueryResult result

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.QueryMore extends java.lang.Object implements Serializable

Serialized Fields

queryLocator

java.lang.String queryLocator

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.QueryMoreResponse extends java.lang.Object implements Serializable

Serialized Fields

result

QueryResult result

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.QueryOptions extends java.lang.Object implements Serializable

Serialized Fields

batchSize

java.lang.Integer batchSize

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.QueryResponse extends java.lang.Object implements Serializable

Serialized Fields

result

QueryResult result

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.QueryResult extends java.lang.Object implements Serializable

Serialized Fields

done

boolean done

queryLocator

java.lang.String queryLocator

records

SObject[] records

size

int size

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.RecordTypeInfo extends java.lang.Object implements Serializable

Serialized Fields

available

boolean available

defaultRecordTypeMapping

boolean defaultRecordTypeMapping

name

java.lang.String name

recordTypeId

java.lang.String recordTypeId

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.RecordTypeMapping extends java.lang.Object implements Serializable

Serialized Fields

available

boolean available

defaultRecordTypeMapping

boolean defaultRecordTypeMapping

layoutId

java.lang.String layoutId

name

java.lang.String name

picklistsForRecordType

PicklistForRecordType[] picklistsForRecordType

recordTypeId

java.lang.String recordTypeId

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.RelatedList extends java.lang.Object implements Serializable

Serialized Fields

columns

RelatedListColumn[] columns

custom

boolean custom

field

java.lang.String field

label

java.lang.String label

limitRows

int limitRows

name

java.lang.String name

sobject

java.lang.String sobject

sort

RelatedListSort[] sort

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.RelatedListColumn extends java.lang.Object implements Serializable

Serialized Fields

field

java.lang.String field

format

java.lang.String format

label

java.lang.String label

name

java.lang.String name

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.RelatedListSort extends java.lang.Object implements Serializable

Serialized Fields

ascending

boolean ascending

column

java.lang.String column

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.ResetPassword extends java.lang.Object implements Serializable

Serialized Fields

userId

java.lang.String userId

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.ResetPasswordResponse extends java.lang.Object implements Serializable

Serialized Fields

result

ResetPasswordResult result

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.ResetPasswordResult extends java.lang.Object implements Serializable

Serialized Fields

password

java.lang.String password

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.Retrieve extends java.lang.Object implements Serializable

Serialized Fields

fieldList

java.lang.String fieldList

sObjectType

java.lang.String sObjectType

ids

java.lang.String[] ids

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.SaveResult extends java.lang.Object implements Serializable

Serialized Fields

errors

Error[] errors

id

java.lang.String id

success

boolean success

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.Search extends java.lang.Object implements Serializable

Serialized Fields

searchString

java.lang.String searchString

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.SearchRecord extends java.lang.Object implements Serializable

Serialized Fields

record

SObject record

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.SearchResponse extends java.lang.Object implements Serializable

Serialized Fields

result

SearchResult result

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.SearchResult extends java.lang.Object implements Serializable

Serialized Fields

searchRecords

SearchRecord[] searchRecords

sforceReserved

java.lang.String sforceReserved

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.SendEmailError extends java.lang.Object implements Serializable

Serialized Fields

fields

java.lang.String[] fields

message

java.lang.String message

statusCode

StatusCode statusCode

targetObjectId

java.lang.String targetObjectId

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.SendEmailResult extends java.lang.Object implements Serializable

Serialized Fields

errors

SendEmailError[] errors

success

boolean success

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.SessionHeader extends java.lang.Object implements Serializable

Serialized Fields

sessionId

java.lang.String sessionId

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.SetPassword extends java.lang.Object implements Serializable

Serialized Fields

userId

java.lang.String userId

password

java.lang.String password

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.SetPasswordResponse extends java.lang.Object implements Serializable

Serialized Fields

result

SetPasswordResult result

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.SetPasswordResult extends java.lang.Object implements Serializable

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.SforceServiceLocator extends org.apache.axis.client.Service implements Serializable

Serialized Fields

Soap_address

java.lang.String Soap_address

SoapWSDDServiceName

java.lang.String SoapWSDDServiceName

ports

java.util.HashSet<E> ports

Class com.sforce.soap.partner.SingleEmailMessage extends Email implements Serializable

Serialized Fields

bccAddresses

java.lang.String[] bccAddresses

ccAddresses

java.lang.String[] ccAddresses

charset

java.lang.String charset

documentAttachments

java.lang.String[] documentAttachments

htmlBody

java.lang.String htmlBody

fileAttachments

EmailFileAttachment[] fileAttachments

plainTextBody

java.lang.String plainTextBody

targetObjectId

java.lang.String targetObjectId

templateId

java.lang.String templateId

toAddresses

java.lang.String[] toAddresses

whatId

java.lang.String whatId

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.SoapType extends java.lang.Object implements Serializable

Serialization Methods

readResolve

public java.lang.Object readResolve()
                             throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

_value_

java.lang.String _value_

Class com.sforce.soap.partner.StatusCode extends java.lang.Object implements Serializable

Serialization Methods

readResolve

public java.lang.Object readResolve()
                             throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

_value_

java.lang.String _value_

Class com.sforce.soap.partner.UndeleteResult extends java.lang.Object implements Serializable

Serialized Fields

errors

Error[] errors

id

java.lang.String id

success

boolean success

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.Upsert extends java.lang.Object implements Serializable

Serialized Fields

externalIDFieldName

java.lang.String externalIDFieldName

sObjects

SObject[] sObjects

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.UpsertResult extends java.lang.Object implements Serializable

Serialized Fields

created

boolean created

errors

Error[] errors

id

java.lang.String id

success

boolean success

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.UserTerritoryDeleteHeader extends java.lang.Object implements Serializable

Serialized Fields

transferToUserId

java.lang.String transferToUserId

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Package com.sforce.soap.partner.fault

Class com.sforce.soap.partner.fault.ApiFault extends org.apache.axis.AxisFault implements Serializable

Serialized Fields

exceptionCode

ExceptionCode exceptionCode

exceptionMessage

java.lang.String exceptionMessage

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.fault.ApiQueryFault extends ApiFault implements Serializable

Serialized Fields

row

int row

column

int column

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.fault.ExceptionCode extends java.lang.Object implements Serializable

Serialization Methods

readResolve

public java.lang.Object readResolve()
                             throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

_value_

java.lang.String _value_

Class com.sforce.soap.partner.fault.FaultCode extends java.lang.Object implements Serializable

Serialization Methods

readResolve

public java.lang.Object readResolve()
                             throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

_value_

javax.xml.namespace.QName _value_

Class com.sforce.soap.partner.fault.InvalidFieldFault extends ApiQueryFault implements Serializable

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.fault.InvalidIdFault extends ApiFault implements Serializable

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.fault.InvalidNewPasswordFault extends ApiFault implements Serializable

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.fault.InvalidQueryLocatorFault extends ApiFault implements Serializable

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.fault.InvalidSObjectFault extends ApiQueryFault implements Serializable

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.fault.LoginFault extends ApiFault implements Serializable

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.fault.MalformedQueryFault extends ApiQueryFault implements Serializable

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.fault.MalformedSearchFault extends ApiQueryFault implements Serializable

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class com.sforce.soap.partner.fault.UnexpectedErrorFault extends ApiFault implements Serializable

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Package com.sforce.soap.partner.sobject

Class com.sforce.soap.partner.sobject.SObject extends java.lang.Object implements Serializable

Serialized Fields

type

java.lang.String type

fieldsToNull

java.lang.String[] fieldsToNull

id

java.lang.String id

_any

org.apache.axis.message.MessageElement[] _any

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Package org.teiid.connector.api

Class org.teiid.connector.api.ConnectorException extends MetaMatrixCoreException implements Serializable

serialVersionUID: -5980862789340592219L

Class org.teiid.connector.api.CredentialMap extends java.lang.Object implements Serializable

Serialized Fields

map

java.util.Map<K,V> map
The map of map of credentials (keyed by system name, upper case).


defaultCredentialMode

short defaultCredentialMode

defaultCredentials

java.util.Map<K,V> defaultCredentials

Class org.teiid.connector.api.DataNotAvailableException extends ConnectorException implements Serializable

serialVersionUID: 5569111182915674334L

Serialized Fields

retryDelay

long retryDelay

Package org.teiid.connector.jdbc

Class org.teiid.connector.jdbc.JDBCExecutionException extends ConnectorException implements Serializable



Copyright © 2009. All Rights Reserved.