public class MyProxyServiceEnvironment extends AbstractEnvironment
Created by Jeff Gaynor
on 9/4/15 at 11:00 AM
Modifier and Type | Field and Description |
---|---|
protected List<MyProxyServiceFacade> |
myProxyServices |
constants
Constructor and Description |
---|
MyProxyServiceEnvironment() |
MyProxyServiceEnvironment(MyLoggingFacade myLogger,
List<MyProxyFacadeProvider> mfp) |
MyProxyServiceEnvironment(MyLoggingFacade myLogger,
List<MyProxyFacadeProvider> mfp,
Map<String,String> constants) |
Modifier and Type | Method and Description |
---|---|
List<MyProxyServiceFacade> |
getMyProxyServices() |
debug, error, getConstants, getMyLogger, info, isDebugOn, isPingable, setDebugOn, setPingable, warn
protected List<MyProxyServiceFacade> myProxyServices
public MyProxyServiceEnvironment()
public MyProxyServiceEnvironment(MyLoggingFacade myLogger, List<MyProxyFacadeProvider> mfp)
public MyProxyServiceEnvironment(MyLoggingFacade myLogger, List<MyProxyFacadeProvider> mfp, Map<String,String> constants)
public List<MyProxyServiceFacade> getMyProxyServices()
Copyright © 2019. All Rights Reserved.