public interface GlassFishStatusListener
Modifier and Type | Method and Description |
---|---|
void |
currentState(GlassFishStatus status)
Callback to notify about current server status after every check
when enabled.
|
void |
newState(GlassFishStatus status)
Callback to notify about server status change when enabled.
|
void currentState(GlassFishStatus status)
status
- Current server status.void newState(GlassFishStatus status)
status
- Current server status.Copyright © 2013. All Rights Reserved.