| Package | Description |
|---|---|
| org.ops4j.pax.web.service.spi.model.events |
Package with DTO-like classes that are used to inform about registration/unregistration of web elements
and contexts.
|
| Modifier and Type | Method and Description |
|---|---|
ServerEvent.State |
ServerEvent.getState() |
static ServerEvent.State |
ServerEvent.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerEvent.State[] |
ServerEvent.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ServerEvent(ServerEvent.State state,
ServerEvent.Address[] addresses) |
Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.