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

Part Number E27170-02

weblogic.ejbgen
Annotation Type MessageDestination


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


Required Element Summary
 String name
          Logical name of the message destination
 
Optional Element Summary
 String destinationJndiName
          The JNDI name of the physical message destination
 String initialContextFactory
          The initial context factory
 String providerUrl
          The URL of the provider
 

Element Detail

name

public abstract String name
Logical name of the message destination

destinationJndiName

public abstract String destinationJndiName
The JNDI name of the physical message destination

Default:
"UNSPECIFIED"

providerUrl

public abstract String providerUrl
The URL of the provider

Default:
"UNSPECIFIED"

initialContextFactory

public abstract String initialContextFactory
The initial context factory

Default:
"UNSPECIFIED"

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-02