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

java.lang.Object
  extended by 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

Constructor Summary
RunLevelServices()
           
 
Method Summary
 RunLevelService<?> get(Habitat habitat, int rl, Class<?> scope)
          Find the RunLevelService appropriate for the specified RunLevel
 RunLevelService<?> get(Habitat habitat, int rl, String scopeName)
           
 
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,
                              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.