public class CliComponent extends Object implements ServerPluginComponent, ControlFacet
| Modifier and Type | Field and Description |
|---|---|
static String |
PACKAGE_TYPE_NAME |
| Constructor and Description |
|---|
CliComponent() |
| Modifier and Type | Method and Description |
|---|---|
PackageType |
getScriptPackageType() |
int |
getScriptTimeout() |
void |
initialize(ServerPluginContext context) |
ControlResults |
invoke(String name,
Configuration parameters) |
void |
shutdown() |
void |
start() |
void |
stop() |
public static final String PACKAGE_TYPE_NAME
public void initialize(ServerPluginContext context) throws Exception
initialize in interface ServerPluginComponentExceptionpublic PackageType getScriptPackageType()
public int getScriptTimeout()
public void start()
start in interface ServerPluginComponentpublic void stop()
stop in interface ServerPluginComponentpublic void shutdown()
shutdown in interface ServerPluginComponentpublic ControlResults invoke(String name, Configuration parameters)
invoke in interface ControlFacetCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.