org.apache.karaf.shell.console.jline
Class CommandSessionHolder

java.lang.Object
  extended by org.apache.karaf.shell.console.jline.CommandSessionHolder

public class CommandSessionHolder
extends Object


Constructor Summary
CommandSessionHolder()
           
 
Method Summary
static org.apache.felix.service.command.CommandSession getSession()
           
static void setSession(org.apache.felix.service.command.CommandSession commandSession)
           
static void unset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandSessionHolder

public CommandSessionHolder()
Method Detail

getSession

public static org.apache.felix.service.command.CommandSession getSession()

setSession

public static void setSession(org.apache.felix.service.command.CommandSession commandSession)

unset

public static void unset()


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.