public interface FabricComponent extends SLCallable
Title: Service Event Fabric Core
Description: A unifying interface for all Service Event Fabric
components.
Copyright: Copyright (c) 2009
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
ComponentModel |
getComponentModel()
Returns a model of the component.
|
ComponentReference |
getComponentReference()
Returns a
ComponentReference associated with the component. |
ContextId |
getContextId()
Returns the Context Id of this Fabric Component.
|
EventScope |
getEventScope()
Returns the scope of events that are generated by the component.
|
FabricAddress |
getFabricAddress()
Returns the
Fabric Address for this fabric component. |
java.lang.String |
getName()
Returns the name of the component.
|
PackageManifestManager |
getPackageManifestManager()
Returns the
Package Manifest Manager for the component. |
SecurityContext |
getSecurityContext()
Returns a Security Context associated with the user owning this component.
|
java.lang.String |
getType()
Returns the type of the component.
|
getStartupDir, isNativeContext
java.lang.String getName()
java.lang.String getType()
EventScope getEventScope()
ComponentModel getComponentModel()
ContextId getContextId()
FabricAddress getFabricAddress()
Fabric Address
for this fabric component.
TruFabric Link Protocol
.
The address bytes are as follows:
Event Source
in
order to definitively correlate any event to its source component.PackageManifestManager getPackageManifestManager()
Package Manifest Manager
for the component.
Class Loaders
.SecurityContext getSecurityContext()
null
if a security is disabled in the Fabric.ComponentReference getComponentReference()
ComponentReference
associated with the component.
This method will return null
if the component has LOCAL
event scope.
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.