|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.easybeans.mavenplugin.server.AbstractEasyBeansPluginServer
org.ow2.easybeans.mavenplugin.server.EasyBeansPluginServer
public class EasyBeansPluginServer
Implementation of IPluginServer interface. Create a local EasyBeans server instance and provide operations on this. If local server is found before creating, this one is used.
Constructor Summary | |
---|---|
EasyBeansPluginServer(java.lang.String configXmlFile,
java.util.List<java.lang.String> partialConfigXmlFiles)
Create an Embedded server instance with the specified XML file. |
Method Summary | |
---|---|
java.lang.String |
getVersion()
Get the version of EasyBeans server. |
boolean |
isRemoteInstance()
Determine if the server is a remote instance. |
boolean |
isStarted()
Determine if the server is started or not. |
void |
start(IPersistenceListener persistenceListener)
Launch the server. |
Methods inherited from class org.ow2.easybeans.mavenplugin.server.AbstractEasyBeansPluginServer |
---|
deployArchive, getLog, getServer, isStopped, localServerFound, removeArchiveIfDeployed, setServer, stop, undeployArchive |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EasyBeansPluginServer(java.lang.String configXmlFile, java.util.List<java.lang.String> partialConfigXmlFiles)
configXmlFile
- Path of EasyBeans XML configuration filepartialConfigXmlFiles
- Path list of partial EasyBeans XML
configuration file.Method Detail |
---|
public void start(IPersistenceListener persistenceListener)
persistenceListener
- The listener which is called before the deployment, or nullpublic java.lang.String getVersion()
getVersion
in interface org.ow2.util.maven.plugin.deployment.api.IPluginServer
getVersion
in class AbstractEasyBeansPluginServer
public boolean isStarted()
public boolean isRemoteInstance()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |