org.jvnet.hk2.component.internal.runlevel
Class RunLevelServices

java.lang.Object
  extended by org.jvnet.hk2.component.internal.runlevel.RunLevelServices

public class RunLevelServices
extends java.lang.Object

This serves to provide holders, or proxy instances, for RunLevelServices that are not initially found in the Habitat. for internal use only.

Since:
3.1
Author:
Jeff Trent

Constructor Summary
RunLevelServices()
           
 
Method Summary
 RunLevelService<?> get(Habitat habitat, RunLevel rl)
          Find the RunLevelService appropriate for the specified RunLevel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunLevelServices

public RunLevelServices()
Method Detail

get

public RunLevelService<?> get(Habitat habitat,
                              RunLevel rl)
Find the RunLevelService appropriate for the specified RunLevel.



Copyright © 2011 Oracle Corporation. All Rights Reserved.