public abstract class AbstractRuntimePlugin extends Object implements org.jboss.gravia.runtime.spi.RuntimePlugin, org.jboss.gravia.runtime.ModuleActivator
RuntimePlugin| Constructor and Description |
|---|
AbstractRuntimePlugin() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getBundleActivator() |
org.jboss.gravia.runtime.Module |
installPluginModule(org.jboss.gravia.runtime.Runtime runtime,
ClassLoader classLoader) |
void |
start(org.jboss.gravia.runtime.ModuleContext context) |
void |
stop(org.jboss.gravia.runtime.ModuleContext context) |
public abstract String getBundleActivator()
public org.jboss.gravia.runtime.Module installPluginModule(org.jboss.gravia.runtime.Runtime runtime,
ClassLoader classLoader)
throws org.jboss.gravia.runtime.ModuleException
installPluginModule in interface org.jboss.gravia.runtime.spi.RuntimePluginorg.jboss.gravia.runtime.ModuleExceptionpublic void start(org.jboss.gravia.runtime.ModuleContext context)
throws Exception
start in interface org.jboss.gravia.runtime.ModuleActivatorExceptionCopyright © 2014 JBoss by Red Hat. All Rights Reserved.