org.apache.openejb.assembler.classic.util
Class ServiceConfiguration

java.lang.Object
  extended by org.apache.openejb.assembler.classic.util.ServiceConfiguration

public class ServiceConfiguration
extends Object


Constructor Summary
ServiceConfiguration(Properties properties, Collection<ServiceInfo> availableServices)
           
 
Method Summary
 Collection<ServiceInfo> getAvailableServices()
           
 Properties getProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceConfiguration

public ServiceConfiguration(Properties properties,
                            Collection<ServiceInfo> availableServices)
Method Detail

getProperties

public Properties getProperties()

getAvailableServices

public Collection<ServiceInfo> getAvailableServices()


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.