public abstract class Admin
extends java.lang.Object
Constructor and Description |
---|
Admin() |
public static Admin create()
public abstract Metaspace connect(java.lang.String command) throws AdminException
command
- Command to execute for Metaspace connectionAdminException
- if the command execution failspublic abstract java.lang.String execute(Metaspace metaspace, java.lang.String command) throws AdminException
Executes ActiveSpaces Admin language commands on the Metasapce. For commands such as
"show space
metaspace
- Metaspace object that command will be executed oncommand
- Command to executeAdminException
- if the command execution failsCopyright (c) 2013 TIBCO Software Inc. All rights reserved.