COSMOS ${releaseVersion} data-collection Project
Public API Specification

org.eclipse.cosmos.dc.local.domain
Class SimpleDomain

java.lang.Object
  extended by org.eclipse.cosmos.dc.local.domain.SimpleDomain
All Implemented Interfaces:
Domain
Direct Known Subclasses:
OSGiDomainHost

public class SimpleDomain
extends java.lang.Object
implements Domain


Constructor Summary
SimpleDomain()
           
 
Method Summary
 java.util.Collection<ProviderRegistry> getRegistryList()
           
 void processMessage(org.w3c.dom.Element event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleDomain

public SimpleDomain()
Method Detail

processMessage

public void processMessage(org.w3c.dom.Element event)
Specified by:
processMessage in interface Domain

getRegistryList

public java.util.Collection<ProviderRegistry> getRegistryList()
Specified by:
getRegistryList in interface Domain

COSMOS ${releaseVersion} data-collection Project
Public API Specification