org.drools.examples.broker.model
Class CompanyRegistry
java.lang.Object
org.drools.examples.broker.model.CompanyRegistry
public class CompanyRegistry
- extends Object
A helper class to load and return the list of companies
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompanyRegistry
public CompanyRegistry()
getCompanies
public Collection<Company> getCompanies()
getCompany
public Company getCompany(String symbol)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.