public interface FabricContext
Title: Service Event Fabric Core
Description: Base interface for RuntimeContext
and ClientContext
.
Copyright: Copyright (c) 2011
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
AdvisoryDatagramFactory |
getAdvisoryDatagramFactory()
Returns an Advisory Datagram Factory of the context.
|
AnnotationManager |
getAnnotationManager()
Returns an Annotation Manager of the context.
|
com.streamscape.lib.loader.ClassLoaderRegistry |
getClassLoaderRegistry()
Returns a class loader registry of the context.
|
DatagramFactoryManager |
getDatagramFactoryManager()
Returns a Datagram Factory Manager of the context.
|
DatagramPrototypeCache |
getDatagramPrototypeCache()
Returns a Datagram Prototype Cache of the context.
|
DatagramPrototypeFactory |
getDatagramPrototypeFactory()
Returns a Datagram Prototype Factory of the context.
|
DiscoveryModule |
getDiscoveryModule()
Returns an active Discovery Module of the context.
|
DiscoveryModuleFactory |
getDiscoveryModuleFactory()
Returns a Discovery Module Factory of the context.
|
java.lang.String |
getDomain()
Returns a domain name of the Fabric.
|
EventDatagramFactory |
getEventDatagramFactory()
Returns an Event Datagram Factory of the context.
|
ExceptionDatagramFactory |
getExceptionDatagramFactory()
Returns an Exception Datagram Factory of the context.
|
java.util.UUID |
getFabricUID()
Returns an unique identifier of the Fabric.
|
JSerializer |
getJSerializer()
Returns a default Java Serializer of the context.
|
JSerializerFactory |
getJSerializerFactory()
Returns the Java Serializer Factory of the context.
|
JSONSerializer |
getJSONSerializer()
Returns a default JSON Serializer of the context.
|
JSONSerializerFactory |
getJSONSerializerFactory()
Returns the JSON Serializer Factory of the context.
|
ObjectMediationFactoryManager |
getObjectMediationFactoryManager()
Returns an Object Mediation Factory Manager of the context.
|
OpaqueDatagramFactory |
getOpaqueDatagramFactory()
Returns an Opaque Datagram Factory of the context.
|
SDRManagerFactory |
getSDRManagerFactory()
Returns a SDR Manager Factory of the context.
|
AliasManager |
getSemanticAliasManager()
Returns an Alias Manager of the context.
|
SemanticTypeCache |
getSemanticTypeCache()
Returns a Semantic Type Cache of the context.
|
SemanticTypeFactory |
getSemanticTypeFactory()
Returns a Semantic Type Factory of the context.
|
java.lang.ClassLoader |
getSystemClassLoaderChain()
Returns a root of the registry's class loader chain.
|
TypeAnalyzerFactory |
getTypeAnalyzerFactory()
Returns a Type Analyzer Factory of the context.
|
XSerializer |
getXSerializer()
Returns a default XML Serializer of the context.
|
XSerializerFactory |
getXSerializerFactory()
Returns the XML Serializer Factory of the context.
|
java.lang.String getDomain()
java.util.UUID getFabricUID()
DatagramFactoryManager getDatagramFactoryManager()
DatagramPrototypeCache getDatagramPrototypeCache()
DatagramPrototypeFactory getDatagramPrototypeFactory()
ObjectMediationFactoryManager getObjectMediationFactoryManager()
SemanticTypeCache getSemanticTypeCache()
AliasManager
.SemanticTypeFactory getSemanticTypeFactory()
AliasManager getSemanticAliasManager()
AnnotationManager getAnnotationManager()
AdvisoryDatagramFactory getAdvisoryDatagramFactory()
AdvisoryEventDatagram
objects.EventDatagramFactory getEventDatagramFactory()
EventDatagram
objects.OpaqueDatagramFactory getOpaqueDatagramFactory()
OpaqueDatagram
objects.
Opaque datagrams are semi-structured objects that are light-weight entities.
They are optimal for high performance message passing or for exchanging non-structured data.ExceptionDatagramFactory getExceptionDatagramFactory()
ExceptionEventDatagram
objects.XSerializerFactory getXSerializerFactory()
XSerializer
factory.JSerializerFactory getJSerializerFactory()
JSerializer
factory.JSONSerializerFactory getJSONSerializerFactory()
JSONSerializer
factory.XSerializer getXSerializer()
JSerializer getJSerializer()
JSONSerializer getJSONSerializer()
DiscoveryModuleFactory getDiscoveryModuleFactory()
DiscoveryModule
objects.DiscoveryModule getDiscoveryModule()
TypeAnalyzerFactory getTypeAnalyzerFactory()
SemanticTypeCache
and ClassLoader
from the context.SDRManagerFactory getSDRManagerFactory()
ReferencePathManager
instances.java.lang.ClassLoader getSystemClassLoaderChain()
com.streamscape.lib.loader.ClassLoaderRegistry getClassLoaderRegistry()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.