ops4j / org.ops4j.pax.swissbox

Other
10 stars 12 forks source link

Set remote framework start level and wait for level to be reached [PAXSB-63] #76

Closed ops4j-issues closed 11 years ago

ops4j-issues commented 11 years ago

Harald Wellmann created PAXSB-63

To synchronize the client with the remote framework, we need a new API to set the framework start level and wait for a given timeout for the new start level to be reached.


Affects: 1.5.1 Fixed in: 1.6.0 Votes: 0, Watches: 0

ops4j-issues commented 11 years ago

Harald Wellmann commented

New API in RemoteFramework:

boolean setFrameworkStartLevel( final int startLevel, long timeout )