|
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.ObjectPlugin
com.ibm.etools.iseries.projects.core.Activator
public class Activator
The activator class controls the plug-in life cycle
| Field Summary | |
|---|---|
protected static Logger |
log
Logger object for logging messages for servicing purposes. |
static String |
PLUGIN_ID
|
| Constructor Summary | |
|---|---|
Activator()
The constructor |
|
| Method Summary | |
|---|---|
static Activator |
getDefault()
Returns the shared instance |
static void |
logError(String message)
|
static void |
logError(String message,
Throwable ex)
|
static void |
logWarning(String message)
Log warnings and errors to ILog for this plugin |
static void |
logWarning(String message,
Throwable ex)
|
void |
start(BundleContext context)
|
void |
stop(BundleContext context)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PLUGIN_ID
protected static Logger log
| Constructor Detail |
|---|
public Activator()
| Method Detail |
|---|
public void start(BundleContext context)
throws Exception
Exception
public void stop(BundleContext context)
throws Exception
Exceptionpublic static Activator getDefault()
public static void logWarning(String message)
message -
public static void logWarning(String message,
Throwable ex)
public static void logError(String message)
public static void logError(String message,
Throwable ex)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||