|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AdminException | |
|---|---|
| org.teiid.adminapi | |
| org.teiid.adminapi.impl | |
| Uses of AdminException in org.teiid.adminapi |
|---|
| Subclasses of AdminException in org.teiid.adminapi | |
|---|---|
class |
AdminComponentException
An AdminComponentException is thrown when an error occurs as a
result of an internal component error. |
class |
AdminProcessingException
An AdminProcessingException indicates that an error occured during processing as a result
of user input. |
| Methods in org.teiid.adminapi with parameters of type AdminException | |
|---|---|
void |
AdminException.addChild(AdminException child)
Add a child AdminException for a particular failure
if and action resulted in multiple failures. |
| Methods in org.teiid.adminapi that throw AdminException | |
|---|---|
void |
Admin.addRoleToDataPolicy(java.lang.String vdbName,
int vdbVersion,
java.lang.String policyName,
java.lang.String role)
Assign a Role name to the Data Policy in a given VDB |
void |
Admin.assignToModel(java.lang.String vdbName,
int vdbVersion,
java.lang.String modelName,
java.lang.String sourceName,
java.lang.String translatorName,
java.lang.String dsName)
Assign a Translator and Data source to a VDB's Model |
void |
Admin.cancelRequest(java.lang.String sessionId,
long requestId)
Cancel Request |
void |
Admin.clearCache(java.lang.String cacheType)
Clear the cache or caches specified by the cacheIdentifier. |
Admin |
AdminFactory.createAdmin(java.util.Properties p)
|
Admin |
AdminFactory.createAdmin(java.lang.String userName,
char[] password,
java.lang.String serverURL)
Creates a ServerAdmin with the specified connection properties. |
Admin |
AdminFactory.createAdmin(java.lang.String userName,
char[] password,
java.lang.String serverURL,
java.lang.String applicationName)
Creates a ServerAdmin with the specified connection properties. |
void |
Admin.createDataSource(java.lang.String deploymentName,
java.lang.String templateName,
java.util.Properties properties)
Creates a JCA data source |
void |
Admin.deleteDataSource(java.lang.String deployedName)
Delete data source. |
void |
Admin.deleteVDB(java.lang.String vdbName,
int vdbVersion)
Delete the VDB with the given name and version |
void |
Admin.deployVDB(java.lang.String fileName,
java.io.InputStream vdb)
Deploy a VDB file. |
java.util.Collection<java.lang.String> |
Admin.getCacheTypes()
Get the Caches that correspond to the specified identifier pattern |
java.util.Collection<java.lang.String> |
Admin.getDataSourceNames()
Returns the all names of all the data sources available in the configuration. |
java.util.Set<java.lang.String> |
Admin.getDataSourceTemplateNames()
Get the Datasource templates available in the configuration. |
java.util.Collection<ProcessObject> |
TeiidAdmin.getProcesses(java.lang.String processIdentifier)
|
java.util.Collection<ProcessObject> |
Admin.getProcesses(java.lang.String processIdentifier)
Get the processes that correspond to the specified identifier pattern. |
java.util.Collection<Request> |
Admin.getRequests()
Get the all Requests that are currently in process |
java.util.Collection<Request> |
Admin.getRequestsForSession(java.lang.String sessionId)
Get the Requests for the given session |
java.util.Collection<Session> |
Admin.getSessions()
Get all the current Sessions. |
java.util.Collection<PropertyDefinition> |
Admin.getTemplatePropertyDefinitions(java.lang.String templateName)
Get all of the available configuration Properties for the specified connector |
java.util.Collection<Transaction> |
Admin.getTransactions()
Get all transaction matching the identifier. |
Translator |
Admin.getTranslator(java.lang.String deployedName)
Get the translator by the given the deployed name. |
java.util.Collection<Translator> |
Admin.getTranslators()
Get the translators that are available in the configuration |
VDB |
Admin.getVDB(java.lang.String vdbName,
int vbdVersion)
Get the VDB |
java.util.Set<VDB> |
Admin.getVDBs()
Get the VDBs that currently deployed in the system |
WorkerPoolStatistics |
Admin.getWorkManagerStats(java.lang.String identifier)
Get the Work Manager stats that correspond to the specified identifier pattern. |
void |
Admin.mergeVDBs(java.lang.String sourceVDBName,
int sourceVDBVersion,
java.lang.String targetVDBName,
int targetVDBVersion)
Merge the Source VDB into Target VDB. |
void |
Admin.removeRoleFromDataPolicy(java.lang.String vdbName,
int vdbVersion,
java.lang.String policyName,
java.lang.String role)
Assign a Role name to the Data Policy in a given VDB |
void |
TeiidAdmin.setRuntimeProperty(java.lang.String propertyName,
java.lang.String propertyValue)
|
void |
Admin.setRuntimeProperty(java.lang.String propertyName,
java.lang.String propertyValue)
Set a process level property. |
void |
Admin.terminateSession(java.lang.String sessionId)
Terminate the Session |
void |
Admin.terminateTransaction(java.lang.String transactionId)
Mark the given global transaction as rollback only. |
| Uses of AdminException in org.teiid.adminapi.impl |
|---|
| Methods in org.teiid.adminapi.impl that throw AdminException | |
|---|---|
boolean |
DQPManagement.cancelRequest(java.lang.String sessionId,
long requestId)
|
java.util.Collection<SessionMetadata> |
DQPManagement.getActiveSessions()
|
int |
DQPManagement.getActiveSessionsCount()
|
java.util.List<RequestMetadata> |
DQPManagement.getRequestsUsingVDB(java.lang.String vdbName,
int vdbVersion)
|
void |
DQPManagement.mergeVDBs(java.lang.String sourceVDBName,
int sourceVDBVersion,
java.lang.String targetVDBName,
int targetVDBVersion)
|
void |
DQPManagement.terminateTransaction(java.lang.String xid)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||