Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


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

public static final byte INSTANCE_CREATED
See Also:
Constant Field Values

INSTANCE_REMOVED

public static final byte INSTANCE_REMOVED
See Also:
Constant Field Values

INSTANCE_CHECKED_IN

public static final byte INSTANCE_CHECKED_IN
See Also:
Constant Field Values

INSTANCE_CHECKED_OUT

public static final byte INSTANCE_CHECKED_OUT
See Also:
Constant Field Values

CHECKOUT_FAILED

public static final byte CHECKOUT_FAILED
See Also:
Constant Field Values

Method Detail

handleEvent

public void handleEvent(byte eventType)

Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


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