setServiceClass(String serviceClass) The name of the class that implements the service.
public void
setServiceName(String name) The name of the service in the Registry, usually by convention this is the
same as the class name of the interface for the service.
The name of the service in the Registry, usually by convention this is the
same as the class name of the interface for the service. RMI has a global
namespace, so this name must be unique within the JVM of the Registry,
even if the service happens to belong only to a particular web-app.
start
public void start() throws ResourceAdapterInternalException(Code)