当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 aspects API Documentation 英文版文档
Remoting (JBoss Aspects API) - JBoss 4.0.1 sp1 aspects API Documentation 英文版文档
org.jboss.aspects.remoting
Class Remoting
java.lang.Object
org.jboss.aspects.remoting.Remoting
- public class Remoting
- extends Object
- Version:
- $Revision: 1.2 $
- Author:
- Bill Burke
Method Summary |
static org.jboss.aop.proxy.ClassProxy |
createRemoteProxy(Object objectId,
Class clazz,
org.jboss.remoting.InvokerLocator locator)
|
static org.jboss.aop.proxy.ClassProxy |
createRemoteProxy(Object objectId,
Class clazz,
org.jboss.remoting.InvokerLocator locator,
String stackName)
|
static org.jboss.aop.proxy.ClassProxy |
createRemoteProxy(Object objectId,
Class clazz,
String uri)
|
static org.jboss.aop.proxy.ClassProxy |
createRemoteProxy(Object objectId,
Class clazz,
String uri,
String stackName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Remoting
public Remoting()
createRemoteProxy
public static org.jboss.aop.proxy.ClassProxy createRemoteProxy(Object objectId,
Class clazz,
String uri)
throws Exception
- Throws:
Exception
createRemoteProxy
public static org.jboss.aop.proxy.ClassProxy createRemoteProxy(Object objectId,
Class clazz,
String uri,
String stackName)
throws Exception
- Throws:
Exception
createRemoteProxy
public static org.jboss.aop.proxy.ClassProxy createRemoteProxy(Object objectId,
Class clazz,
org.jboss.remoting.InvokerLocator locator)
throws Exception
- Throws:
Exception
createRemoteProxy
public static org.jboss.aop.proxy.ClassProxy createRemoteProxy(Object objectId,
Class clazz,
org.jboss.remoting.InvokerLocator locator,
String stackName)
throws Exception
- Throws:
Exception
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.