Constructor and Description |
---|
Callback(int sequence,
int webapp)
construct a callback associated with a web app in a given startup sequence and automatically register it
for subsequent execution
|
Modifier and Type | Method and Description |
---|---|
abstract void |
run()
a callback method which is invoked invoked per callback in registration order per web app in web app
order per sequence as soon as all callback lists in the sequence have been closed
|
public Callback(int sequence, int webapp)
sequence
- the sequence in which the web app is contained either WSCOOR_1_0 or WSCOOR_1_1webapp
- the web app with which this callback is associatedCopyright © 2016 JBoss by Red Hat. All rights reserved.