org.glassfish.cafe.api.bean
Annotation Type UserProcedureEvent


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface UserProcedureEvent

Indicate that the method should be activated at receipt of an event. If the event has information attached, other than the expiration time information, that information can be retrieved via the Context.

Author:
Mathieu Hutschemaekers

Optional Element Summary
 UserProcedureEvent.Type type
           
 Class userProcedureType
           
 

type

public abstract UserProcedureEvent.Type type
Default:
org.glassfish.cafe.api.bean.UserProcedureEvent.Type.STARTED

userProcedureType

public abstract Class userProcedureType
Default:
org.glassfish.cafe.api.UserProcedure.class


Copyright © 2010. All Rights Reserved.