Top Description Methods
org.osgi.framework.connect

public Interface ConnectModule

Annotations
@ConsumerType
Imports
java.io.IOException, org.osgi.annotation.versioning.ConsumerType, org.osgi.framework.launch.Framework, org.osgi.framework.wiring.BundleRevision

A ConnectModule is used by a Framework instance to access the content of the connected bundle.
Author
$Id: d81245bffb9c6de8e3d2e9515f1443b0f6b47189 $

Method Summary

Modifier and TypeMethod and Description
public ConnectContent

Returns:

The current ConnectContent of this ConnectModule.
getContent
()

Returns the current content of this connect module.

Method Detail

getContentback to summary
public ConnectContent getContent() throws IOException

Returns the current content of this connect module.

The framework must call this method when it needs to access the content for the current bundle revision of this ConnectModule. The framework may defer opening the returned ConnectContent until requests to access the bundle revision content are made.

Returns:ConnectContent

The current ConnectContent of this ConnectModule.

Exceptions
IOException:
If an error occurred getting the content.
See Also
ModuleConnector#connect(String)