Modifier and Type | Method and Description |
---|---|
boolean |
ServerHandshakeSemantic.prepareSession(PluginDescription d,
NFCollection c,
ISession s)
Negotiates the configuration for the plug-in.
|
Modifier and Type | Method and Description |
---|---|
boolean |
StreamSemantic.prepareSession(PluginDescription d,
NFCollection c,
ISession s)
Tests whether the specified requirements can be fulfilled by the plug-in
and prepares a session for the specified requirements.
|
boolean |
RmiSemantic.prepareSession(PluginDescription d,
NFCollection c,
ISession s)
Tests whether the specified requirements can be fulfilled by the plug-in
and prepares a session for the specified requirements.
|
boolean |
ProactiveRouting.prepareSession(PluginDescription d,
NFCollection c,
ISession s)
Called to prepare a session to the specified remote device
|
boolean |
ObjectSerializer.prepareSession(PluginDescription description,
NFCollection collection,
ISession session)
Negotiates the session properties of a connection with a remote target.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IPMulticastTransceiver.prepareSession(PluginDescription description,
NFCollection collection,
ISession session)
Called in order to prepare a session.
|
boolean |
IPBroadcastTransceiver.prepareSession(PluginDescription description,
NFCollection collection,
ISession session)
Called in order to prepare a session.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SecureModifier.prepareSession(PluginDescription description,
NFCollection collection,
ISession session)
Negotiates the session properties of a connection with a remote target.
|
boolean |
ExchangeSemantic.prepareSession(PluginDescription d,
NFCollection c,
ISession s)
Negotiates the configuration for the plug-in.
|
Modifier and Type | Method and Description |
---|---|
NFCollection |
Invocation.getRequirements()
Returns the nonfunctional requirements associated with this invocation.
|
Modifier and Type | Method and Description |
---|---|
java.util.Vector |
PluginManager.SessionStrategy.getPlugin(short extension,
java.util.Vector plugins,
NFCollection collection)
Performs a selection on the plug-ins for the specified extension layer.
|
ISession |
PluginManager.prepareSession(ISession session,
NFCollection requirements)
Called by a semantic plug-in whenever the semantic plug-in tries to
recreate a communication stack, possibly with different properties.
|
void |
Invocation.setRequirements(NFCollection collection)
Associates nonfunctional requirements with this invocation.
|
Modifier and Type | Method and Description |
---|---|
NFCollection |
NFCollection.copy(boolean deep)
Creates a copy of this collection of parameters.
|
static NFCollection |
NFCollection.getDefault(short type,
boolean gateway)
A factory method that creates the default non-functional
collections for invocations delivered with statically generated
proxies.
|
Modifier and Type | Method and Description |
---|---|
java.util.Vector |
ISessionStrategy.getPlugin(short extension,
java.util.Vector plugins,
NFCollection collection)
This method is called to determine the suitability of a set of plug-ins
for a specified extension.
|
ISession |
ISemanticManager.prepareSession(ISession session,
NFCollection requirements)
Requests a new session that can be used to create a connection to the
specified device with the specified non-functional properties.
|
boolean |
IStreamer.prepareSession(PluginDescription d,
NFCollection c,
ISession s)
Prepares a session to communicate with the specified target under
the specified requirements.
|
boolean |
ISemantic.prepareSession(PluginDescription d,
NFCollection c,
ISession s)
Prepares a session to communicate with the specified target under
the specified requirements.
|
boolean |
IModifier.prepareSession(PluginDescription description,
NFCollection collection,
ISession session)
Prepares a session to communicate with the specified target under
the specified requirements.
|