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

Part Number E27170-01

weblogic.ejbgen
Annotation Type MessageDestinationRef


@Retention(value=CLASS)
@Target(value=java.lang.annotation.ElementType.TYPE)
public @interface MessageDestinationRef


Required Element Summary
 String messageDestinationLink
          Link to the message destination
 String messageDestinationType
          Type of ref
 String messageDestinationUsage
          Usage of the ref
 String name
          Name of the ref
 

Element Detail

messageDestinationType

public abstract String messageDestinationType
Type of ref


messageDestinationLink

public abstract String messageDestinationLink
Link to the message destination


name

public abstract String name
Name of the ref


messageDestinationUsage

public abstract String messageDestinationUsage
Usage of the ref


Copyright 1996, 2013, 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.1.2)

Part Number E27170-01