org.jboss.ejb3.remoting
Interface Proxy

All Known Subinterfaces:
RemoteProxy
All Known Implementing Classes:
BaseRemoteProxy, BaseSessionRemoteProxy, LocalProxy, ServiceLocalProxy, ServiceRemoteProxy, StatefulClusteredProxy, StatefulLocalProxy, StatefulRemoteProxy, StatelessClusteredProxy, StatelessLocalProxy, StatelessRemoteProxy

public interface Proxy

Version:
$Revision: 1.1.2.4 $
Author:
Kabir Khan

Method Summary
 Object getAsynchronousProxy(Object proxy)
           
 String toString()
          For use in hashCode, toString() and equals() *
 

Method Detail

toString

String toString()
For use in hashCode, toString() and equals() *

Overrides:
toString in class Object

getAsynchronousProxy

Object getAsynchronousProxy(Object proxy)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.