|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--com.novell.application.console.snapin.ShellLifecycleEvent
Defines a shell lifecycle event.
A shell lifecycle event may consist of several shell status states.
ShellLifecycleListener
,
ShellLifecycleAdapter
Field Summary | |
static int |
ABORT_CONSOLEONE_SHUTDOWN
ConsoleOne shutdown aborted. |
static int |
BEGIN_CONSOLEONE_SHUTDOWN
Beginning ConsoleOne shutdown. |
static int |
BEGIN_CONSOLEONE_STARTUP
Beginning ConsoleOne startup. |
static int |
BEGIN_NAMESPACE_SNAPIN_INIT
Initing namespace snapins. |
static int |
BEGIN_SERVICE_SNAPIN_INIT
Initing service snapins. |
static int |
BEGIN_SHELL_CONSTRUCTION
Beginning shell construction. |
static int |
BEGIN_SNAPIN_REGISTRATION
Starting snapin registration. |
static int |
BEGIN_SNAPIN_SHUTDOWN
Beginning snapin shutdown. |
static int |
END_CONSOLEONE_SHUTDOWN
ConsoleOne shutdown complete. |
static int |
END_CONSOLEONE_STARTUP
ConsoleOne startup complete. |
static int |
END_NAMESPACE_SNAPIN_INIT
Namespace snapin init complete. |
static int |
END_SERVICE_SNAPIN_INIT
Service snapin init complete. |
static int |
END_SHELL_CONSTRUCTION
Shell construction complete. |
static int |
END_SNAPIN_REGISTRATION
Snapin registration complete. |
static int |
END_SNAPIN_SHUTDOWN
Snapin shutdown complete. |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
ShellLifecycleEvent(int id)
Creates a shell lifecycle event object. |
Method Summary | |
int |
getID()
Returns the action performed. |
java.lang.String |
toString()
|
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public static final int BEGIN_SNAPIN_REGISTRATION
(BEGIN_SNAPIN_REGISTRATION = 1)
public static final int END_SNAPIN_REGISTRATION
(END_SNAPIN_REGISTRATION = 2)
public static final int BEGIN_SERVICE_SNAPIN_INIT
(BEGIN_SERVICE_SNAPIN_INIT = 3)
public static final int END_SERVICE_SNAPIN_INIT
(END_SERVICE_SNAPIN_INIT = 4)
public static final int BEGIN_NAMESPACE_SNAPIN_INIT
(BEGIN_NAMESPACE_SNAPIN_INIT = 5)
public static final int END_NAMESPACE_SNAPIN_INIT
(END_NAMESPACE_SNAPIN_INIT = 6)
public static final int BEGIN_SNAPIN_SHUTDOWN
(BEGIN_SNAPIN_SHUTDOWN = 7)
public static final int END_SNAPIN_SHUTDOWN
(END_SNAPIN_SHUTDOWN = 8)
public static final int BEGIN_SHELL_CONSTRUCTION
(BEGIN_SHELL_CONSTRUCTION = 9)
public static final int END_SHELL_CONSTRUCTION
(END_SHELL_CONSTRUCTION = 10)
public static final int BEGIN_CONSOLEONE_STARTUP
(BEGIN_CONSOLEONE_STARTUP = 11)
public static final int END_CONSOLEONE_STARTUP
(END_CONSOLEONE_STARTUP = 12)
public static final int BEGIN_CONSOLEONE_SHUTDOWN
(BEGIN_CONSOLEONE_SHUTDOWN = 13)
public static final int END_CONSOLEONE_SHUTDOWN
(END_CONSOLEONE_SHUTDOWN = 14)
public static final int ABORT_CONSOLEONE_SHUTDOWN
(ABORT_CONSOLEONE_SHUTDOWN = 15)
Constructor Detail |
public ShellLifecycleEvent(int id)
object
- The object this event is associated with.id
- An integer specifying the action that occurred on the event.Method Detail |
public int getID()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |