org.teiid.adminapi
Class TeiidAdmin

java.lang.Object
  extended by org.teiid.adminapi.TeiidAdmin
All Implemented Interfaces:
java.io.Serializable, Admin

public abstract class TeiidAdmin
extends java.lang.Object
implements Admin, java.io.Serializable

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.teiid.adminapi.Admin
Admin.Cache
 
Constructor Summary
TeiidAdmin()
           
 
Method Summary
 java.util.Collection<ProcessObject> getProcesses(java.lang.String processIdentifier)
          Get the processes that correspond to the specified identifier pattern.
 void setRuntimeProperty(java.lang.String propertyName, java.lang.String propertyValue)
          Set a process level property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.teiid.adminapi.Admin
addRoleToDataPolicy, assignToModel, cancelRequest, clearCache, close, createDataSource, deleteDataSource, deleteVDB, deployVDB, getCacheTypes, getDataSourceNames, getDataSourceTemplateNames, getRequests, getRequestsForSession, getSessions, getTemplatePropertyDefinitions, getTransactions, getTranslator, getTranslators, getVDB, getVDBs, getWorkManagerStats, mergeVDBs, removeRoleFromDataPolicy, terminateSession, terminateTransaction
 

Constructor Detail

TeiidAdmin

public TeiidAdmin()
Method Detail

getProcesses

public java.util.Collection<ProcessObject> getProcesses(java.lang.String processIdentifier)
                                                 throws AdminException
Description copied from interface: Admin
Get the processes that correspond to the specified identifier pattern.

Specified by:
getProcesses in interface Admin
Parameters:
processIdentifier - the unique identifier for for a ProcessObject in the system or "WILDCARD" if all Processes are desired.
Returns:
Collection of ProcessObject
Throws:
AdminException - if there's a system error.

setRuntimeProperty

public void setRuntimeProperty(java.lang.String propertyName,
                               java.lang.String propertyValue)
                        throws AdminException
Description copied from interface: Admin
Set a process level property.

Specified by:
setRuntimeProperty in interface Admin
Parameters:
propertyName - - name of the property
propertyValue - - value of the property
Throws:
AdminException


Copyright © 2010. All Rights Reserved.