| Package | Description |
|---|---|
| org.granite.config | |
| org.granite.messaging.jmf | |
| org.granite.messaging.webapp |
| Modifier and Type | Method and Description |
|---|---|
static SharedContext |
GraniteConfigListener.getDumpSharedContext(javax.servlet.ServletContext servletContext) |
SharedContext |
GraniteConfig.getSharedContext() |
static SharedContext |
GraniteConfigListener.getSharedContext(javax.servlet.ServletContext servletContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
GraniteConfig.setSharedContext(SharedContext sharedContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSharedContext |
| Modifier and Type | Field and Description |
|---|---|
protected SharedContext |
JMFDeserializer.context |
protected SharedContext |
JMFSerializer.context |
| Modifier and Type | Method and Description |
|---|---|
SharedContext |
InputContext.getSharedContext() |
SharedContext |
JMFDeserializer.getSharedContext() |
SharedContext |
JMFSerializer.getSharedContext() |
SharedContext |
OutputContext.getSharedContext() |
| Constructor and Description |
|---|
JMFDeserializer(java.io.InputStream is,
SharedContext context) |
JMFDumper(java.io.InputStream is,
SharedContext context,
java.io.PrintStream ps) |
JMFDumper(java.io.InputStream is,
SharedContext context,
java.io.PrintStream ps,
int maxArrayElements) |
JMFSerializer(java.io.OutputStream outputStream,
SharedContext context) |
| Modifier and Type | Field and Description |
|---|---|
protected SharedContext |
AMFMessageFilter.jmfSharedContext |