|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JadeEJBRemote
| Method Summary | |
|---|---|
int |
deploy(java.lang.String idAdl,
java.util.Map<java.lang.String,java.lang.String> context)
|
int |
deploy(java.lang.String idAdl,
java.lang.String host,
java.lang.String jadeNodeNumber)
deploy the architecture defined, by the ADL idAdl and configured with the context, on JadeNode host_jadeNodeNumber. |
int |
deploy(java.lang.String idAdl,
java.lang.String host,
java.lang.String dirLocal,
java.lang.String jadeNodeNumber)
deploy the architecture, defined by the ADL idAdl and configured with the context. |
int |
deploy(java.lang.String idAdl,
java.lang.String host,
java.lang.String dirLocal,
java.lang.String jadeNodeNumber,
java.lang.String installerUrl)
deploy the architecture, defined by the ADL idAdl and configured with the context. |
java.lang.String[] |
listJadeNode()
|
void |
setAttribute(int componentID,
java.lang.String attribute,
java.lang.String value)
|
void |
setJMXURL(java.lang.String host,
java.lang.String port)
Configure the connection with the Jade JMX agent registered in RMI registry listening on host:port. |
void |
start(int componentId)
start the architecture modelized with the Fractal component c. |
void |
stop(int componentId)
stop the architecture modelized with the Fractal component c. |
| Method Detail |
|---|
void setJMXURL(java.lang.String host,
java.lang.String port)
throws java.lang.Exception
host - port -
java.lang.Exception
int deploy(java.lang.String idAdl,
java.util.Map<java.lang.String,java.lang.String> context)
throws java.lang.Exception
idAdl - context -
java.lang.Exception
int deploy(java.lang.String idAdl,
java.lang.String host,
java.lang.String jadeNodeNumber)
throws java.lang.Exception
idAdl - host - jadeNodeNumber -
java.lang.Exception
int deploy(java.lang.String idAdl,
java.lang.String host,
java.lang.String dirLocal,
java.lang.String jadeNodeNumber)
throws java.lang.Exception
idAdl - host - dirLocal - jadeNodeNumber -
java.lang.Exception
int deploy(java.lang.String idAdl,
java.lang.String host,
java.lang.String dirLocal,
java.lang.String jadeNodeNumber,
java.lang.String installerUrl)
throws java.lang.Exception
idAdl - host - dirLocal - jadeNodeNumber - installerUrl -
java.lang.Exception
void start(int componentId)
throws java.lang.Exception
c -
java.lang.Exception
void stop(int componentId)
throws java.lang.Exception
c -
java.lang.Exception
void setAttribute(int componentID,
java.lang.String attribute,
java.lang.String value)
throws java.lang.Exception
componentID - attribute - value -
java.lang.Exception
java.lang.String[] listJadeNode()
throws java.lang.Exception
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||