com.sun.ejb.containers
Class RemoteBusinessWrapperBase

java.lang.Object
  extended by com.sun.ejb.containers.RemoteBusinessWrapperBase
All Implemented Interfaces:
Serializable

public class RemoteBusinessWrapperBase
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
RemoteBusinessWrapperBase(Remote stub, String busIntf)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getBusinessInterfaceName()
           
 Remote getStub()
           
 int hashCode()
           
 Object readResolve()
           
 Object writeReplace()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteBusinessWrapperBase

public RemoteBusinessWrapperBase(Remote stub,
                                 String busIntf)
Method Detail

getStub

public Remote getStub()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getBusinessInterfaceName

public String getBusinessInterfaceName()

writeReplace

public Object writeReplace()
                    throws ObjectStreamException
Throws:
ObjectStreamException

readResolve

public Object readResolve()
                   throws ObjectStreamException
Throws:
ObjectStreamException


Copyright © 2012 GlassFish Community. All Rights Reserved.