| 
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-06  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectInteractiveInterpreter
weblogic.management.scripting.utils.WLSTInterpreter
public class WLSTInterpreter
This is a wrapper class to the Jython interpreter. It adds Weblogic specific extensions that enable you to run WLST in Embedded Mode from a Java client
For more information see http://www.jython.org/docs/javadoc/org/python/util/InteractiveInterpreter.html
| Field Summary | |
|---|---|
static String | 
ENABLE_SCRIPT_MODE
Key used to specifies whether WLST should enables script mode.  | 
static String | 
SKIP_WLS_MODULE_SCANNING
Key used to specifies whether WLST should skip scanning of WLS modules.  | 
| Constructor Summary | |
|---|---|
WLSTInterpreter()
Contructs the WLSTInterpreter with WebLogic specific extensions  | 
|
WLSTInterpreter(Hashtable h)
Contructs the WLSTInterpreter with WebLogic specific extensions  | 
|
| Method Summary | |
|---|---|
 void | 
exec(String string)
Executes Jython commands that are passed in as a string.  | 
 void | 
execfile(String string)
Executes Jython commands that are passed in as a file.  | 
 void | 
setClassLoader(ClassLoader cls)
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final String SKIP_WLS_MODULE_SCANNING
public static final String ENABLE_SCRIPT_MODE
| Constructor Detail | 
|---|
public WLSTInterpreter()
Contructs the WLSTInterpreter with WebLogic specific extensions
public WLSTInterpreter(Hashtable h)
Contructs the WLSTInterpreter with WebLogic specific extensions
h - the hashtable containing WebLogic specific extensions for module scanning and script mode| Method Detail | 
|---|
public void setClassLoader(ClassLoader cls)
public void exec(String string)
string - Stringpublic void execfile(String string)
string - String
  | 
Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-06  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||