Package | Description |
---|---|
oracle.jdeveloper.deploy | |
oracle.jdeveloper.deploy.contrib | |
oracle.jdeveloper.deploy.eventhub | |
oracle.jdeveloper.deploy.eventhub.spi | |
oracle.jdeveloper.deploy.pkg |
Modifier and Type | Interface and Description |
---|---|
static interface |
Runnable.Handle |
static interface |
StatefulDeployer.Handle |
static interface |
StatefulDeployment.Handle |
Modifier and Type | Interface and Description |
---|---|
static interface |
StatefulProcessor.Handle |
Modifier and Type | Method and Description |
---|---|
abstract EventHub.Handle |
EventHub.attach(java.lang.Class eventCategory,
java.lang.Object listener)
Attach an event consumer.
|
abstract EventHub.Handle |
EventHub.attachDisabled(java.lang.Class intf,
java.lang.Object listener)
Same as attach(), but prevents listener from receiving events till
Handle.enable() is called
by the client. |
abstract EventHub.Handle |
EventHub.attachHub(java.lang.Class eventCategory,
EventHub hub) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHandle
A base class for creating wrapped listener handles, where a client class can do some additional work before
invoking the delegate EventHub.Handle.
|
Constructor and Description |
---|
AbstractHandle(EventHub.Handle delegate,
boolean isDelegateEnabled) |
Modifier and Type | Interface and Description |
---|---|
static interface |
StatefulPackager.Handle |