public final class PluginManager.SessionStrategy extends java.lang.Object implements ISessionStrategy
EXTENSION_COMPRESSION, EXTENSION_DISCOVERY, EXTENSION_ENCRYPTION, EXTENSION_ROUTING, EXTENSION_SEMANTIC, EXTENSION_SERIALIZATION, EXTENSION_TRANSCEIVER
Constructor and Description |
---|
PluginManager.SessionStrategy() |
Modifier and Type | Method and Description |
---|---|
java.util.Vector |
getPlugin(short extension,
java.util.Vector plugins,
NFCollection collection)
Performs a selection on the plug-ins for the specified extension layer.
|
public java.util.Vector getPlugin(short extension, java.util.Vector plugins, NFCollection collection)
getPlugin
in interface ISessionStrategy
extension
- The extension point to select for.plugins
- The plug-in descriptions to select from.collection
- The non-functional requirements towards the selection.