Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.5.0)

E10653-06


oracle.jbo.pool
Interface ResourcePoolListener

All Known Subinterfaces:
ApplicationPoolListener
All Known Implementing Classes:
ApplicationPoolLogger, ResourcePoolLogger

public interface ResourcePoolListener

Field Summary
static byte CHECKOUT_FAILED
           
static byte INSTANCE_CHECKED_IN
           
static byte INSTANCE_CHECKED_OUT
           
static byte INSTANCE_CREATED
           
static byte INSTANCE_REMOVED
           

 

Method Summary
 void handleEvent(byte eventType)
           

 

Field Detail

INSTANCE_CREATED

static final byte INSTANCE_CREATED
See Also:
Constant Field Values

INSTANCE_REMOVED

static final byte INSTANCE_REMOVED
See Also:
Constant Field Values

INSTANCE_CHECKED_IN

static final byte INSTANCE_CHECKED_IN
See Also:
Constant Field Values

INSTANCE_CHECKED_OUT

static final byte INSTANCE_CHECKED_OUT
See Also:
Constant Field Values

CHECKOUT_FAILED

static final byte CHECKOUT_FAILED
See Also:
Constant Field Values

Method Detail

handleEvent

void handleEvent(byte eventType)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.5.0)

E10653-06


Copyright © 1997, 2011, Oracle. All rights reserved.