org.jboss.portal.server.kernel
Class RegistrationEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.jboss.portal.server.kernel.KernelEvent
          extended by org.jboss.portal.server.kernel.RegistrationEvent
All Implemented Interfaces:
java.io.Serializable

public class RegistrationEvent
extends KernelEvent

See Also:
Serialized Form

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

REGISTERED

public static final int REGISTERED
See Also:
Constant Field Values

UNREGISTERED

public static final int UNREGISTERED
See Also:
Constant Field Values
Constructor Detail

RegistrationEvent

public RegistrationEvent(java.lang.Object source,
                         int type,
                         ServiceImplementation implementation)
Method Detail

getType

public int getType()

getImplementation

public ServiceImplementation getImplementation()