org.ops4j.pax.web.service.spi
Class WebEvent
java.lang.Object
org.ops4j.pax.web.service.spi.WebEvent
public class WebEvent
- extends java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
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)
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.