Constructor and Description |
---|
FileSystemProvider(RuntimeContext context) |
Modifier and Type | Method and Description |
---|---|
RuntimeContext |
RuntimeContext.getCallable() |
static RuntimeContext |
RuntimeContext.getInstance()
Initializes the Runtime Context for a calling application and returns an instance of the
RuntimeContext object that allows users to interact with the fabric's runtime,
configuration environment and component registry. |
Constructor and Description |
---|
StatsMonitor(RuntimeContext context)
Constructs the monitor with a default sampling interval (1000 msec).
|
StatsMonitor(RuntimeContext context,
int samplingInterval)
Constructs the monitor with the specified sampling interval (in milliseconds).
|
Modifier and Type | Method and Description |
---|---|
static void |
EventPrototypeComparator.setRuntimeContext(RuntimeContext ctx) |
Constructor and Description |
---|
ContainerFactory(RuntimeContext context)
Constructs a new factory.
|
Constructor and Description |
---|
DBConnectionLexiconProcessor(RuntimeContext context,
DSLComponent component) |
Modifier and Type | Method and Description |
---|---|
java.util.List |
AbstractServiceOperation.ServiceCompletionAdviser.getCompletions(java.lang.String script,
java.lang.String processedScript,
RuntimeContext callable,
com.streamscape.slex.MFSession session) |
java.util.List |
AbstractSecurityOperation.UsersAdviser.getCompletions(java.lang.String script,
java.lang.String processedScript,
RuntimeContext callable,
com.streamscape.slex.MFSession session) |
java.util.List |
AbstractSecurityOperation.GroupsAdviser.getCompletions(java.lang.String script,
java.lang.String processedScript,
RuntimeContext callable,
com.streamscape.slex.MFSession session) |
java.util.List |
AbstractSecurityOperation.OrganizationsAdviser.getCompletions(java.lang.String script,
java.lang.String processedScript,
RuntimeContext callable,
com.streamscape.slex.MFSession session) |
java.util.List |
AbstractOperation.SemanticTypeCompletionAdviser.getCompletions(java.lang.String script,
java.lang.String processedScript,
RuntimeContext callable,
com.streamscape.slex.MFSession session) |
Constructor and Description |
---|
AbstractSSSecurityKeyEntryProvider(RuntimeContext context) |
Modifier and Type | Method and Description |
---|---|
RuntimeContext |
DropBoxConnectionService.getContext() |
Modifier and Type | Method and Description |
---|---|
static void |
DropBoxUtils.checkDropBoxRootFolderPath(RuntimeContext context,
DropBox dropBox) |
static FileSystem |
DropBoxUtils.createFileSystem(RuntimeContext context,
java.lang.String username,
java.lang.String path) |
static java.lang.String |
DropBoxUtils.getURLForAcceptor(RuntimeContext context,
java.lang.String acceptorName,
java.lang.String url) |
void |
DropBoxFactory.init(RuntimeContext context) |
static boolean |
DropBoxUtils.isAdmin(RuntimeContext context,
java.lang.String username) |
static java.util.List |
DropBoxUtils.listAcceptorsForDropBox(RuntimeContext runtime,
java.lang.String name) |
Constructor and Description |
---|
DropBoxConnectionService(RuntimeContext context,
java.lang.String dropBoxName,
java.lang.String userName) |
DropBoxManagerImpl(RuntimeContext context) |
DropBoxTableManager(RuntimeContext context,
DropBoxManager dropBoxManagerLocal) |
Constructor and Description |
---|
DropBoxConnectionLexiconProcessor(RuntimeContext context,
DSLComponent component) |
Modifier and Type | Method and Description |
---|---|
void |
EventTriggerAction.init(FabricComponent component,
EventTriggerDefinition trigger,
java.lang.String actionScript,
RuntimeContext ctx)
Initializes the trigger action.
|
Constructor and Description |
---|
SSSecurityKeyEntryProviderNoKeys(RuntimeContext context) |
Modifier and Type | Method and Description |
---|---|
void |
HTTPAcceptorFactory.init(RuntimeContext context) |
void |
HTTPAcceptor.init(RuntimeContext context) |
void |
HTTPAcceptorFactory.updateDropBox(RuntimeContext context) |
Modifier and Type | Method and Description |
---|---|
void |
RealmInfo.init(RuntimeContext context) |
Constructor and Description |
---|
RealmInfo(RuntimeContext context) |
RealmInfo(java.lang.String name,
RuntimeContext context) |
Constructor and Description |
---|
HTTPRequestTrigger(RuntimeContext context,
HTTPAcceptorConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
static byte[] |
CertificatesFactory.getKeyStoreFor(com.streamscape.sef.network.mf.admin.AbstractAcceptor acceptor,
RuntimeContext context)
Returns key store file for the specified acceptor if key store exists, throws an exception otherwise.
|
static java.lang.String |
CertificatesFactory.getKeyStorePathFor(Acceptor acceptor,
RuntimeContext context) |
static java.lang.String |
CertificatesFactory.getKeyStorePathFor(Acceptor acceptor,
RuntimeContext context,
boolean nullIfNotExists) |
static byte[] |
CertificatesFactory.getTrustStoreFor(com.streamscape.sef.network.mf.admin.AbstractAcceptor acceptor,
RuntimeContext context)
Returns trust store file for the specified acceptor if trust store exists,
null |
static java.lang.String |
CertificatesFactory.getTrustStorePathFor(Acceptor acceptor,
RuntimeContext context) |
static java.lang.String |
CertificatesFactory.getTrustStorePathFor(Acceptor acceptor,
RuntimeContext context,
boolean nullIfNotExists) |
static void |
CertificatesFactory.init(RuntimeContext context) |
Constructor and Description |
---|
AcceptorFactoryManager(RuntimeContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationObject.init(RuntimeContext context)
Initializes the object.
|
Modifier and Type | Method and Description |
---|---|
void |
TLPAcceptor.init(RuntimeContext context) |
Modifier and Type | Method and Description |
---|---|
void |
XMPPAcceptor.init(RuntimeContext context)
Creates an XMPP server instance and initializes it by:
-
XMPPAcceptorConfiguration
- XMPPSessionsManager
- XMPPEntityStore
- XMPPSessionProcessor |
void |
XMPPAcceptorFactory.init(RuntimeContext context) |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.