|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.dsrg.sofa.deployment.DockHelper
public class DockHelper
A helper class for static dock creation
Constructor Summary | |
---|---|
DockHelper()
|
Method Summary | |
---|---|
static DeploymentDock |
createDeploymentDock(java.lang.String name,
java.lang.String host,
java.lang.String port)
Creates a new deployment dock |
static DeploymentDock |
getCurrentDock()
Gets the current dock (each JVM runs only one) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DockHelper()
Method Detail |
---|
public static DeploymentDock createDeploymentDock(java.lang.String name, java.lang.String host, java.lang.String port)
name
- The name of the dockhost
- Hostname of the machine running the deployment dock registryport
- Port where the deployment dock registry runs
public static DeploymentDock getCurrentDock()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |