org.ops4j.pax.web.service.spi
Class WebEvent

java.lang.Object
  extended by org.ops4j.pax.web.service.spi.WebEvent

public class WebEvent
extends java.lang.Object


Nested Class Summary
static class WebEvent.WebTopic
           
 
Field Summary
static int DEPLOYED
           
static int DEPLOYING
           
static int FAILED
           
static int UNDEPLOYED
           
static int UNDEPLOYING
           
 
Constructor Summary
WebEvent(int type, java.lang.String contextPath, org.osgi.framework.Bundle bundle, org.osgi.framework.Bundle extenderBundle)
           
WebEvent(int type, java.lang.String contextPath, org.osgi.framework.Bundle bundle, org.osgi.framework.Bundle extenderBundle, java.util.Collection<java.lang.Long> ids)
           
WebEvent(int type, java.lang.String contextPath, org.osgi.framework.Bundle bundle, org.osgi.framework.Bundle extenderBundle, java.lang.Throwable cause)
           
WebEvent(WebEvent event, boolean replay)
           
 
Method Summary
 org.osgi.framework.Bundle getBundle()
           
 java.lang.Throwable getCause()
           
 java.util.Collection<java.lang.Long> getCollisionIds()
           
 java.lang.String getContextPath()
           
 org.osgi.framework.Bundle getExtenderBundle()
           
 long getTimestamp()
           
 int getType()
           
 boolean isReplay()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEPLOYING

public static final int DEPLOYING
See Also:
Constant Field Values

DEPLOYED

public static final int DEPLOYED
See Also:
Constant Field Values

UNDEPLOYING

public static final int UNDEPLOYING
See Also:
Constant Field Values

UNDEPLOYED

public static final int UNDEPLOYED
See Also:
Constant Field Values

FAILED

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

WebEvent

public WebEvent(WebEvent event,
                boolean replay)

WebEvent

public WebEvent(int type,
                java.lang.String contextPath,
                org.osgi.framework.Bundle bundle,
                org.osgi.framework.Bundle extenderBundle)

WebEvent

public WebEvent(int type,
                java.lang.String contextPath,
                org.osgi.framework.Bundle bundle,
                org.osgi.framework.Bundle extenderBundle,
                java.lang.Throwable cause)

WebEvent

public WebEvent(int type,
                java.lang.String contextPath,
                org.osgi.framework.Bundle bundle,
                org.osgi.framework.Bundle extenderBundle,
                java.util.Collection<java.lang.Long> ids)
Method Detail

getType

public int getType()
Returns:
the type

isReplay

public boolean isReplay()
Returns:
the replay

getBundle

public org.osgi.framework.Bundle getBundle()
Returns:
the bundle

getExtenderBundle

public org.osgi.framework.Bundle getExtenderBundle()
Returns:
the extenderBundle

getCause

public java.lang.Throwable getCause()
Returns:
the cause

getTimestamp

public long getTimestamp()
Returns:
the timestamp

getContextPath

public java.lang.String getContextPath()
Returns:
the contextPath

getCollisionIds

public java.util.Collection<java.lang.Long> getCollisionIds()
Returns:
the collisionIds

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.