org.apache.avalon.activation.appliance
Class ApplianceEvent
java.lang.Object
org.apache.avalon.activation.appliance.ApplianceEvent
- All Implemented Interfaces:
- Serializable
- public class ApplianceEvent
- extends Object
- implements Serializable
An appliance event.
- Version:
- $Revision: 1.1.1.1 $ $Date: 2003/09/24 09:30:18 $
- Author:
- Avalon Development Team
- See Also:
- Serialized Form
Method Summary |
int |
getState()
Get the state of the appliance. |
URL |
getURL()
Get the appliance url. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMMISSIONED
public static final int COMMISSIONED
- See Also:
- Constant Field Values
DECOMMISSIONED
public static final int DECOMMISSIONED
- See Also:
- Constant Field Values
ApplianceEvent
public ApplianceEvent(URL url,
int state)
getState
public int getState()
- Get the state of the appliance.
- Returns:
- the state value
getURL
public URL getURL()
- Get the appliance url.
- Returns:
- the appliance url
Copyright © Apache Software Foundation. All Rights Reserved.