|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.jboss.portal.server.kernel.KernelEvent
org.jboss.portal.server.kernel.RegistrationEvent
public class RegistrationEvent
Field Summary | |
---|---|
static int |
REGISTERED
|
static int |
UNREGISTERED
|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
RegistrationEvent(java.lang.Object source,
int type,
ServiceImplementation implementation)
|
Method Summary | |
---|---|
ServiceImplementation |
getImplementation()
|
int |
getType()
|
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int REGISTERED
public static final int UNREGISTERED
Constructor Detail |
---|
public RegistrationEvent(java.lang.Object source, int type, ServiceImplementation implementation)
Method Detail |
---|
public int getType()
public ServiceImplementation getImplementation()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |