Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.3.0)

E17483-04


oracle.jbo.common.ampool
Interface ApplicationPoolListener

All Superinterfaces:
ResourcePoolListener
All Known Implementing Classes:
ApplicationPoolLogger

public interface ApplicationPoolListener
extends ResourcePoolListener

Field Summary
static byte CREATION_TIME
           
static byte INSTANCE_REUSED
           
static byte REFERENCED_INSTANCE_RECYCLED
           
static byte STATE_ACTIVATED
           
static byte STATE_PASSIVATED
           
static byte UNREFERENCED_INSTANCE_RECYCLED
           

 

Fields inherited from interface oracle.jbo.pool.ResourcePoolListener
CHECKOUT_FAILED, INSTANCE_CHECKED_IN, INSTANCE_CHECKED_OUT, INSTANCE_CREATED, INSTANCE_REMOVED

 

Method Summary

 

Methods inherited from interface oracle.jbo.pool.ResourcePoolListener
handleEvent

 

Field Detail

STATE_ACTIVATED

static final byte STATE_ACTIVATED
See Also:
Constant Field Values

STATE_PASSIVATED

static final byte STATE_PASSIVATED
See Also:
Constant Field Values

REFERENCED_INSTANCE_RECYCLED

static final byte REFERENCED_INSTANCE_RECYCLED
See Also:
Constant Field Values

UNREFERENCED_INSTANCE_RECYCLED

static final byte UNREFERENCED_INSTANCE_RECYCLED
See Also:
Constant Field Values

INSTANCE_REUSED

static final byte INSTANCE_REUSED
See Also:
Constant Field Values

CREATION_TIME

static final byte CREATION_TIME
See Also:
Constant Field Values

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.3.0)

E17483-04


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