org.jvnet.hk2.component.internal.runlevel
Class RunLevelServices
java.lang.Object
org.jvnet.hk2.component.internal.runlevel.RunLevelServices
public class RunLevelServices
- extends Object
This serves to provide holders, or proxy instances, for RunLevelServices
that are not initially found in the Habitat.
for internal use only.
- Author:
- Jeff Trent
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RunLevelServices
public RunLevelServices()
get
public RunLevelService<?> get(Habitat habitat,
int rl,
Class<?> scope)
- Find the RunLevelService appropriate for the specified RunLevel
get
public RunLevelService<?> get(Habitat habitat,
int rl,
String scopeName)
Copyright © 2011 Oracle Corporation. All Rights Reserved.