jasco.runtime.distribution
Class DistributedConnectorListener

java.lang.Object
  extended by jasco.runtime.distribution.DistributedConnectorListener
All Implemented Interfaces:
ConnectorRegistryListener

public class DistributedConnectorListener
extends java.lang.Object
implements ConnectorRegistryListener

Author:
lbenavid

Constructor Summary
DistributedConnectorListener()
           
 
Method Summary
 void registryChanged(CRChangeEvent event)
          This method will distribute a coonector, making the distributed load of Aspects
 void registryUpdated()
          method invoked when the automatic connector loading process is finished is invoked regardless of whether connectors were added or deleted use registryChanged to know that.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistributedConnectorListener

public DistributedConnectorListener()
Method Detail

registryChanged

public void registryChanged(CRChangeEvent event)
This method will distribute a coonector, making the distributed load of Aspects

Specified by:
registryChanged in interface ConnectorRegistryListener
See Also:
ConnectorRegistryListener.registryChanged(jasco.runtime.CRChangeEvent)

registryUpdated

public void registryUpdated()
Description copied from interface: ConnectorRegistryListener
method invoked when the automatic connector loading process is finished is invoked regardless of whether connectors were added or deleted use registryChanged to know that.

Specified by:
registryUpdated in interface ConnectorRegistryListener