=> It implements the Session Bean interface. 
=> The class is defined as public.
=> The class cannot be defined as abstract or final.
=> It implements one or more ejb Create methods.
=> It implements the business methods.
=> It contains a public constructor with no parameters.
=> It must not define the finalize method.
=> The class is defined as public.
=> The class cannot be defined as abstract or final.
=> It implements one or more ejb Create methods.
=> It implements the business methods.
=> It contains a public constructor with no parameters.
=> It must not define the finalize method.
 
No comments:
Post a Comment