public interface DataspaceComponent extends FabricComponent, FabricManagedComponent
Title: Service Event Fabric Core
Description: Defines a Dataspace component.
Copyright: Copyright (c) 2009
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
java.util.List |
getCollectionsAll()
Returns list of all collections meta data in dataspace.
|
java.util.List |
getCollectionsByType(CollectionType type)
Returns list of collections meta data with specified type in dataspace.
|
java.util.List |
getCollectionTypes()
Returns list of all collection types in dataspace.
|
DataspaceType |
getDataspaceType()
Returns the
DataspaceType of this Dataspace instance. |
java.util.List |
getTimers()
Returns list of all timers meta data in dataspace.
|
java.util.List |
listCollectionsAll()
Returns list of all collection names in dataspace.
|
java.util.List |
listCollectionsByType(CollectionType type)
Returns list of collection names with specified type in dataspace.
|
java.util.List |
listTimers()
Returns list of all timer names in dataspace.
|
CollectionMetaData |
lookupCollectionMetaData(java.lang.String name)
Returns collection meta data for collection with specified name.
|
TimerMetaData |
lookupTimer(java.lang.String name)
Returns timer meta data for timer with specified name.
|
getComponentModel, getComponentReference, getContextId, getEventScope, getFabricAddress, getName, getPackageManifestManager, getSecurityContext, getType
getStartupDir, isNativeContext
getEventScope, getLogger, getState, setEventScope, setLogger
hasSinkEvents, listSinkEvents
existsActionableEvent, hasActionableEvents, listActionableEvents
existsEventTrigger, getEventTriggerData, hasEventTriggers, listEventTriggers
existsAdvisory, hasAdvisories, listAdvisories
DataspaceType getDataspaceType()
DataspaceType
of this Dataspace
instance.DataspaceType
of this component.java.util.List getCollectionTypes()
java.util.List listCollectionsByType(CollectionType type)
java.util.List listCollectionsAll()
java.util.List getCollectionsByType(CollectionType type)
java.util.List getCollectionsAll()
CollectionMetaData lookupCollectionMetaData(java.lang.String name)
name
- collection namejava.util.List listTimers()
java.util.List getTimers()
TimerMetaData lookupTimer(java.lang.String name)
name
- timer nameCopyright © 2015-2024 StreamScape Technologies. All rights reserved.