com.caucho.ejb.protocol
Class AbstractHomeHandle

java.lang.Object
  extended by com.caucho.ejb.protocol.AbstractHomeHandle
All Implemented Interfaces:
java.io.Serializable, HomeHandle
Direct Known Subclasses:
BurlapHomeHandle, HessianHomeHandle, HomeHandleImpl

public abstract class AbstractHomeHandle
extends java.lang.Object
implements HomeHandle

Implementation for a home handle.

See Also:
Serialized Form

Field Summary
protected static java.util.logging.Logger log
           
 
Constructor Summary
AbstractHomeHandle()
           
 
Method Summary
 java.lang.Class getType()
          Returns the remote API class.
abstract  java.lang.String getURL(java.lang.String protocol)
          Returns the URL for a particular protocol.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.ejb.HomeHandle
getEJBHome
 

Field Detail

log

protected static final java.util.logging.Logger log
Constructor Detail

AbstractHomeHandle

public AbstractHomeHandle()
Method Detail

getType

public java.lang.Class getType()
Returns the remote API class.


getURL

public abstract java.lang.String getURL(java.lang.String protocol)
Returns the URL for a particular protocol.