Modifier and Type | Method and Description |
---|---|
INotificationConnection |
INotificationConnectionManager.create()
Create a new notification connection object.
|
INotificationConnection[] |
INotificationConnectionManager.getAllConnections()
Obtain a list of the notification connections, ordered by name.
|
INotificationConnection |
INotificationConnectionManager.load(java.lang.String name)
Load a notification connection by name.
|
INotificationConnection[] |
INotificationConnectionManager.loadMultiple(java.lang.String[] names)
Load a set of notification connections.
|
Modifier and Type | Method and Description |
---|---|
INotificationConnector |
INotificationConnectorPool.grab(INotificationConnection notificationConnection)
Get a notification connector.
|
INotificationConnector[] |
INotificationConnectorPool.grabMultiple(java.lang.String[] orderingKeys,
INotificationConnection[] notificationConnections)
Get multiple notification connectors, all at once.
|
void |
INotificationConnectorPool.release(INotificationConnection connection,
INotificationConnector connector)
Release a notification connector.
|
void |
INotificationConnectorPool.releaseMultiple(INotificationConnection[] connections,
INotificationConnector[] connectors)
Release multiple notification connectors.
|
boolean |
INotificationConnectionManager.save(INotificationConnection object)
Save a notification connection object.
|
Modifier and Type | Class and Description |
---|---|
class |
NotificationConnection
An instance of this class represents a persistently-stored notification connection description.
|
Modifier and Type | Method and Description |
---|---|
INotificationConnection |
NotificationConnectionManager.create()
Create a new notification connection object.
|
INotificationConnection[] |
NotificationConnectionManager.getAllConnections()
Obtain a list of the notification connections, ordered by name.
|
INotificationConnection |
NotificationConnectionManager.load(java.lang.String name)
Load a notification connection by name.
|
INotificationConnection[] |
NotificationConnectionManager.loadMultiple(java.lang.String[] names)
Load multiple notification connections by name.
|
Modifier and Type | Method and Description |
---|---|
protected int |
NotificationConnectionManager.loadMultipleInternal(INotificationConnection[] rval,
int outputIndex,
java.lang.String[] fetchNames,
int inputIndex,
int length) |
boolean |
NotificationConnectionManager.save(INotificationConnection object)
Save a notification connection object.
|
Modifier and Type | Method and Description |
---|---|
INotificationConnector |
NotificationConnectorPool.grab(INotificationConnection notificationConnection)
Get a notification connector.
|
INotificationConnector[] |
NotificationConnectorPool.grabMultiple(java.lang.String[] orderingKeys,
INotificationConnection[] notificationConnections)
Get multiple notification connectors, all at once.
|
void |
NotificationConnectorPool.release(INotificationConnection connection,
INotificationConnector connector)
Release a notification connector.
|
void |
NotificationConnectorPool.releaseMultiple(INotificationConnection[] connections,
INotificationConnector[] connectors)
Release multiple notification connectors.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
ManifoldCF.formatNotificationConnection(ConfigurationNode connectionNode,
INotificationConnection connection)
Format a notification connection.
|