Package | Description |
---|---|
griffon.plugins.hessian | |
org.codehaus.griffon.runtime.hessian | |
org.codehaus.griffon.runtime.jmx |
Modifier and Type | Method and Description |
---|---|
BurlapClient |
BurlapClientFactory.create(Map<String,Object> params,
String id) |
Modifier and Type | Method and Description |
---|---|
void |
BurlapClientFactory.destroy(BurlapClient client) |
R |
BurlapClientCallback.handle(Map<String,Object> params,
BurlapClient client) |
Modifier and Type | Class and Description |
---|---|
class |
BurlapClientDecorator |
class |
DefaultBurlapClient |
class |
JMXAwareBurlapClient |
Modifier and Type | Method and Description |
---|---|
BurlapClient |
DefaultBurlapClientFactory.create(Map<String,Object> params,
String id) |
protected BurlapClient |
BurlapClientDecorator.getDelegate() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultBurlapClientFactory.destroy(BurlapClient client) |
Constructor and Description |
---|
BurlapClientDecorator(BurlapClient delegate) |
JMXAwareBurlapClient(BurlapClient delegate) |
Constructor and Description |
---|
BurlapClientMonitor(Metadata metadata,
BurlapClient delegate,
String name) |