|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use RemoteProxy | |
| org.codehaus.aspectwerkz.connectivity | |
| Uses of RemoteProxy in org.codehaus.aspectwerkz.connectivity |
| Methods in org.codehaus.aspectwerkz.connectivity that return RemoteProxy | |
static RemoteProxy |
RemoteProxy.createClientProxy(String[] interfaces,
String impl,
String address,
int port)
Creates a new proxy to a class. |
static RemoteProxy |
RemoteProxy.createClientProxy(String[] interfaces,
String impl,
String address,
int port,
Object context)
Creates a new proxy to a class. |
static RemoteProxy |
RemoteProxy.createClientProxy(String[] interfaces,
String impl,
String address,
int port,
ClassLoader loader)
Creates a new proxy to a class. |
static RemoteProxy |
RemoteProxy.createClientProxy(String[] interfaces,
String impl,
String address,
int port,
Object context,
ClassLoader loader)
Creates a new proxy to a class. |
static RemoteProxy |
RemoteProxy.createServerProxy(Object targetlInstance,
String address,
int port)
Creates a proxy to a specific instance in the on the server side. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||