Appendix A EAServer 1.1 Java Classes and Interfaces


jaguar.beans.enterprise.Stub interface

Description

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.

Methods

Usage

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.

See Also

CommunicationDriver, CommunicationManager, jaguar.stub.jdbc11.JJDBCStub class


Stub.destroy()

Description

Provided for backward compatibility, this method does nothing.

Syntax

Package com.sybase.jaguar.beans.enterprise
Interface Stub
public abstract void destroy()

Usage

This method is provided for backward compatibility. It has no effect on the component lifecycle.

See Also

JJDBCStub.destroy()


Stub.getCommunicationDriver()

Description

Return the CommunicationDriver instance that this stub uses to communicate with the server.

Syntax

Package com.sybase.jaguar.beans.enterprise
Interface Stub
public abstract CommunicationDriver
                getCommunicationDriver()

Return Values

The CommunicationDriver driver instance used to communicate with the server.

See Also

jaguar.beans.CommunicationDriver interface

 


Copyright © 2001 Sybase, Inc. All rights reserved.