|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.dsrg.sofa.deployment.DeploymentDockFactory
public class DeploymentDockFactory
A helper class for static dock creation
Method Summary | |
---|---|
static DeploymentDockImpl |
createDeploymentDock(java.lang.String name,
java.lang.String host,
java.lang.String port,
java.lang.String[] dockCapabilities)
Creates a new deployment dock |
static DeploymentDockImpl |
getCurrentDock()
Gets the current dock (each JVM runs only one) |
protected static void |
handleDockCapability(java.lang.String capab)
|
protected static void |
handleOSGi()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static DeploymentDockImpl createDeploymentDock(java.lang.String name, java.lang.String host, java.lang.String port, java.lang.String[] dockCapabilities) throws SOFAException
name
- The name of the dockhost
- Hostname of the machine running the deployment dock registryport
- Port where the deployment dock registry runsdockCapabilities
- array of dock capabilities which should be provided
SOFAException
protected static void handleDockCapability(java.lang.String capab)
protected static void handleOSGi()
public static DeploymentDockImpl getCurrentDock()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |