|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.systems.application.util.AbstractRuntimeProxy
public class AbstractRuntimeProxy
This class can be used to act as a proxy between code in the plug-in and the runtime environment so that the code can easily be reused outside of the Eclipse workbench.
Field Summary | |
---|---|
static String |
copyright
|
Constructor Summary | |
---|---|
AbstractRuntimeProxy()
|
Method Summary | |
---|---|
ILogger |
getLogger()
Get the logger. |
void |
logError(String message)
Log an error message to the log |
void |
logError(String message,
Throwable exception)
Log an error message and exception to the log |
void |
logInfo(String message)
Write an informational message to the log |
void |
logWarning(String message)
Log a warning message to the log |
void |
setLogger(ILogger logger)
Set the logger. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String copyright
Constructor Detail |
---|
public AbstractRuntimeProxy()
Method Detail |
---|
public void setLogger(ILogger logger)
public ILogger getLogger()
public void logInfo(String message)
public void logWarning(String message)
public void logError(String message)
public void logError(String message, Throwable exception)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |