jasco.util.distribution
Class JascoDistributionConnectorGenerator

java.lang.Object
  extended by jasco.util.distribution.JascoDistributionConnectorGenerator

public class JascoDistributionConnectorGenerator
extends java.lang.Object

This class helps to generate automatically connectors customized with specific parameters for distribution. ldbn 28-9-2006


Constructor Summary
JascoDistributionConnectorGenerator()
           
 
Method Summary
 void generateConnForProxy(java.lang.Class typeOfProxy, long instanceId)
          This method generates automatically the connector that will instantiate the corresponding aspect to instrument an specific instance.ldbn 28-09-2006
 void loadConnector(java.lang.String connectorname, java.lang.String impl, boolean isLocal)
          This method writes a distributed connector to the file system loading then the connector.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JascoDistributionConnectorGenerator

public JascoDistributionConnectorGenerator()
Method Detail

generateConnForProxy

public void generateConnForProxy(java.lang.Class typeOfProxy,
                                 long instanceId)
This method generates automatically the connector that will instantiate the corresponding aspect to instrument an specific instance.ldbn 28-09-2006


loadConnector

public void loadConnector(java.lang.String connectorname,
                          java.lang.String impl,
                          boolean isLocal)
This method writes a distributed connector to the file system loading then the connector. It can be deployed locally or to all hosts