Modifier and Type | Class and Description |
---|---|
class |
HTTPFabricConnection
Title: HTTP Fabric Client
|
class |
HTTPSFabricConnection
Title: Service Event Fabric Client
|
Modifier and Type | Method and Description |
---|---|
FabricConnection |
FabricConnectionFactory.createConnection()
Creates a new connection.
|
FabricConnection |
FabricConnectionFactory.createConnection(java.lang.String securityToken)
Creates a new connection with the specified
Web Application Token token. |
FabricConnection |
FabricConnectionFactory.createConnection(java.lang.String userName,
java.lang.String password)
Creates a new connection with the specified user credentials.
|
Modifier and Type | Method and Description |
---|---|
FabricConnection |
TLPClientConnection.getFabricConnection() |
Constructor and Description |
---|
LocalSemanticMapperContext(java.lang.ClassLoader classLoader,
FabricConnection connection) |
Modifier and Type | Method and Description |
---|---|
FabricConnection |
AbstractDropBoxImpl.getFabricConnection() |
Modifier and Type | Method and Description |
---|---|
static void |
DropBoxNotificationUtils.sendDropBoxNotification(FabricConnection fabricConnection,
DropBox dropBox,
java.lang.String userName,
java.lang.String acceptorName,
DropBoxNotificationUtils.DropBoxOperationType operationType,
FileInfo fileInfo) |
Modifier and Type | Method and Description |
---|---|
static FabricTimer |
FabricTimerFactory.createTimer(java.lang.String group,
java.lang.String name,
long interval,
int repeatCount,
FabricConnection connection)
Creates a new timer with the specified parameters.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ModeratorUtils.makeComponentFullName(FabricConnection connection)
Creates a full name of the specified connection located in the current node.
|
static java.lang.String |
ModeratorUtils.makeComponentFullName(java.lang.String nodeName,
FabricConnection connection)
Creates a full name of the specified component located in the specified name.
|
static java.lang.String |
ModeratorUtils.makeConsumerFullName(FabricConnection connection,
java.lang.String consumerName)
Creates a full name of a consumer belonging to the specified connection that is located in the current node.
|
static java.lang.String |
ModeratorUtils.makeConsumerFullName(java.lang.String nodeName,
FabricConnection connection,
java.lang.String consumerName)
Creates a full name of a consumer belonging to the specified connection that is located in the specified node.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.