public abstract class PollerFrontEndState extends Object
Constructor and Description |
---|
PollerFrontEndState() |
Modifier and Type | Method and Description |
---|---|
void |
checkIn() |
protected IllegalStateException |
illegalState(String msg) |
void |
initialize() |
boolean |
isDisconnected() |
boolean |
isExitNecessary() |
boolean |
isPaused() |
boolean |
isRegistered() |
boolean |
isStarted() |
void |
pollService(Integer serviceId) |
void |
register(String location) |
String |
toString() |
public void checkIn()
protected IllegalStateException illegalState(String msg)
public void initialize()
public boolean isRegistered()
public boolean isStarted()
public boolean isPaused()
public boolean isDisconnected()
public boolean isExitNecessary()
public void pollService(Integer serviceId)
public void register(String location)
Copyright © 2021. All rights reserved.