C F G I L M O R S T U W 

C

callService(String, String) - Method in interface org.ops4j.pax.swissbox.framework.RemoteFramework
Looks up a service matching the given filter and invokes a service method with the given name.
callService(String, String) - Method in class org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl
 

F

findAnyFrameworkFactory() - Static method in class org.ops4j.pax.swissbox.framework.FrameworkFactoryFinder
 
findFrameworkFactories() - Static method in class org.ops4j.pax.swissbox.framework.FrameworkFactoryFinder
 
findFrameworkFactory() - Method in class org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl
 
FrameworkFactoryFinder - Class in org.ops4j.pax.swissbox.framework
Convenience class for obtaining OSGi FrameworkFactory implementations via the ServiceLoader.
FrameworkFactoryFinder() - Constructor for class org.ops4j.pax.swissbox.framework.FrameworkFactoryFinder
 

G

getBundleState(long) - Method in interface org.ops4j.pax.swissbox.framework.RemoteFramework
Returns the state of the bundle with the given ID.
getBundleState(long) - Method in class org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl
 
getProperties() - Method in interface org.ops4j.pax.swissbox.framework.RemoteServiceReference
Fetches the properties of this service reference.
getProperties() - Method in class org.ops4j.pax.swissbox.framework.RemoteServiceReferenceImpl
 
getServiceFilter() - Method in interface org.ops4j.pax.swissbox.framework.RemoteServiceReference
Gets a filter string that identifies this service in the remote service registry.
getServiceFilter() - Method in class org.ops4j.pax.swissbox.framework.RemoteServiceReferenceImpl
 
getServiceReferences(String) - Method in interface org.ops4j.pax.swissbox.framework.RemoteFramework
Fetch an array of RemoteServiceReference to interact with them, this is a snapshot of the current state and must be recalled to update
getServiceReferences(String, long, TimeUnit) - Method in interface org.ops4j.pax.swissbox.framework.RemoteFramework
Fetch an array of RemoteServiceReference to interact with them, this is a snapshot of the current state and must be recalled to update
getServiceReferences(String) - Method in class org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl
 
getServiceReferences(String, long, TimeUnit) - Method in class org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl
 

I

init() - Method in interface org.ops4j.pax.swissbox.framework.RemoteFramework
Initializes the framework.
init() - Method in class org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl
 
installBundle(String) - Method in interface org.ops4j.pax.swissbox.framework.RemoteFramework
Installs a bundle remotely.
installBundle(String, boolean, int) - Method in interface org.ops4j.pax.swissbox.framework.RemoteFramework
Installs a bundle remotely, sets its start level and optionally starts it.
installBundle(String, byte[], boolean, int) - Method in interface org.ops4j.pax.swissbox.framework.RemoteFramework
Installs a bundle remotely, given the bundle content, autostart it if requested and set its startlevel
installBundle(String, byte[]) - Method in interface org.ops4j.pax.swissbox.framework.RemoteFramework
Installs a bundle remotely, given the bundle content.
installBundle(String) - Method in class org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl
 
installBundle(String, boolean, int) - Method in class org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl
 
installBundle(String, byte[], boolean, int) - Method in class org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl
 
installBundle(String, byte[]) - Method in class org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl
 
invokeMethodOnService(RemoteServiceReference, String, Object...) - Method in interface org.ops4j.pax.swissbox.framework.RemoteFramework
Invokes a method on this reference in the remote framework
invokeMethodOnService(RemoteServiceReference, String, Class<?>[], Object[]) - Method in interface org.ops4j.pax.swissbox.framework.RemoteFramework
Invokes a method on this reference in the remote framework
invokeMethodOnService(RemoteServiceReference, String, Object...) - Method in class org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl
 
invokeMethodOnService(RemoteServiceReference, String, Class<?>[], Object[]) - Method in class org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl
 

L

loadAnyFrameworkFactory() - Static method in class org.ops4j.pax.swissbox.framework.FrameworkFactoryFinder
 
loadSingleFrameworkFactory() - Static method in class org.ops4j.pax.swissbox.framework.FrameworkFactoryFinder
 

M

main(String[]) - Static method in class org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl
 

O

org.ops4j.pax.swissbox.framework - package org.ops4j.pax.swissbox.framework
 

R

RemoteFramework - Interface in org.ops4j.pax.swissbox.framework
An RMI-capable variant of the OSGi Framework interface.
RemoteFrameworkImpl - Class in org.ops4j.pax.swissbox.framework
Implements the RemoteFramework interface by instantiating a local Framework, exporting it via an RMI registry and delegating all remote calls to the local framework.
RemoteFrameworkImpl(Map<String, String>) - Constructor for class org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl
 
RemoteServiceReference - Interface in org.ops4j.pax.swissbox.framework
Represents a ServiceReference in the RemoteFramework.
RemoteServiceReferenceImpl - Class in org.ops4j.pax.swissbox.framework
Default implementation of RemoteServiceReference.
RMI_NAME_KEY - Static variable in interface org.ops4j.pax.swissbox.framework.RemoteFramework
System property key for the name to be used for the remote framework in the RMI registry.
RMI_PORT_KEY - Static variable in interface org.ops4j.pax.swissbox.framework.RemoteFramework
System property key for RMI registry port.

S

setBundleStartLevel(long, int) - Method in interface org.ops4j.pax.swissbox.framework.RemoteFramework
Sets bundle start level.
setBundleStartLevel(long, int) - Method in class org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl
 
setFrameworkStartLevel(int) - Method in interface org.ops4j.pax.swissbox.framework.RemoteFramework
Sets the framework startlevel.
setFrameworkStartLevel(int, long) - Method in interface org.ops4j.pax.swissbox.framework.RemoteFramework
Sets the framework startlevel and waits for at most the given timeout (in ms) for the startlevel to be reached.
setFrameworkStartLevel(int) - Method in class org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl
 
setFrameworkStartLevel(int, long) - Method in class org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl
 
start() - Method in interface org.ops4j.pax.swissbox.framework.RemoteFramework
Starts the framework.
start() - Method in class org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl
 
startBundle(long) - Method in interface org.ops4j.pax.swissbox.framework.RemoteFramework
Starts a bundle.
startBundle(long) - Method in class org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl
 
stop() - Method in interface org.ops4j.pax.swissbox.framework.RemoteFramework
Stops the framework.
stop() - Method in class org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl
 
stopBundle(long) - Method in interface org.ops4j.pax.swissbox.framework.RemoteFramework
Stops a bundle.
stopBundle(long) - Method in class org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl
 

T

TIMEOUT_KEY - Static variable in interface org.ops4j.pax.swissbox.framework.RemoteFramework
System property key for the framework shutdown timeout (milliseconds in decimal representation).

U

uninstallBundle(long) - Method in interface org.ops4j.pax.swissbox.framework.RemoteFramework
 
uninstallBundle(long) - Method in class org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl
 

W

waitForState(long, int, long) - Method in interface org.ops4j.pax.swissbox.framework.RemoteFramework
Waits for a bundle to be in a certain state and returns.
waitForState(long, int, long) - Method in class org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl
 
C F G I L M O R S T U W 

Copyright © 2006–2015 OPS4J - Open Participation Software for Java. All rights reserved.