Package | Description |
---|---|
griffon.plugins.hessian | |
org.codehaus.griffon.runtime.hessian | |
org.codehaus.griffon.runtime.jmx |
Modifier and Type | Method and Description |
---|---|
HessianClient |
HessianClientFactory.create(Map<String,Object> params,
String id) |
Modifier and Type | Method and Description |
---|---|
void |
HessianClientFactory.destroy(HessianClient client) |
R |
HessianClientCallback.handle(Map<String,Object> params,
HessianClient client) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultHessianClient |
class |
HessianClientDecorator |
class |
JMXAwareHessianClient |
Modifier and Type | Method and Description |
---|---|
HessianClient |
DefaultHessianClientFactory.create(Map<String,Object> params,
String id) |
protected HessianClient |
HessianClientDecorator.getDelegate() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultHessianClientFactory.destroy(HessianClient client) |
Constructor and Description |
---|
HessianClientDecorator(HessianClient delegate) |
JMXAwareHessianClient(HessianClient delegate) |
Constructor and Description |
---|
HessianClientMonitor(Metadata metadata,
HessianClient delegate,
String name) |