|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wsspi.rawrapper.RAWrapperFactory
public class RAWrapperFactory
Factory class used to create instances of RAWrapper objects which enable users to activate
endpoints. Each call to getRAWrapper method will create a new RAWrapper instance.
Authentication aliases
Constructor Summary | |
---|---|
RAWrapperFactory()
|
Method Summary | |
---|---|
static javax.resource.spi.ResourceAdapter |
getRAWrapper()
This static method is called to obtain a new instance of a resource adapter object and is the entry point for users wishing to use the RAWrapper functionality. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RAWrapperFactory()
Method Detail |
---|
public static javax.resource.spi.ResourceAdapter getRAWrapper()
This method will perform a java 2 security check (using the RAFactoryPermission object with the permission name getRAWrapper).
If the feature has not been enabled (by setting the server property com.ibm.wsspi.rawrapper.enabled to true) then a null will be returned.
java.security.AccessControlException
- if the calling code fails the java 2 security check
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |