Package | Description |
---|---|
com.streamscape.runtime.mf.admin.obj | |
com.streamscape.sef.exchange | |
com.streamscape.sef.service.dsl |
Modifier and Type | Method and Description |
---|---|
static void |
SemanticObjectReferenceStore.beginXact()
Starts a pseudo-transaction for the calling thread.
|
static void |
SemanticObjectReferenceStore.beginXact(FabricComponent component)
Starts a pseudo-transaction for the calling thread.
|
static void |
SemanticObjectReferenceStore.bind(java.lang.String name,
java.lang.Object obj)
Binds the named object instance to the current active
ReferenceContext by serializing
the object as XML into the persistence store. |
static void |
SemanticObjectReferenceStore.commitXact()
Commits a pseudo-transaction and releases all resources held by the transaction.
|
static ReferenceContext |
SemanticObjectReferenceStore.createSubcontext(ReferenceContext parentContext,
java.lang.String subName)
Creates a reference context under an existing sub-context.
|
static ReferenceContext |
SemanticObjectReferenceStore.createSubcontextFromNamespace(java.lang.String ctxNamespace)
Creates a reference context from a Namespace string.
|
static void |
SemanticObjectReferenceStore.destroySubcontext(ReferenceContext refCtx)
Destroys a sub-context.
|
static boolean |
SemanticObjectReferenceStore.existsBinding(java.lang.String name)
Returns true if a specified name is bound to the current
Reference Context . |
static ReferenceContext |
SemanticObjectReferenceStore.getReferenceContext()
Returns the current reference context.
|
static ReferenceContext |
SemanticObjectReferenceStore.getRootContext()
Returns the root context (the top of the tree).
|
static java.util.List |
SemanticObjectReferenceStore.listBoundNames(java.lang.String typeFilter)
Returns a list of names bound to the current context.
|
static java.util.List |
SemanticObjectReferenceStore.listSubcontexts()
Lists the sub-context of a particular context.
|
static java.lang.Object |
SemanticObjectReferenceStore.loadObject(ObjectPropertyValue scoParameterValue)
Loads an object specified by a
Service Configuration Property of type OBJECT
from the underlying configuration store. |
static java.lang.Object |
SemanticObjectReferenceStore.lookup(java.lang.String name)
Lookup the object in the underlying configuration store.
|
static ReferenceContext |
SemanticObjectReferenceStore.lookupReferenceContext(java.lang.String ctxNamespace)
Returns an instance of a
ReferenceContext based on the specified namespace if
it exists. |
static void |
SemanticObjectReferenceStore.moveObjectToJunk(java.lang.String objectName) |
static void |
SemanticObjectReferenceStore.rebind(java.lang.String name,
java.lang.Object obj)
Rebinds the named object to the same name.
|
static void |
SemanticObjectReferenceStore.rename(java.lang.String oldName,
java.lang.String newName)
Renames the binding to a different name.
|
static void |
SemanticObjectReferenceStore.setReferenceContext(ReferenceContext refCtx)
Sets the current reference context.
|
static void |
SemanticObjectReferenceStore.unbind(java.lang.String name)
Unbinds the referenced instance name from the repository.
|
Modifier and Type | Method and Description |
---|---|
static void |
FabricClusterFactory.dropObjectFromRepository() |
static FabricCluster |
FabricClusterFactory.getObjectFromRepository() |
static void |
FabricClusterFactory.putObjectToRepository(FabricCluster object) |
Modifier and Type | Method and Description |
---|---|
void |
DSLSyntaxFactory.remove()
Removes all syntaxes from factory and from disk.
|
void |
DSLSyntaxFactoryManager.removeDSLSyntaxFactory(java.lang.String serviceType)
Removes DSLSyntaxFactory for specified service type.
|
void |
DSLSyntaxFactory.save()
Saves all changes to disk.
|
void |
DSLSyntaxFactory.saveDSLSyntax(com.streamscape.slex.lang.DSLStatementSyntax syntax)
Adds specified syntax and saves it to disk.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.