当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 aspects API Documentation 英文版文档
ClusteredRemoting (JBoss Aspects API) - JBoss 4.0.1 sp1 aspects API Documentation 英文版文档
org.jboss.aspects.remoting
Class ClusteredRemoting
java.lang.Object
org.jboss.aspects.remoting.ClusteredRemoting
- All Implemented Interfaces:
- ClusterConstants
- public class ClusteredRemoting
- extends Object
- implements ClusterConstants
- Version:
- $Revision: 1.2 $
- Author:
- Bill Burke
Method Summary |
static org.jboss.aop.proxy.ClassProxy |
clusterRegisteredObject(Object objectId,
String partitionName,
org.jboss.ha.framework.interfaces.LoadBalancePolicy lb,
org.jboss.remoting.InvokerLocator locator)
|
static org.jboss.aop.proxy.ClassProxy |
clusterRegisteredObject(Object objectId,
String partitionName,
org.jboss.ha.framework.interfaces.LoadBalancePolicy lb,
String uri)
|
static org.jboss.aop.proxy.ClassProxy |
registerClusteredObject(Object objectId,
Object obj,
String partitionName,
org.jboss.ha.framework.interfaces.LoadBalancePolicy lb,
org.jboss.remoting.InvokerLocator locator)
|
static org.jboss.aop.proxy.ClassProxy |
registerClusteredObject(Object objectId,
Object obj,
String partitionName,
org.jboss.ha.framework.interfaces.LoadBalancePolicy lb,
String uri)
|
static void |
unregisterClusteredObject(Object object)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClusteredRemoting
public ClusteredRemoting()
clusterRegisteredObject
public static org.jboss.aop.proxy.ClassProxy clusterRegisteredObject(Object objectId,
String partitionName,
org.jboss.ha.framework.interfaces.LoadBalancePolicy lb,
String uri)
throws Exception
- Throws:
Exception
clusterRegisteredObject
public static org.jboss.aop.proxy.ClassProxy clusterRegisteredObject(Object objectId,
String partitionName,
org.jboss.ha.framework.interfaces.LoadBalancePolicy lb,
org.jboss.remoting.InvokerLocator locator)
throws Exception
- Throws:
Exception
registerClusteredObject
public static org.jboss.aop.proxy.ClassProxy registerClusteredObject(Object objectId,
Object obj,
String partitionName,
org.jboss.ha.framework.interfaces.LoadBalancePolicy lb,
String uri)
throws Exception
- Throws:
Exception
registerClusteredObject
public static org.jboss.aop.proxy.ClassProxy registerClusteredObject(Object objectId,
Object obj,
String partitionName,
org.jboss.ha.framework.interfaces.LoadBalancePolicy lb,
org.jboss.remoting.InvokerLocator locator)
throws Exception
- Throws:
Exception
unregisterClusteredObject
public static void unregisterClusteredObject(Object object)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.