Uses of Interface
com.metamatrix.admin.api.objects.AdminObject

Packages that use AdminObject
com.metamatrix.admin.api.objects   
com.metamatrix.admin.objects   
 

Uses of AdminObject in com.metamatrix.admin.api.objects
 

Subinterfaces of AdminObject in com.metamatrix.admin.api.objects
 interface Cache
          Represents a cache in the MetaMatrix system.
 interface ConnectionPool
          This object holds the statisics for a ConnectionPool that is being utilized by a Connector.
 interface ConnectorBinding
          Represents a connector binding (the instance of a connector type) in the MetaMatrix system.
 interface ConnectorType
          Represents a connector type in the MetaMatrix system.
 interface DQP
          The distributed query processor, which is the internal query engine component used by MetaMatrix products.
 interface Entitlement
           
 interface ExtensionModule
          An extension module is a library (usually in jar format) that extends the MetaMatrix system in some way.
 interface Group
          A Group is a MetaMatrix principal that can contain other Principals as members.
 interface Host
          Represents a host in the MetaMatrix system.
 interface LogConfiguration
          The LogConfiguration describes the current configuration of the system logger.
 interface Model
          Represents a metadata model in the MetaMatrix system.
 interface Principal
          A Principal may participate in entitlements (authorization).
 interface ProcessObject
          A Process in the MetaMatrix system.
 interface PropertyDefinition
          Information about a property of an AdminObject
 interface QueueWorkerPool
          All server modules use queue based processing inside them.
 interface Request
          When a user submits a SQL command to the system for processing, usually that represents a single request.
 interface Resource
           
 interface Role
           
 interface Service
          Represents a service in the MetaMatrix system.
 interface Session
          A Session is a lasting connection between a client and a MetaMatrix System.
 interface SystemObject
           
 interface Transaction
           
 interface User
          A user of the MetaMatrix system may a participant or an administrator of the MetaMatrix system.
 interface VDB
          Represents a Virtual Database in the MetaMatrix system.
 

Uses of AdminObject in com.metamatrix.admin.objects
 

Classes in com.metamatrix.admin.objects that implement AdminObject
 class MMAdminObject
          Simple objects for the Admin API
 class MMConnectionPool
           
 class MMConnectorBinding
          A Connector Binding is a Connector Type with properties that have been bond to a Connector.
 class MMConnectorType
          Dataholder for a connector type.
 class MMDQP
          A Connector Binding is a Connector Type with properties that have been bond to a Connector.
 class MMExtensionModule
          A simple Extension Modules for the Admin API
 class MMGroup
           
 class MMHost
          Simple Host object for the Admin API as represented in the Configuration
 class MMLogConfiguration
           
 class MMModel
           
 class MMPrincipal
           
 class MMProcess
          Data holder for information about a Process.
 class MMPropertyDefinition
           
 class MMQueueWorkerPool
          Dataholder for all the statistics gathered about a worker pool.
 class MMRequest
          Dataholder for information about Requests.
 class MMResource
          Dataholder for a resource.
 class MMRole
           
 class MMService
          A Service
 class MMSession
          MetaMatrix Session
 class MMSystem
          Dataholder for information about the system at-large
 class MMUser
           
 class MMVDB
          Dataholder object for information about a VDB (Virtual Database)
 class TransactionImpl
           
 



Copyright © 2009. All Rights Reserved.