|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.osgi.framework.internal.core.ConsoleManager
public class ConsoleManager
| Field Summary | |
|---|---|
static java.lang.String |
PROP_CONSOLE
|
| Constructor Summary | |
|---|---|
ConsoleManager(Framework framework,
java.lang.String consolePort)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
addingService(ServiceReference reference)
A service is being added to the ServiceTracker. |
void |
modifiedService(ServiceReference reference,
java.lang.Object service)
A service tracked by the ServiceTracker has been modified. |
void |
removedService(ServiceReference reference,
java.lang.Object service)
A service tracked by the ServiceTracker has been removed. |
static ConsoleManager |
startConsole(Framework framework)
|
void |
stopConsole()
Stops the OSGi Command console |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PROP_CONSOLE
| Constructor Detail |
|---|
public ConsoleManager(Framework framework,
java.lang.String consolePort)
| Method Detail |
|---|
public static ConsoleManager startConsole(Framework framework)
public void stopConsole()
public java.lang.Object addingService(ServiceReference reference)
ServiceTrackerCustomizerServiceTracker.
This method is called before a service which matched the search
parameters of the ServiceTracker is added to the
ServiceTracker. This method should return the service object
to be tracked for the specified ServiceReference. The
returned service object is stored in the ServiceTracker and
is available from the getService and
getServices methods.
addingService in interface ServiceTrackerCustomizerreference - The reference to the service being added to the
ServiceTracker.
null if the specified referenced service
should not be tracked.
public void modifiedService(ServiceReference reference,
java.lang.Object service)
ServiceTrackerCustomizerServiceTracker has been modified.
This method is called when a service being tracked by the
ServiceTracker has had it properties modified.
modifiedService in interface ServiceTrackerCustomizerreference - The reference to the service that has been modified.service - The service object for the specified referenced service.
public void removedService(ServiceReference reference,
java.lang.Object service)
ServiceTrackerCustomizerServiceTracker has been removed.
This method is called after a service is no longer being tracked by the
ServiceTracker.
removedService in interface ServiceTrackerCustomizerreference - The reference to the service that has been removed.service - The service object for the specified referenced service.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||