public class FrameworkProperties extends java.lang.Object implements PropertiesHandler
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROP_BYPASS_WSDL_REPOSITORY |
static java.lang.String |
PROP_KILL_ON_SHUTDOWN_HOOK
Property id to specify the size of the ThreadPool.
|
static java.lang.String |
PROP_PROXY_FACTORY_CLASS |
static java.lang.String |
PROP_SERVREF_FACTRORY_CLASS
Property id to specify the service reference factory class name.
|
static java.lang.String |
PROP_THREADPOOL_SIZE
Property id to specify the size of the ThreadPool.
|
static java.lang.String |
PROP_WSDL_SUPPORT_FACTORY_CLASS
Qualified name of the WSDL support factory class to use when creating WSDL parsers and
serializers.
|
static boolean |
REFERENCE_PARAM_MODE |
FALSE, TRUE| Constructor and Description |
|---|
FrameworkProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
finishedSection(int depth)
This method indicates the PropertiesHandler, that the last section with the given depth has
been read completely.
|
static FrameworkProperties |
getInstance()
Return instance of device properties.
|
boolean |
getKillOnShutdownHook() |
java.lang.String |
getProxyServiceFactroryClass() |
java.lang.String |
getServiceReferenceFactoryClass()
Get the class name of the service reference factory class.
|
int |
getThreadPoolSize()
Get the size of the common thread pool.
|
boolean |
isBypassWsdlRepository() |
void |
setBypassWsdlRepository(boolean bypassWsdlRepository) |
void |
setKillOnShutdownHook(boolean b) |
void |
setProperties(PropertyHeader header,
Property property) |
void |
setProxyServiceFactoryClass(java.lang.String className) |
void |
setServiceReferenceFactoryClass(java.lang.String className) |
void |
setThreadPoolSize(int size) |
public static final java.lang.String PROP_WSDL_SUPPORT_FACTORY_CLASS
public static final java.lang.String PROP_PROXY_FACTORY_CLASS
public static final java.lang.String PROP_SERVREF_FACTRORY_CLASS
public static final java.lang.String PROP_KILL_ON_SHUTDOWN_HOOK
public static final java.lang.String PROP_THREADPOOL_SIZE
public static final java.lang.String PROP_BYPASS_WSDL_REPOSITORY
public static final boolean REFERENCE_PARAM_MODE
public static FrameworkProperties getInstance()
public void setProperties(PropertyHeader header, Property property)
setProperties in interface PropertiesHandlerheader - header of sectionproperty - property within sectionpublic void finishedSection(int depth)
PropertiesHandlerfinishedSection in interface PropertiesHandlerdepth - depth of section.public java.lang.String getProxyServiceFactroryClass()
public java.lang.String getServiceReferenceFactoryClass()
public void setServiceReferenceFactoryClass(java.lang.String className)
public boolean getKillOnShutdownHook()
public void setKillOnShutdownHook(boolean b)
public int getThreadPoolSize()
public void setThreadPoolSize(int size)
public boolean isBypassWsdlRepository()
public void setBypassWsdlRepository(boolean bypassWsdlRepository)
bypassWsdlRepository - whether to bypass the WSDL repository during proxy service creation or notpublic void setProxyServiceFactoryClass(java.lang.String className)