Package org.teiid.runtime
Class EmbeddedAdminImpl
- java.lang.Object
-
- org.teiid.runtime.EmbeddedAdminImpl
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.teiid.adminapi.Admin
Admin.Cache, Admin.SchemaObjectType, Admin.TranlatorPropertyType
-
-
Constructor Summary
Constructors Constructor Description EmbeddedAdminImpl(EmbeddedServer embeddedServer)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDataRoleMapping(String vdbName, int vdbVersion, String dataRole, String mappedRoleName)Assign a Role name to the Data Role in a given VDBvoidaddDataRoleMapping(String vdbName, String vdbVersion, String dataRole, String mappedRoleName)Assign a Role name to the Data Role in a given VDBvoidaddSource(String vdbName, int vdbVersion, String modelName, String sourceName, String translatorName, String dsName)Adds aTranslatorand Data source to aVDB's ModelvoidaddSource(String vdbName, String vdbVersion, String modelName, String sourceName, String translatorName, String dsName)Adds aTranslatorand Data source to aVDB's ModelvoidcancelRequest(String sessionId, long executionId)Cancel RequestvoidchangeVDBConnectionType(String vdbName, int vdbVersion, VDB.ConnectionType type)Change theVDB.ConnectionTypeof theVDB.voidchangeVDBConnectionType(String vdbName, String vdbVersion, VDB.ConnectionType type)Change theVDB.ConnectionTypeof theVDB.voidclearCache(String cacheType)Clear the cache or caches specified by the cacheIdentifier.voidclearCache(String cacheType, String vdbName, int vdbVersion)Clear the cache of the given VDB for provided cache typevoidclearCache(String cacheType, String vdbName, String vdbVersion)Clear the cache of the given VDB for provided cache typevoidclose()Closes the admin connectionvoidcreateDataSource(String deploymentName, String templateName, Properties properties)Creates a JCA data source
Use this method to create JDBC driver based connection, XA-datasource or Resource Adapter.voiddeleteDataSource(String deployedName)Delete data source.voiddeploy(String deployName, InputStream content)Deploy a artifact (VDB, JAR, RAR files)voiddeploy(String deployName, InputStream content, boolean peristent)Deploy a artifact (VDB, JAR, RAR files)voiddeployVDBZip(URL url)Deploy a .vdb or .zip vdb.Collection<? extends CacheStatistics>getCacheStats(String cacheType)Get the Cache Statistics for the given typeCollection<String>getCacheTypes()Get the Caches that correspond to the specified identifier patternPropertiesgetDataSource(String deployedName)Given the deployed name of the data source, this will return all the configuration properties used to create the datasource.Collection<String>getDataSourceNames()Returns the all names of all the data sources available in the configuration.Set<String>getDataSourceTemplateNames()Get the Datasource templates available in the configuration.List<String>getDeployments()Get existing deployments on in the sysemCollection<? extends EngineStatistics>getEngineStats()Get the Engine Statistics for the given typeStringgetQueryPlan(String sessionId, long executionId)Get the Query Plan for the given session with provided execution id.Collection<? extends Request>getRequests()Get the all Requests that are currently in processCollection<? extends Request>getRequestsForSession(String sessionId)Get the Requests for the given sessionStringgetSchema(String vdbName, int vdbVersion, String modelName, EnumSet<Admin.SchemaObjectType> allowedTypes, String typeNamePattern)Retrieve the schema of the given modelStringgetSchema(String vdbName, String vdbVersion, String modelName, EnumSet<Admin.SchemaObjectType> allowedTypes, String typeNamePattern)Retrieve the schema of the given modelCollection<? extends Session>getSessions()Get all the current Sessions.Collection<? extends PropertyDefinition>getTemplatePropertyDefinitions(String templateName)Get all of the available configuration Properties for the specified connectorCollection<? extends Transaction>getTransactions()Get all transaction matching the identifier.TranslatorgetTranslator(String deployedName)Get the translator by the given the deployed name.Collection<? extends PropertyDefinition>getTranslatorPropertyDefinitions(String translatorName)Get all of the available configuration Properties for the specified translatorCollection<? extends PropertyDefinition>getTranslatorPropertyDefinitions(String translatorName, Admin.TranlatorPropertyType type)Get all of the available configuration Properties for the specified translatorCollection<? extends Translator>getTranslators()Get the translators that are available in the configurationVDBgetVDB(String vdbName, int vdbVersion)Get the VDBVDBgetVDB(String vdbName, String vdbVersion)Get the VDBCollection<? extends VDB>getVDBs()Get the VDBs that are currently deployed in the systemCollection<? extends VDB>getVDBs(boolean singleInstance)Get the VDBs that are currently deployed in the systemCollection<? extends WorkerPoolStatistics>getWorkerPoolStats()Get the Worker Pool statistics in runtime engine.voidmarkDataSourceAvailable(String jndiName)Tell the engine that the given source is available.static StringprettyFormat(String input)voidremoveDataRoleMapping(String vdbName, int vdbVersion, String dataRole, String mappedRoleName)Remove a Role name to the Data Role in a given VDBvoidremoveDataRoleMapping(String vdbName, String vdbVersion, String dataRole, String mappedRoleName)Remove a Role name to the Data Role in a given VDBvoidremoveSource(String vdbName, int vdbVersion, String modelName, String sourceName)Removes aTranslatorand Data source from aVDB's ModelvoidremoveSource(String vdbName, String vdbVersion, String modelName, String sourceName)Removes aTranslatorand Data source from aVDB's Modelvoidrestart()Restart the ServervoidrestartVDB(String vdbName, int vdbVersion, String... models)Restart the VDB.voidrestartVDB(String vdbName, String vdbVersion, String... models)Restart the VDB.voidsetAnyAuthenticatedForDataRole(String vdbName, int vdbVersion, String dataRole, boolean anyAuthenticated)Set the any authenticated flag on the Data Role in a given VDBvoidsetAnyAuthenticatedForDataRole(String vdbName, String vdbVersion, String dataRole, boolean anyAuthenticated)Set the any authenticated flag on the Data Role in a given VDBvoidsetProfileName(String name)Set the profile name.voidterminateSession(String sessionId)Terminate the SessionvoidterminateTransaction(String transactionId)Mark the given global transaction as rollback only.voidundeploy(String deployedName)Undeploy artifact (VDB, JAR, RAR files)voidupdateSource(String vdbName, int vdbVersion, String sourceName, String translatorName, String dsName)Update a source'sTranslatorand Data sourcevoidupdateSource(String vdbName, String vdbVersion, String sourceName, String translatorName, String dsName)Update a source'sTranslatorand Data source
-
-
-
Constructor Detail
-
EmbeddedAdminImpl
public EmbeddedAdminImpl(EmbeddedServer embeddedServer)
-
-
Method Detail
-
setProfileName
public void setProfileName(String name)
Description copied from interface:AdminSet the profile name. A null value will set the default profile name.- Specified by:
setProfileNamein interfaceAdmin
-
clearCache
public void clearCache(String cacheType, String vdbName, int vdbVersion) throws AdminException
Description copied from interface:AdminClear the cache of the given VDB for provided cache type- Specified by:
clearCachein interfaceAdmin- Parameters:
cacheType- Cache Type No wild cards currently supported, must be explicitvdbName- - Name of the VDBvdbVersion- - VDB version- Throws:
AdminException
-
addDataRoleMapping
public void addDataRoleMapping(String vdbName, int vdbVersion, String dataRole, String mappedRoleName) throws AdminException
Description copied from interface:AdminAssign a Role name to the Data Role in a given VDB- Specified by:
addDataRoleMappingin interfaceAdmin- Throws:
AdminException
-
removeDataRoleMapping
public void removeDataRoleMapping(String vdbName, int vdbVersion, String dataRole, String mappedRoleName) throws AdminException
Description copied from interface:AdminRemove a Role name to the Data Role in a given VDB- Specified by:
removeDataRoleMappingin interfaceAdmin- Throws:
AdminException
-
setAnyAuthenticatedForDataRole
public void setAnyAuthenticatedForDataRole(String vdbName, int vdbVersion, String dataRole, boolean anyAuthenticated) throws AdminException
Description copied from interface:AdminSet the any authenticated flag on the Data Role in a given VDB- Specified by:
setAnyAuthenticatedForDataRolein interfaceAdmin- Throws:
AdminException
-
changeVDBConnectionType
public void changeVDBConnectionType(String vdbName, int vdbVersion, VDB.ConnectionType type) throws AdminException
Description copied from interface:AdminChange theVDB.ConnectionTypeof theVDB.- Specified by:
changeVDBConnectionTypein interfaceAdmin- Parameters:
vdbName- Name of the VDBvdbVersion- Version of the VDB- Throws:
AdminException
-
updateSource
public void updateSource(String vdbName, int vdbVersion, String sourceName, String translatorName, String dsName) throws AdminException
Description copied from interface:AdminUpdate a source'sTranslatorand Data source- Specified by:
updateSourcein interfaceAdmin- Parameters:
vdbName- Name of the VDBvdbVersion- Version of the VDBsourceName- source namedsName- data source name that can found in the JNDI map.- Throws:
AdminException
-
addSource
public void addSource(String vdbName, int vdbVersion, String modelName, String sourceName, String translatorName, String dsName) throws AdminException
Description copied from interface:AdminAdds aTranslatorand Data source to aVDB's Model- Specified by:
addSourcein interfaceAdmin- Parameters:
vdbName- Name of the VDBvdbVersion- Version of the VDBmodelName- Name of the ModelsourceName- source namedsName- data source name that can found in the JNDI map.- Throws:
AdminException
-
getVDB
public VDB getVDB(String vdbName, int vdbVersion) throws AdminException
Description copied from interface:AdminGet the VDB- Specified by:
getVDBin interfaceAdmin- Returns:
- Throws:
AdminException
-
removeSource
public void removeSource(String vdbName, int vdbVersion, String modelName, String sourceName) throws AdminException
Description copied from interface:AdminRemoves aTranslatorand Data source from aVDB's Model- Specified by:
removeSourcein interfaceAdmin- Parameters:
vdbName- Name of the VDBvdbVersion- Version of the VDBmodelName- Name of the ModelsourceName- source name- Throws:
AdminException
-
restartVDB
public void restartVDB(String vdbName, int vdbVersion, String... models) throws AdminException
Description copied from interface:AdminRestart the VDB. This issues reload of the metadata.- Specified by:
restartVDBin interfaceAdminmodels- names for which metadata needs to be reloaded, if null or not supplied all models reloaded- Throws:
AdminException
-
getSchema
public String getSchema(String vdbName, int vdbVersion, String modelName, EnumSet<Admin.SchemaObjectType> allowedTypes, String typeNamePattern) throws AdminException
Description copied from interface:AdminRetrieve the schema of the given model- Specified by:
getSchemain interfaceAdminallowedTypes-EnumSetType of schema objects to retrieve, null means ALL the schema object typestypeNamePattern- RegEx pattern to filter to names of tables, procedures that are being read. Null means no filter.- Throws:
AdminException
-
removeSource
public void removeSource(String vdbName, String vdbVersion, String modelName, String sourceName) throws AdminException
Description copied from interface:AdminRemoves aTranslatorand Data source from aVDB's Model- Specified by:
removeSourcein interfaceAdmin- Parameters:
vdbName- Name of the VDBvdbVersion- Version of the VDBmodelName- Name of the ModelsourceName- source name- Throws:
AdminException
-
addSource
public void addSource(String vdbName, String vdbVersion, String modelName, String sourceName, String translatorName, String dsName) throws AdminException
Description copied from interface:AdminAdds aTranslatorand Data source to aVDB's Model- Specified by:
addSourcein interfaceAdmin- Parameters:
vdbName- Name of the VDBvdbVersion- Version of the VDBmodelName- Name of the ModelsourceName- source namedsName- data source name that can found in the JNDI map.- Throws:
AdminException
-
updateSource
public void updateSource(String vdbName, String vdbVersion, String sourceName, String translatorName, String dsName) throws AdminException
Description copied from interface:AdminUpdate a source'sTranslatorand Data source- Specified by:
updateSourcein interfaceAdmin- Parameters:
vdbName- Name of the VDBvdbVersion- Version of the VDBsourceName- source namedsName- data source name that can found in the JNDI map.- Throws:
AdminException
-
changeVDBConnectionType
public void changeVDBConnectionType(String vdbName, String vdbVersion, VDB.ConnectionType type) throws AdminException
Description copied from interface:AdminChange theVDB.ConnectionTypeof theVDB.- Specified by:
changeVDBConnectionTypein interfaceAdmin- Parameters:
vdbName- Name of the VDBvdbVersion- Version of the VDB- Throws:
AdminException
-
deployVDBZip
public void deployVDBZip(URL url) throws AdminProcessingException
Description copied from interface:AdminDeploy a .vdb or .zip vdb. The deployment name will be taken from the url file name.- Specified by:
deployVDBZipin interfaceAdmin- Throws:
AdminProcessingException
-
deploy
public void deploy(String deployName, InputStream content) throws AdminException
Description copied from interface:AdminDeploy a artifact (VDB, JAR, RAR files)- Specified by:
deployin interfaceAdmin- Parameters:
deployName- Name of the VDB file to save under- Throws:
AdminException
-
deploy
public void deploy(String deployName, InputStream content, boolean peristent) throws AdminException
Description copied from interface:AdminDeploy a artifact (VDB, JAR, RAR files)- Specified by:
deployin interfaceAdmin- Parameters:
deployName- Name of the VDB file to save underperistent- the deployed artifact is persisted or not- Throws:
AdminException
-
undeploy
public void undeploy(String deployedName) throws AdminException
Description copied from interface:AdminUndeploy artifact (VDB, JAR, RAR files)- Specified by:
undeployin interfaceAdmin- Throws:
AdminException
-
getVDBs
public Collection<? extends VDB> getVDBs() throws AdminException
Description copied from interface:AdminGet the VDBs that are currently deployed in the system- Specified by:
getVDBsin interfaceAdmin- Returns:
- Collection of
VDBs. There could be multiple VDBs with the same name in the Collection but they will differ by VDB version. - Throws:
AdminException
-
getVDBs
public Collection<? extends VDB> getVDBs(boolean singleInstance) throws AdminException
Description copied from interface:AdminGet the VDBs that are currently deployed in the system- Specified by:
getVDBsin interfaceAdmin- Parameters:
singleInstance-
- true to return the VDB list from only a single server instance, which is the same asAdmin.getVDBs().
- false to get all VDBs from all servers in the domain- Returns:
- Collection of
VDBs. - Throws:
AdminException
-
getVDB
public VDB getVDB(String vdbName, String vdbVersion) throws AdminException
Description copied from interface:AdminGet the VDB- Specified by:
getVDBin interfaceAdmin- Returns:
- Throws:
AdminException
-
restartVDB
public void restartVDB(String vdbName, String vdbVersion, String... models) throws AdminException
Description copied from interface:AdminRestart the VDB. This issues reload of the metadata.- Specified by:
restartVDBin interfaceAdminmodels- names for which metadata needs to be reloaded, if null or not supplied all models reloaded- Throws:
AdminException
-
getTranslators
public Collection<? extends Translator> getTranslators() throws AdminException
Description copied from interface:AdminGet the translators that are available in the configuration- Specified by:
getTranslatorsin interfaceAdmin- Returns:
- Collection of
Translator - Throws:
AdminException
-
getTranslator
public Translator getTranslator(String deployedName) throws AdminException
Description copied from interface:AdminGet the translator by the given the deployed name.- Specified by:
getTranslatorin interfaceAdmin- Parameters:
deployedName- - name of the deployed translator- Returns:
- null if not found
- Throws:
AdminException
-
getWorkerPoolStats
public Collection<? extends WorkerPoolStatistics> getWorkerPoolStats() throws AdminException
Description copied from interface:AdminGet the Worker Pool statistics in runtime engine.- Specified by:
getWorkerPoolStatsin interfaceAdmin- Returns:
- Collection of
WorkerPoolStatistics - Throws:
AdminException
-
getCacheTypes
public Collection<String> getCacheTypes() throws AdminException
Description copied from interface:AdminGet the Caches that correspond to the specified identifier pattern- Specified by:
getCacheTypesin interfaceAdmin- Returns:
- Collection of
String - Throws:
AdminException
-
getSessions
public Collection<? extends Session> getSessions() throws AdminException
Description copied from interface:AdminGet all the current Sessions.- Specified by:
getSessionsin interfaceAdmin- Returns:
- Collection of
Session - Throws:
AdminException
-
getRequests
public Collection<? extends Request> getRequests() throws AdminException
Description copied from interface:AdminGet the all Requests that are currently in process- Specified by:
getRequestsin interfaceAdmin- Returns:
- Collection of
Request - Throws:
AdminException
-
getRequestsForSession
public Collection<? extends Request> getRequestsForSession(String sessionId) throws AdminException
Description copied from interface:AdminGet the Requests for the given session- Specified by:
getRequestsForSessionin interfaceAdmin- Returns:
- Collection of
Request - Throws:
AdminException
-
getTemplatePropertyDefinitions
public Collection<? extends PropertyDefinition> getTemplatePropertyDefinitions(String templateName) throws AdminException
Description copied from interface:AdminGet all of the available configuration Properties for the specified connector- Specified by:
getTemplatePropertyDefinitionsin interfaceAdmin- Parameters:
templateName- - Name of the connector- Returns:
- Throws:
AdminException
-
getTranslatorPropertyDefinitions
public Collection<? extends PropertyDefinition> getTranslatorPropertyDefinitions(String translatorName) throws AdminException
Description copied from interface:AdminGet all of the available configuration Properties for the specified translator- Specified by:
getTranslatorPropertyDefinitionsin interfaceAdmin- Parameters:
translatorName- - Name of the translator- Returns:
- Throws:
AdminException- See Also:
Admin.getTranslatorPropertyDefinitions(java.lang.String)
-
getTranslatorPropertyDefinitions
public Collection<? extends PropertyDefinition> getTranslatorPropertyDefinitions(String translatorName, Admin.TranlatorPropertyType type) throws AdminException
Description copied from interface:AdminGet all of the available configuration Properties for the specified translator- Specified by:
getTranslatorPropertyDefinitionsin interfaceAdmin- Parameters:
translatorName- - Name of the translatortype- - Type of property definition (import, override, extension-metadata)- Returns:
- Throws:
AdminException
-
getTransactions
public Collection<? extends Transaction> getTransactions() throws AdminException
Description copied from interface:AdminGet all transaction matching the identifier.- Specified by:
getTransactionsin interfaceAdmin- Returns:
- Throws:
AdminException
-
clearCache
public void clearCache(String cacheType) throws AdminException
Description copied from interface:AdminClear the cache or caches specified by the cacheIdentifier.- Specified by:
clearCachein interfaceAdmin- Parameters:
cacheType- Cache Type No wild cards currently supported, must be explicit- Throws:
AdminException
-
clearCache
public void clearCache(String cacheType, String vdbName, String vdbVersion) throws AdminException
Description copied from interface:AdminClear the cache of the given VDB for provided cache type- Specified by:
clearCachein interfaceAdmin- Parameters:
cacheType- Cache Type No wild cards currently supported, must be explicitvdbName- - Name of the VDBvdbVersion- - VDB version- Throws:
AdminException
-
getCacheStats
public Collection<? extends CacheStatistics> getCacheStats(String cacheType) throws AdminException
Description copied from interface:AdminGet the Cache Statistics for the given type- Specified by:
getCacheStatsin interfaceAdmin- Parameters:
cacheType- Cache Type- Returns:
- Collection of
CacheStatistics - Throws:
AdminException
-
getEngineStats
public Collection<? extends EngineStatistics> getEngineStats() throws AdminException
Description copied from interface:AdminGet the Engine Statistics for the given type- Specified by:
getEngineStatsin interfaceAdmin- Returns:
- Collection of
EngineStatistics - Throws:
AdminException
-
terminateSession
public void terminateSession(String sessionId) throws AdminException
Description copied from interface:AdminTerminate the Session- Specified by:
terminateSessionin interfaceAdmin- Parameters:
sessionId- Session IdentifierSession. No wild cards currently supported, must be explicit- Throws:
AdminException
-
cancelRequest
public void cancelRequest(String sessionId, long executionId) throws AdminException
Description copied from interface:AdminCancel Request- Specified by:
cancelRequestin interfaceAdmin- Parameters:
sessionId- session Identifier for the request.executionId- request Identifier- Throws:
AdminException
-
terminateTransaction
public void terminateTransaction(String transactionId) throws AdminException
Description copied from interface:AdminMark the given global transaction as rollback only.- Specified by:
terminateTransactionin interfaceAdmin- Throws:
AdminException
-
close
public void close()
Description copied from interface:AdminCloses the admin connection
-
addDataRoleMapping
public void addDataRoleMapping(String vdbName, String vdbVersion, String dataRole, String mappedRoleName) throws AdminException
Description copied from interface:AdminAssign a Role name to the Data Role in a given VDB- Specified by:
addDataRoleMappingin interfaceAdmin- Throws:
AdminException
-
removeDataRoleMapping
public void removeDataRoleMapping(String vdbName, String vdbVersion, String dataRole, String mappedRoleName) throws AdminException
Description copied from interface:AdminRemove a Role name to the Data Role in a given VDB- Specified by:
removeDataRoleMappingin interfaceAdmin- Throws:
AdminException
-
setAnyAuthenticatedForDataRole
public void setAnyAuthenticatedForDataRole(String vdbName, String vdbVersion, String dataRole, boolean anyAuthenticated) throws AdminException
Description copied from interface:AdminSet the any authenticated flag on the Data Role in a given VDB- Specified by:
setAnyAuthenticatedForDataRolein interfaceAdmin- Throws:
AdminException
-
createDataSource
public void createDataSource(String deploymentName, String templateName, Properties properties) throws AdminException
Description copied from interface:AdminCreates a JCA data source
Use this method to create JDBC driver based connection, XA-datasource or Resource Adapter. Template Name defines the type of connection, if the template name is ends with "-xa" it is considered to be a XA based data source.- Specified by:
createDataSourcein interfaceAdmin- Parameters:
deploymentName- - This becomes the pool name, as well as the jndi name of the sourcetemplateName- - type of source. SeeAdmin.getDataSourceNames()for all available types.properties- - All properties needed to create a data source, like connection-url, user, password to see all the properties useAdmin.getTemplatePropertyDefinitions(String)to retrieve the full list. The transaction-support property can be set to LocalTransaction for sources that support local transactions.- Throws:
AdminException
-
getDataSource
public Properties getDataSource(String deployedName) throws AdminException
Description copied from interface:AdminGiven the deployed name of the data source, this will return all the configuration properties used to create the datasource. If sensitive information like passwords are masked, they will NOT be decrypted. "driver-name" property on the returned properties defines the template name used to create this data source.- Specified by:
getDataSourcein interfaceAdmin- Throws:
AdminException
-
deleteDataSource
public void deleteDataSource(String deployedName) throws AdminException
Description copied from interface:AdminDelete data source.- Specified by:
deleteDataSourcein interfaceAdmin- Throws:
AdminException
-
getDataSourceNames
public Collection<String> getDataSourceNames() throws AdminException
Description copied from interface:AdminReturns the all names of all the data sources available in the configuration.- Specified by:
getDataSourceNamesin interfaceAdmin- Throws:
AdminException
-
getDataSourceTemplateNames
public Set<String> getDataSourceTemplateNames() throws AdminException
Description copied from interface:AdminGet the Datasource templates available in the configuration.- Specified by:
getDataSourceTemplateNamesin interfaceAdmin- Returns:
- Set of template names.
- Throws:
AdminException
-
markDataSourceAvailable
public void markDataSourceAvailable(String jndiName) throws AdminException
Description copied from interface:AdminTell the engine that the given source is available. Pending dynamic vdb metadata loads will be resumed.- Specified by:
markDataSourceAvailablein interfaceAdmin- Throws:
AdminException
-
getSchema
public String getSchema(String vdbName, String vdbVersion, String modelName, EnumSet<Admin.SchemaObjectType> allowedTypes, String typeNamePattern) throws AdminException
Description copied from interface:AdminRetrieve the schema of the given model- Specified by:
getSchemain interfaceAdminallowedTypes-EnumSetType of schema objects to retrieve, null means ALL the schema object typestypeNamePattern- RegEx pattern to filter to names of tables, procedures that are being read. Null means no filter.- Throws:
AdminException
-
prettyFormat
public static String prettyFormat(String input) throws TransformerException
- Throws:
TransformerException
-
getQueryPlan
public String getQueryPlan(String sessionId, long executionId) throws AdminException
Description copied from interface:AdminGet the Query Plan for the given session with provided execution id.- Specified by:
getQueryPlanin interfaceAdmin- Returns:
- Throws:
AdminException
-
restart
public void restart()
Description copied from interface:AdminRestart the Server
-
getDeployments
public List<String> getDeployments() throws AdminException
Description copied from interface:AdminGet existing deployments on in the sysem- Specified by:
getDeploymentsin interfaceAdmin- Throws:
AdminException
-
-