|
Oracle | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExtendedBootstrapContext
This class provides WebLogic extensions to the standard javax.resource.spi.BootstrapContext. Any customer wishing to access these features simply needs to cast the BootstrapContext received on the ResourceAdapter bean .start() method to ExtendedBootstrapContext
Method Summary | |
---|---|
void |
complete()
To be called by RA when all activity has quiesced and it is safe to undeploy the adapter. |
String |
getDiagnosticContextID()
|
byte |
getDyeBits()
Sets the low-order 4 bits as a "dye" on the current thread. |
void |
setDiagnosticContextID(String id)
Sets the specified String in the Diagnostic Context payload associated with the current Thread. |
void |
setDyeBits(byte bits)
Sets the low-order 4 bits as a "dye" on the current thread. |
Method Detail |
---|
void setDiagnosticContextID(String id)
String
- the id to set in the diagnostic context payloadString getDiagnosticContextID()
void setDyeBits(byte bits) throws ResourceException
bits
- -- the bits to set as the "dye"
ResourceException
byte getDyeBits() throws ResourceException
ResourceException
void complete()
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111 Copyright 1996,2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |