Serialized Form
|
Package com.metamatrix.api.exception.security |
|
Package com.metamatrix.api.exception.server |
|
Package com.metamatrix.common.actions |
destination
ModificationActionQueue destination
createActions
boolean createActions
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
actions
java.util.LinkedList<E> actions
previousValue
boolean previousValue
newValue
boolean newValue
previousValue
double previousValue
newValue
double newValue
previousValue
float previousValue
newValue
float newValue
previousValue
int previousValue
newValue
int newValue
previousValue
long previousValue
newValue
long newValue
previousValue
short previousValue
newValue
short newValue
|
Package com.metamatrix.common.config |
startupState
int startupState
|
Package com.metamatrix.common.config.api |
origPropertyDefinition
PropertyDefinition origPropertyDefinition
configID
ConfigurationID configID
hostID
HostID hostID
vmID
VMComponentDefnID vmID
serviceID
ServiceComponentDefnID serviceID
pscID
ProductServiceConfigID pscID
originalID
ConfigurationID originalID
version
java.lang.String version
lockHolder
java.lang.String lockHolder
lockAcquiredAt
long lockAcquiredAt
name
java.lang.String name
version
java.lang.String version
date
java.lang.String date
build
java.lang.String build
|
Package com.metamatrix.common.config.api.exceptions |
actionIndex
int actionIndex
|
Package com.metamatrix.common.config.model |
serialVersionUID: 1592753260156781311L
configurationID
ConfigurationID configurationID
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
serialVersionUID: 5972706380742168742L
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
componentTypeID
ComponentTypeID componentTypeID
unModifiablePropertyDefinition
ComponentTypePropDefn unModifiablePropertyDefinition
propertyDefinition
PropertyDefinition propertyDefinition
isDeprecated
boolean isDeprecated
effectiveImmediately
boolean effectiveImmediately
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
isDeployed
boolean isDeployed
isReleased
boolean isReleased
isLocked
boolean isLocked
creationDate
java.util.Date creationDate
lastChangedDate
java.util.Date lastChangedDate
serialVersionUID: -51562836234358446L
factory
ObjectIDFactory factory
serialVersionUID: 1592753260156781311L
configurationID
ConfigurationID configurationID
componentID
ServiceComponentDefnID componentID
- componentID is the component that is deployed
hostID
HostID hostID
vmComponentID
VMComponentDefnID vmComponentID
pscID
ProductServiceConfigID pscID
type
java.lang.String type
contents
byte[] contents
serviceComponentDefnIDs
java.util.HashMap<K,V> serviceComponentDefnIDs
componentTypeIDs
java.util.HashSet<E> componentTypeIDs
value
java.lang.String value
typeDefnID
ComponentTypeDefnID typeDefnID
componentTypeID
ComponentTypeID componentTypeID
isQueuedService
boolean isQueuedService
routingUUID
java.lang.String routingUUID
hostID
HostID hostID
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 |
notResolvableObject
java.lang.Object notResolvableObject
invalidElement
java.lang.Object invalidElement
|
Package com.metamatrix.common.extensionmodule |
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 |
|
Package com.metamatrix.common.id |
|
Package com.metamatrix.common.log.config |
discardedContexts
java.util.Set<E> discardedContexts
unmodifiableContexts
java.util.Set<E> unmodifiableContexts
msgLevel
int msgLevel
|
Package com.metamatrix.common.log.reader |
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
|
Package com.metamatrix.common.namedobject |
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.
id
BaseID id
- The ID for this object. Never null.
|
Package com.metamatrix.common.object |
isOrdered
boolean isOrdered
isUnique
boolean isUnique
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
properties
java.util.Map<K,V> properties
unmodifiablePropertyDefns
java.util.List<E> unmodifiablePropertyDefns
propertyDefinitions
java.util.List<E> propertyDefinitions
subGroups
java.util.List<E> subGroups
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
serialVersionUID: -740884659902823711L
value
int value
displayName
java.lang.String displayName
className
java.lang.String className
validator
PropertyTypeValidator validator
|
Package com.metamatrix.common.queue |
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 |
|
Package com.metamatrix.common.tree |
|
Package com.metamatrix.common.tree.basic |
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 |
|
Package com.metamatrix.common.util |
props
java.util.Properties props
intervals
java.util.LinkedList<E> intervals
result
java.lang.Object result
failures
java.util.Map<K,V> failures
|
Package com.metamatrix.common.xa |
serialVersionUID: -7078441828703404308L
formatID
int formatID
globalTransactionId
byte[] globalTransactionId
branchQualifier
byte[] branchQualifier
toString
java.lang.String toString
ID
java.lang.String ID
errorCode
int errorCode
|
Package com.metamatrix.core.event |
target
java.lang.Object target
eventID
ObjectID eventID
|
Package com.metamatrix.core.util |
maxSize
int maxSize
start
long start
stop
long stop
stats
Stopwatch.Statistics stats
active
boolean active
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 |
|
Package com.metamatrix.platform.admin.api |
sourceVDB
java.lang.String sourceVDB
targetVDB
java.lang.String targetVDB
entries
java.util.List<E> entries
|
Package com.metamatrix.platform.admin.api.exception |
resourceName
java.lang.String resourceName
|
Package com.metamatrix.platform.admin.api.runtime |
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
processes
java.util.Collection<E> processes
properties
java.util.Properties properties
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
services
java.util.Collection<E> services
- Collection of serviceData objects
pscID
PscID pscID
- defines vm in configuration
pscConfigID
ProductServiceConfigID pscConfigID
- defines psc in configuration
processName
java.lang.String processName
- Name of process that owns this psc
hashCode
int hashCode
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
hosts
java.util.Collection<E> hosts
|
Package com.metamatrix.platform.admin.apiimpl |
type
int type
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 |
serialVersionUID: -3690038844414207808L
serialVersionUID: 5799168432068176908L
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
thePermissions
java.util.Set<E> thePermissions
lockObj
java.lang.Object lockObj
readOnly
boolean readOnly
principals
java.util.Set<E> principals
- Contains principal name
permissions
AuthorizationPermissions permissions
authorizationPolicyID
AuthorizationPolicyID authorizationPolicyID
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).
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.
type
int type
name
java.lang.String name
unmodifiableGroupNames
java.util.Set<E> unmodifiableGroupNames
credentials
char[] credentials
name
java.lang.String name
canonicalName
java.lang.String canonicalName
isRecursive
boolean isRecursive
grantee
MetaMatrixPrincipalName grantee
grantor
java.lang.String grantor
allowedActions
AuthorizationActions allowedActions
identifier
java.lang.String identifier
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
type
int type
name
java.lang.String name
groupNames
java.util.Set<E> groupNames
userNames
java.util.Set<E> userNames
serialVersionUID: -7872739911360962975L
id
java.util.UUID id
serialVersionUID: -9120197553960136239L
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
serialVersionUID: -2853708320435636107L
sessionID
MetaMatrixSessionID sessionID
userName
java.lang.String userName
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 |
|
Package com.metamatrix.platform.service.api |
id
long id
hostName
java.lang.String hostName
processName
java.lang.String processName
|
Package com.metamatrix.platform.vm.controller |
name
java.lang.String name
totalMemory
long totalMemory
freeMemory
long freeMemory
threadCount
int threadCount
socketListenerStats
SocketListenerStats socketListenerStats
processPoolStats
WorkerPoolStats processPoolStats
objectsRead
long objectsRead
objectsWritten
long objectsWritten
sockets
int sockets
maxSockets
int maxSockets
|
Package com.metamatrix.server.admin.api |
|
Package com.metamatrix.server.admin.apiimpl |
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 |
|
Package com.metamatrix.vdb.materialization |
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
type
java.lang.String type
driverClassname
java.lang.String driverClassname
|
Package com.metamatrix.vdb.runtime |
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
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
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.