Appendix A Jaguar 1.1 Java Classes and Interfaces
package com.sybase.jaguar.beans.enterprise;public interface Stub
Interface Stub is implemented by Java stub objects. You will never find cause to use a Stub object directly; it is the base class for stub implementations.
The Java stubs also extend either jaguar.stub.jdbc102.JJDBCStub class or jaguar.stub.jdbc11.JJDBCStub class, depending on whether you are coding for a JDK-1.0.2-compatible or a JDK-1.1-compatible Java virtual machine.
CommunicationDriver, CommunicationManager, jaguar.stub.jdbc11.JJDBCStub class
Provided for backward compatibity, this method does nothing.
Package |
|
Interface |
public abstract void destroy()
This method is provided for backward compatibility. It has no effect on the component lifecycle.
Return the CommunicationDriver instance that this stub uses to communicate with the server.
Package |
|
Interface |
public abstract CommunicationDriver
getCommunicationDriver()
The CommunicationDriver driver instance used to communicate with the server.
jaguar.beans.CommunicationDriver interface
Copyright © 2000 Sybase, Inc. All rights reserved. |
![]() |