public class Sequencer extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Sequencer.Callback
a callback class specialised by client web apps to execute startup code
|
Modifier and Type | Field and Description |
---|---|
static int |
SEQUENCE_MAX
count of independent startup sequences.
|
static int |
SEQUENCE_WSCOOR10
index of startup sequence used for serialization of WSCOOR 1.0 initialization callbacks
|
static int |
SEQUENCE_WSCOOR11
index of startup sequence used for serialization of WSCOOR 1.1 initialization callbacks
|
static int |
WEBAPP_MAX10
there are four startup apps in the 1.0 sequence
|
static int |
WEBAPP_MAX11
there are three startup apps in the 1.1 sequence
|
static int |
WEBAPP_WSC10
index of WS-C web app which initialises first in 1.0
|
static int |
WEBAPP_WSC11
index of WS-C web app which initialises first in 1.1
|
static int |
WEBAPP_WSCF10
index of WSCF web app which intiialises third in 1.0
|
static int |
WEBAPP_WSCF11
index of WSCF web app which intiialises third in 1.1
|
static int |
WEBAPP_WST10
index of WS-T web app which initialises second in 1.0
|
static int |
WEBAPP_WST11
index of WS-T web app which initialises second in 1.1
|
static int |
WEBAPP_WSTX10
index of WSTX web app which initialises last in 1.0
|
static int |
WEBAPP_WSTX11
index of WSTX web app which intiialises fourth in 1.1
|
Modifier and Type | Method and Description |
---|---|
static void |
close(int sequence,
int webapp)
notify end of callback registration for a web app associated with a given sequence
|
static void |
unlatch()
undo the latch which initially delays running of any callback sequences.
|
public static final int SEQUENCE_WSCOOR10
public static final int SEQUENCE_WSCOOR11
public static final int SEQUENCE_MAX
public static final int WEBAPP_WSC10
public static final int WEBAPP_WST10
public static final int WEBAPP_WSCF10
public static final int WEBAPP_WSTX10
public static final int WEBAPP_MAX10
public static final int WEBAPP_WSC11
public static final int WEBAPP_WST11
public static final int WEBAPP_WSCF11
public static final int WEBAPP_WSTX11
public static final int WEBAPP_MAX11
public static final void close(int sequence, int webapp)
webapp
- public static void unlatch()
Copyright © 2016 JBoss by Red Hat. All rights reserved.