|
||||||||||
| 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.addDataRoleMapping(java.lang.String vdbName,
int vdbVersion,
java.lang.String dataRole,
java.lang.String mappedRoleName)
Assign a Role name to the Data Role 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 executionId)
Cancel Request |
void |
Admin.changeVDBConnectionType(java.lang.String vdbName,
int vdbVersion,
VDB.ConnectionType type)
Change the VDB.ConnectionType of the VDB. |
void |
Admin.clearCache(java.lang.String cacheType)
Clear the cache or caches specified by the cacheIdentifier. |
void |
Admin.clearCache(java.lang.String cacheType,
java.lang.String vdbName,
int vdbVersion)
Clear the cache of the given VDB for provided cache type |
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. |
CacheStatistics |
Admin.getCacheStats(java.lang.String cacheType)
Get the Cache Statistics for the given type |
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<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.getWorkerPoolStats()
Get the Worker Pool statistics in runtime engine. |
void |
Admin.markDataSourceAvailable(java.lang.String jndiName)
Tell the engine that the given source is available. |
void |
Admin.mergeVDBs(java.lang.String sourceVDBName,
int sourceVDBVersion,
java.lang.String targetVDBName,
int targetVDBVersion)
Merge the Source VDB into Target VDB. |
void |
Admin.removeDataRoleMapping(java.lang.String vdbName,
int vdbVersion,
java.lang.String dataRole,
java.lang.String mappedRoleName)
Remove a Role name to the Data Role in a given VDB |
void |
Admin.setAnyAuthenticatedForDataRole(java.lang.String vdbName,
int vdbVersion,
java.lang.String dataRole,
boolean anyAuthenticated)
Set the any authenticated flag on the Data Role in a given VDB |
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.List<java.util.List> |
DQPManagement.executeQuery(java.lang.String vdbName,
int version,
java.lang.String command,
long timoutInMilli)
|
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 | |||||||||