jasco.runtime.mixin
Class MixinManager

java.lang.Object
  extended by jasco.runtime.mixin.MixinManager
All Implemented Interfaces:
ConnectorRegistryListener

public class MixinManager
extends java.lang.Object
implements ConnectorRegistryListener

Author:
Wim

Method Summary
static MixinManager getInstance()
           
 java.lang.Object mixinOf(java.lang.Object target, java.lang.Class toImplement)
           
 void registryChanged(CRChangeEvent event)
          method invoked whenever something changes in the connector registry: connector added, removed, connector combinattion strategy added or removed,...
 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
 

Method Detail

getInstance

public static final MixinManager getInstance()

mixinOf

public java.lang.Object mixinOf(java.lang.Object target,
                                java.lang.Class toImplement)
                         throws NoMixinFound
Throws:
NoMixinFound

registryChanged

public void registryChanged(CRChangeEvent event)
Description copied from interface: ConnectorRegistryListener
method invoked whenever something changes in the connector registry: connector added, removed, connector combinattion strategy added or removed,...

Specified by:
registryChanged in interface ConnectorRegistryListener

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