Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.jndi.annotation
Annotation Type CrossPartitionAware


@Target(value=java.lang.annotation.ElementType.TYPE)
@Retention(value=RUNTIME)
public @interface CrossPartitionAware

Annotation marker for supporting JNDI cross partition aware. All JNDI resource annotated by this annotation will be allowed cross partition access. This behavior is decided in the compiling time. If you want make the decision during the runtime, please use interface weblogic.jndi.CrossPartitionAware, and implement isAccessAllowed() Please note that if use interface weblogic.jndi.CrossPartitionAware and annotation weblogic.jndi.annotation.CrossPartitionAware at the same time, the interface weblogic.jndi.CrossPartitionAware will always take precedence. And we do NOT encourage for this kind of usage. Copyright (c) 2015 Oracle and/or its affiliates. All rights reserved.


Skip navigation links

Copyright 1996, 2015, 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.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09