Business Components

oracle.jbo.common.ampool
Interface ApplicationPoolListener

All Superinterfaces:
oracle.jbo.pool.ResourcePoolListener
All Known Implementing Classes:
ApplicationPoolLogger

public interface ApplicationPoolListener
extends oracle.jbo.pool.ResourcePoolListener


Field Summary
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
 
Methods inherited from interface oracle.jbo.pool.ResourcePoolListener
handleEvent
 

Field Detail

STATE_ACTIVATED

public static final byte STATE_ACTIVATED

STATE_PASSIVATED

public static final byte STATE_PASSIVATED

REFERENCED_INSTANCE_RECYCLED

public static final byte REFERENCED_INSTANCE_RECYCLED

UNREFERENCED_INSTANCE_RECYCLED

public static final byte UNREFERENCED_INSTANCE_RECYCLED

INSTANCE_REUSED

public static final byte INSTANCE_REUSED

Business Components