public class AOMEntry extends FSMImpl
Modifier and Type | Field and Description |
---|---|
static State |
DESTROYED |
static State |
ETH |
static State |
ETHP |
static State |
INCARN |
static State |
INVALID |
static State |
VALID |
Modifier and Type | Method and Description |
---|---|
void |
activateObject() |
void |
enter() |
void |
etherealizeComplete() |
void |
exit() |
void |
incarnateComplete() |
void |
incarnateFailure() |
void |
startEtherealize(Thread etherealizer) |
doIt, getState, internalSetState
public static final State INVALID
public static final State INCARN
public static final State VALID
public static final State ETHP
public static final State ETH
public static final State DESTROYED
public AOMEntry(POAImpl poa)
public void startEtherealize(Thread etherealizer)
public void etherealizeComplete()
public void incarnateComplete()
public void incarnateFailure()
public void activateObject()
public void enter()
public void exit()
Copyright © 2023 JBoss by Red Hat. All rights reserved.