Package | Description |
---|---|
org.xins.client |
XINS client framework.
|
org.xins.common.collections |
Collection-related utility classes.
|
org.xins.common.manageable |
Interface for manageable objects, with supporting classes.
|
org.xins.common.service |
Service calling classes, supporting load-balancing and failover.
|
org.xins.server |
XINS server framework.
|
org.xins.server.frontend |
XINS Frontend Framework.
|
Constructor and Description |
---|
AbstractCAPI(Map<String,String> properties,
String apiName)
Creates a new
AbstractCAPI object based on the specified
set of properties and the specified name. |
Modifier and Type | Method and Description |
---|---|
static int |
MapStringUtils.getIntProperty(Map<String,String> properties,
String propertyName)
Gets the property with the specified name and converts it to an
int . |
static int |
PropertyReaderUtils.getIntProperty(PropertyReader properties,
String propertyName)
Deprecated.
Gets the property with the specified name and converts it to an
int . |
static String |
MapStringUtils.getRequiredProperty(Map<String,String> properties,
String name)
Retrieves the specified property and throws a
MissingRequiredPropertyException if it is not set. |
static String |
PropertyReaderUtils.getRequiredProperty(PropertyReader properties,
String name)
Deprecated.
Retrieves the specified property and throws a
MissingRequiredPropertyException if it is not set. |
Modifier and Type | Method and Description |
---|---|
void |
Manageable.bootstrap(Map<String,String> properties)
Performs the bootstrap procedure (wrapper method).
|
protected void |
Manageable.bootstrapImpl(Map<String,String> properties)
Performs the bootstrap procedure (actual implementation).
|
void |
Manageable.init(Map<String,String> properties)
Performs the initialization procedure (wrapper method).
|
protected void |
Manageable.initImpl(Map<String,String> properties)
Performs the initialization procedure (actual implementation).
|
Modifier and Type | Method and Description |
---|---|
static Descriptor |
DescriptorBuilder.build(Map<String,String> properties,
String propertyName)
Builds a
Descriptor based on the specified set of
properties. |
static Descriptor |
DescriptorBuilder.build(ServiceCaller caller,
Map<String,String> properties,
String propertyName)
Builds a
Descriptor based on the specified set of
properties, for the specified service caller. |
static Descriptor |
DescriptorBuilder.build(String descriptorValue)
Builds a
Descriptor based on the specified value. |
Modifier and Type | Method and Description |
---|---|
protected void |
StatisticsInterceptor.bootstrapImpl(Map<String,String> properties) |
protected void |
ContextIDInterceptor.bootstrapImpl(Map<String,String> properties) |
protected void |
API.bootstrapImpl(Map<String,String> buildSettings)
Bootstraps this API (wrapper method).
|
protected void |
API.bootstrapImpl2(Map<String,String> buildSettings)
Bootstraps this API (implementation method).
|
protected void |
RuntimeProperties.init(Map<String,String> runtimeSettings)
Initialize the runtime properties.
|
protected void |
XSLTCallingConvention.initImpl(Map<String,String> runtimeProperties) |
protected void |
LoadBalancerInterceptor.initImpl(Map<String,String> properties) |
protected void |
ContextIDInterceptor.initImpl(Map<String,String> properties) |
protected void |
API.initImpl(Map<String,String> runtimeSettings)
Initializes this API.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SessionManager.bootstrapImpl(Map<String,String> bootstrapProperties) |
protected void |
FrontendCallingConvention.bootstrapImpl(Map<String,String> bootstrapProperties) |
protected void |
FrontendCallingConvention.initImpl(Map<String,String> runtimeProperties) |
See http://www.xins.org/.