An EJB component can be invoked from MASP as long as:
The home interface has a create method that takes no parameters. This method is called to create an instance for the MASP invocation.
The EJB component is not stateful.
MASP only supports primitive types, that is, those types listed in the drop-down list in EAServer Manager’s Method Properties dialog box. From MASP, you can only call methods in the remote interface that meet these qualifications:
All parameters are primitive Java types.
The method returns a primitive Java type or void.
Copyright © 2005. Sybase Inc. All rights reserved. |