public static class CascadingServices.NullDocumentService extends Object implements DocumentService
DOCUMENT_SERVICE_CLASS_PROPERTY
Constructor and Description |
---|
CascadingServices.NullDocumentService() |
Modifier and Type | Method and Description |
---|---|
List<Map<String,Object>> |
find(String type,
String[] query) |
Map |
get(String type,
String key) |
boolean |
isEnabled()
Returns true if this service has been enabled.
|
void |
put(String key,
Object object) |
void |
put(String type,
String key,
Object object) |
void |
setProperties(Map<Object,Object> properties) |
void |
startService()
May be called more than once, but only the first invocation will start the service.
|
void |
stopService()
May be called more than once, but only the first invocation will stop the service.
|
boolean |
supportsFind() |
public CascadingServices.NullDocumentService()
public boolean isEnabled()
CascadingService
isEnabled
in interface CascadingService
public void setProperties(Map<Object,Object> properties)
setProperties
in interface CascadingService
public void startService()
CascadingService
startService
in interface CascadingService
public void stopService()
CascadingService
stopService
in interface CascadingService
public void put(String key, Object object)
put
in interface DocumentService
public void put(String type, String key, Object object)
put
in interface DocumentService
public boolean supportsFind()
supportsFind
in interface DocumentService
Copyright © 2007-2015 Concurrent, Inc. All Rights Reserved.