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

java.lang.Object
  extended by org.openhealthexchange.openpixpdq.ihe.configuration.ConfigurationLoader.ActorDescription
      extended by org.openhealthexchange.openpixpdq.ihe.configuration.ConfigurationLoader.PixManagerActorDescription
All Implemented Interfaces:
IheActorDescription
Enclosing class:
ConfigurationLoader

public class ConfigurationLoader.PixManagerActorDescription
extends ConfigurationLoader.ActorDescription

An implementation of the IheActorDescription class to be used by PIX Manager Actor

Version:
1.0 - Dec 08, 2008
Author:
Wenzhi Li

Field Summary
 
Fields inherited from class org.openhealthexchange.openpixpdq.ihe.configuration.ConfigurationLoader.ActorDescription
actorType, consumerConnection, description, id, isInstalled, logConnections, sourceConnection, type
 
Constructor Summary
ConfigurationLoader.PixManagerActorDescription()
           
 
Method Summary
 java.util.Collection<com.misyshealthcare.connect.net.IConnectionDescription> getPixConsumerConnections()
          Gets a collection of connections for those PIX Consumers that subscribe to PIX Update Notification messages.
 com.misyshealthcare.connect.net.IConnectionDescription getXdsRegistryConnection()
          Gets the connection for the XDS Registry.
 
Methods inherited from class org.openhealthexchange.openpixpdq.ihe.configuration.ConfigurationLoader.ActorDescription
getActorType, getConnection, getDescription, getId, getLogConnection, getType, isInstalled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationLoader.PixManagerActorDescription

public ConfigurationLoader.PixManagerActorDescription()
Method Detail

getXdsRegistryConnection

public com.misyshealthcare.connect.net.IConnectionDescription getXdsRegistryConnection()
Gets the connection for the XDS Registry. The connect provides the details such as host name and port etc which are needed for this PIX Manager to talk to the XDS Registry.

Returns:
the connection of XDS Registry

getPixConsumerConnections

public java.util.Collection<com.misyshealthcare.connect.net.IConnectionDescription> getPixConsumerConnections()
Gets a collection of connections for those PIX Consumers that subscribe to PIX Update Notification messages. The connection provides the details such as host name and port etc which are needed for this PIX Manager to talk to the PIX Consumer.

Returns:
a collection of PIX consumer connections.