|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.teiid.adminapi.TeiidAdmin
public abstract class TeiidAdmin
| 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 |
|---|
public TeiidAdmin()
| Method Detail |
|---|
public java.util.Collection<ProcessObject> getProcesses(java.lang.String processIdentifier)
throws AdminException
Admin
getProcesses in interface AdminprocessIdentifier - the unique identifier for for a ProcessObject
in the system or "WILDCARD"
if all Processes are desired.
ProcessObject
AdminException - if there's a system error.
public void setRuntimeProperty(java.lang.String propertyName,
java.lang.String propertyValue)
throws AdminException
Admin
setRuntimeProperty in interface AdminpropertyName - - name of the propertypropertyValue - - value of the property
AdminException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||