org.drools.grid.service.directory.impl
Class CoreServicesLookupImpl

java.lang.Object
  extended by org.drools.grid.service.directory.impl.CoreServicesLookupImpl
All Implemented Interfaces:
CoreServicesLookup

public class CoreServicesLookupImpl
extends Object
implements CoreServicesLookup


Constructor Summary
CoreServicesLookupImpl(Map<String,GridServiceDescription> services)
           
 
Method Summary
 Map<String,GridServiceDescription> getServices()
           
 GridServiceDescription lookup(Class cls)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoreServicesLookupImpl

public CoreServicesLookupImpl(Map<String,GridServiceDescription> services)
Method Detail

getServices

public Map<String,GridServiceDescription> getServices()
Specified by:
getServices in interface CoreServicesLookup

lookup

public GridServiceDescription lookup(Class cls)
Specified by:
lookup in interface CoreServicesLookup


Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.