org.objectweb.jasmine.jade.ejb
Interface JadeEJBRemote

All Known Implementing Classes:
JadeEJB

public interface JadeEJBRemote

Author:
Yann Davin (yann.davin@gmail.com) 2006

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

setJMXURL

void setJMXURL(java.lang.String host,
               java.lang.String port)
               throws java.lang.Exception
Configure the connection with the Jade JMX agent registered in RMI registry listening on host:port.

Parameters:
host -
port -
Throws:
java.lang.Exception

deploy

int deploy(java.lang.String idAdl,
           java.util.Map<java.lang.String,java.lang.String> context)
           throws java.lang.Exception
Parameters:
idAdl -
context -
Returns:
Throws:
java.lang.Exception

deploy

int deploy(java.lang.String idAdl,
           java.lang.String host,
           java.lang.String jadeNodeNumber)
           throws java.lang.Exception
deploy the architecture defined, by the ADL idAdl and configured with the context, on JadeNode host_jadeNodeNumber.

Parameters:
idAdl -
host -
jadeNodeNumber -
Returns:
Throws:
java.lang.Exception

deploy

int deploy(java.lang.String idAdl,
           java.lang.String host,
           java.lang.String dirLocal,
           java.lang.String jadeNodeNumber)
           throws java.lang.Exception
deploy the architecture, defined by the ADL idAdl and configured with the context.

Parameters:
idAdl -
host -
dirLocal -
jadeNodeNumber -
Returns:
Throws:
java.lang.Exception

deploy

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
deploy the architecture, defined by the ADL idAdl and configured with the context.

Parameters:
idAdl -
host -
dirLocal -
jadeNodeNumber -
installerUrl -
Returns:
Throws:
java.lang.Exception

start

void start(int componentId)
           throws java.lang.Exception
start the architecture modelized with the Fractal component c.

Parameters:
c -
Throws:
java.lang.Exception

stop

void stop(int componentId)
          throws java.lang.Exception
stop the architecture modelized with the Fractal component c.

Parameters:
c -
Throws:
java.lang.Exception

setAttribute

void setAttribute(int componentID,
                  java.lang.String attribute,
                  java.lang.String value)
                  throws java.lang.Exception
Parameters:
componentID -
attribute -
value -
Throws:
java.lang.Exception

listJadeNode

java.lang.String[] listJadeNode()
                                throws java.lang.Exception
Returns:
Throws:
java.lang.Exception


Copyright © 2008 OW2 Consortium. All Rights Reserved.