org.openhealthexchange.openpixpdq.ihe.configuration
Class ConfigurationLoader.IheBrokerController

java.lang.Object
  extended by org.openhealthexchange.openpixpdq.ihe.configuration.ConfigurationLoader.IheBrokerController
All Implemented Interfaces:
com.misyshealthcare.connect.base.IBrokerController
Enclosing class:
ConfigurationLoader

public class ConfigurationLoader.IheBrokerController
extends java.lang.Object
implements com.misyshealthcare.connect.base.IBrokerController

An implementation of a broker controller that will unregister and IHE actor.

Version:
1.0 - Jan 11, 2006
Author:
Jim Firby

Constructor Summary
ConfigurationLoader.IheBrokerController()
           
 
Method Summary
 boolean shouldUnregister(java.lang.Object actor)
          Whether to unregister of a give actor or not
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationLoader.IheBrokerController

public ConfigurationLoader.IheBrokerController()
Method Detail

shouldUnregister

public boolean shouldUnregister(java.lang.Object actor)
Whether to unregister of a give actor or not

Specified by:
shouldUnregister in interface com.misyshealthcare.connect.base.IBrokerController