|
Oracle9i Business Components for Java API Reference Oracle9i JDeveloper (9.0.4) B10391-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.jbo.http.ApplicationBindingListener
Implement a binding listener for application modules. The binding listener notifies the JSPApplication registry when an application module has been unbound from the JBO HttpContainer.
Field Summary | |
static java.lang.String |
HTTP_RESPONSE
|
static java.lang.String |
RELEASE_MODE
|
Constructor Summary | |
ApplicationBindingListener(ApplicationModule appModule,
ApplicationPool pool)
|
Method Summary | |
void |
timeout(oracle.jbo.http.BindingEvent ev)
|
void |
valueBound(oracle.jbo.http.BindingEvent ev)
|
void |
valueUnbound(oracle.jbo.http.BindingEvent ev)
Release an application module to the application module pool. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String RELEASE_MODE
public static final java.lang.String HTTP_RESPONSE
Constructor Detail |
public ApplicationBindingListener(ApplicationModule appModule, ApplicationPool pool)
Method Detail |
public void valueBound(oracle.jbo.http.BindingEvent ev)
valueBound
in interface oracle.jbo.http.BindingListener
public void valueUnbound(oracle.jbo.http.BindingEvent ev)
valueUnbound
in interface oracle.jbo.http.BindingListener
public void timeout(oracle.jbo.http.BindingEvent ev)
timeout
in interface oracle.jbo.http.BindingListener
|
Oracle9i Business Components for Java API Reference Oracle9i JDeveloper (9.0.4) B10391-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.