- java.lang.Object
-
- com.ibm.jvm.dtfjview.Session
-
-
Field Summary
Fields Modifier and Type Field Description static String
LOGGER_PROPERTY
static String
prompt
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(String line, PrintStream redirector)
Execute a command line.String
getCharset()
static ISession
getInstance(String[] args)
Factory method for creating new sessions.void
run()
-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in interface com.ibm.jvm.dtfjview.spi.ISession
execute, findAndSetContextWithJVM, getContextManager, getCurrentContext, getOutputManager, setContext, setContext, showContexts
-
-
-
-
Field Detail
-
LOGGER_PROPERTY
public static final String LOGGER_PROPERTY
- See Also:
- Constant Field Values
-
prompt
public static String prompt
-
-
Method Detail
-
getInstance
public static ISession getInstance(String[] args)
Factory method for creating new sessions.- Parameters:
args
- any session arguments- Returns:
- the session
-
getCharset
public String getCharset()
-
run
public void run()
-
execute
public void execute(String line, PrintStream redirector)
Execute a command line.- Parameters:
line
- The command line to be executed.redirector
- The PrintStream.
-
-