Programming Guide



WSFunctionsInterface

Library function interface for Enterprise JavaBeans operating in WebSphere

public interface WSFunctionsInterface

Methods

PantherSessionBean get_bean();
int log (String message);
void raise_exception (String message);
int receive_args (String args);
int return_args (String args);

Environment

Java only for Enterprise JavaBeans on WebSphere

Description

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.