javax.ejb
Annotation Type MessageDriven
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface MessageDriven
- Version:
- $Rev: 467742 $ $Date: 2006-10-25 21:30:38 +0200 (Mi, 25. Okt 2006) $
name
public abstract String name
- Default:
- ""
messageListenerInterface
public abstract Class messageListenerInterface
- Default:
- java.lang.Object.class
activationConfig
public abstract ActivationConfigProperty[] activationConfig
- Default:
- {}
mappedName
public abstract String mappedName
- Default:
- ""
description
public abstract String description
- Default:
- ""
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.