Package | Description |
---|---|
org.xins.common.manageable |
Interface for manageable objects, with supporting classes.
|
org.xins.server |
XINS server framework.
|
org.xins.server.frontend |
XINS Frontend Framework.
|
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).
|
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).
|
Modifier and Type | Method and Description |
---|---|
protected void |
SessionManager.bootstrapImpl(Map<String,String> bootstrapProperties) |
protected void |
FrontendCallingConvention.bootstrapImpl(Map<String,String> bootstrapProperties) |
See http://www.xins.org/.