| Modifier and Type | Method and Description |
|---|---|
ServicesConfig |
AbstractFrameworkGraniteConfig.getServicesConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRemoteDestination.initServices(ServicesConfig servicesConfig) |
| Modifier and Type | Method and Description |
|---|---|
static ServicesConfig |
ServletServicesConfig.loadConfig(ServletContext context) |
static ServicesConfig |
ServletServicesConfig.loadConfig(ServletContext context,
boolean skipScan) |
| Modifier and Type | Method and Description |
|---|---|
static ServletServicesConfig |
ServletServicesConfig.loadConfig(ServletContext context,
ServicesConfig servicesConfig) |
| Modifier and Type | Method and Description |
|---|---|
ServicesConfig |
GraniteContext.getServicesConfig() |
| Modifier and Type | Method and Description |
|---|---|
static SimpleGraniteContext |
SimpleGraniteContext.createThreadInstance(GraniteConfig graniteConfig,
ServicesConfig servicesConfig,
Map<String,Object> applicationMap) |
static SimpleGraniteContext |
SimpleGraniteContext.createThreadInstance(GraniteConfig graniteConfig,
ServicesConfig servicesConfig,
Map<String,Object> applicationMap,
String clientType) |
static SimpleGraniteContext |
SimpleGraniteContext.createThreadInstance(GraniteConfig graniteConfig,
ServicesConfig servicesConfig,
String sessionId,
Map<String,Object> applicationMap,
String clientType) |
| Constructor and Description |
|---|
GraniteContext(GraniteConfig graniteConfig,
ServicesConfig servicesConfig,
String sessionId) |
GraniteContext(GraniteConfig graniteConfig,
ServicesConfig servicesConfig,
String sessionId,
String clientType) |
| Modifier and Type | Method and Description |
|---|---|
ServicesConfig |
GravityBean.getServicesConfig() |
| Modifier and Type | Method and Description |
|---|---|
ServicesConfig |
DefaultGravity.getServicesConfig() |
ServicesConfig |
Gravity.getServicesConfig() |
ServicesConfig |
GravityProxy.getServicesConfig() |
| Modifier and Type | Method and Description |
|---|---|
Gravity |
DefaultGravityFactory.newGravity(GravityConfig gravityConfig,
ServicesConfig servicesConfig,
GraniteConfig graniteConfig,
SharedContext sharedContext) |
Gravity |
GravityFactory.newGravity(GravityConfig gravityConfig,
ServicesConfig servicesConfig,
GraniteConfig graniteConfig,
SharedContext sharedContext) |
| Constructor and Description |
|---|
DefaultGravity(GravityConfig gravityConfig,
ServicesConfig servicesConfig,
GraniteConfig graniteConfig,
SharedContext sharedContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMessagingDestination.initServices(ServicesConfig servicesConfig) |
| Modifier and Type | Method and Description |
|---|---|
GAEGravity |
GAEGravityFactory.newGravity(GravityConfig gravityConfig,
ServicesConfig servicesConfig,
GraniteConfig graniteConfig,
SharedContext sharedContext) |
| Constructor and Description |
|---|
GAEGravity(GravityConfig gravityConfig,
ServicesConfig servicesConfig,
GraniteConfig graniteConfig,
SharedContext sharedContext) |
| Modifier and Type | Field and Description |
|---|---|
protected ServicesConfig |
AMFMessageFilter.servicesConfig |
| Modifier and Type | Method and Description |
|---|---|
static ServletGraniteContext |
ServletGraniteContext.createThreadInstance(GraniteConfig graniteConfig,
ServicesConfig servicesConfig,
ServletContext context,
HttpSession session,
String clientType) |
static ServletGraniteContext |
ServletGraniteContext.createThreadInstance(GraniteConfig graniteConfig,
ServicesConfig servicesConfig,
ServletContext context,
String sessionId,
String clientType) |
static HttpGraniteContext |
HttpGraniteContext.createThreadIntance(GraniteConfig graniteConfig,
ServicesConfig servicesConfig,
ServletContext servletContext,
HttpServletRequest request,
HttpServletResponse response) |
void |
AMFEndpoint.service(GraniteConfig graniteConfig,
ServicesConfig servicesConfig,
ServletContext context,
HttpServletRequest request,
HttpServletResponse response) |
protected void |
AMFEndpoint.serviceAMF(GraniteConfig graniteConfig,
ServicesConfig servicesConfig,
ServletContext context,
HttpServletRequest request,
HttpServletResponse response) |
protected void |
AMFEndpoint.serviceJMFAMF(GraniteConfig graniteConfig,
ServicesConfig servicesConfig,
ServletContext context,
HttpServletRequest request,
HttpServletResponse response) |
| Constructor and Description |
|---|
HttpGraniteContext(GraniteConfig graniteConfig,
ServicesConfig servicesConfig,
ServletContext servletContext,
HttpServletRequest request,
HttpServletResponse response) |
ServletGraniteContext(GraniteConfig graniteConfig,
ServicesConfig servicesConfig,
ServletContext servletContext,
HttpSession session,
String clientType) |
ServletGraniteContext(GraniteConfig graniteConfig,
ServicesConfig servicesConfig,
ServletContext servletContext,
String sessionId,
String clientType) |