Programming Guide |
Library function interface for Enterprise JavaBeans operating in WebSphere
public interface WSFunctionsInterface
PantherSessionBean get_bean();int log (String message);void raise_exception (String message);int receive_args (String args);int return_args (String args);
Java only for Enterprise JavaBeans on WebSphere
Objects that support this interface provide access to functions that are of use in implementing Enterprise JavaBeans deployed on WebSphere Application Server. Java methods that implement the public methods of Enterprise JavaBeans are passed an object of type
WSFunctionsInterface
as a parameter.