Serialized Form


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.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.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

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.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.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.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.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.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.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.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.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.metadata.runtime.api

Package com.metamatrix.metadata.runtime.exception

Class com.metamatrix.metadata.runtime.exception.VirtualDatabaseException extends VdbProcessingException 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.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

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

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

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.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.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

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



Copyright © 2009. All Rights Reserved.