javax.ejb
注釈タイプ MessageDriven


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface MessageDriven


任意要素の概要
 ActivationConfigProperty[] activationConfig
           
 String description
           
 String mappedName
           
 Class messageListenerInterface
           
 String name
           
 

name

public abstract String name
デフォルト:
""

messageListenerInterface

public abstract Class messageListenerInterface
デフォルト:
java.lang.Object.class

activationConfig

public abstract ActivationConfigProperty[] activationConfig
デフォルト:
{}

mappedName

public abstract String mappedName
デフォルト:
""

description

public abstract String description
デフォルト:
""


Copyright © 2005-2007 The Seasar Foundation. All Rights Reserved.