|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.alibaba.dubbo.rpc.cluster.support.AbstractClusterInvoker<T>
public abstract class AbstractClusterInvoker<T>
AbstractClusterInvoker
| Constructor Summary | |
|---|---|
AbstractClusterInvoker(Directory<T> directory)
|
|
AbstractClusterInvoker(Directory<T> directory,
URL url)
|
|
| Method Summary | |
|---|---|
void |
destroy()
destroy. |
Class<T> |
getInterface()
get service interface. |
URL |
getUrl()
get url. |
Result |
invoke(Invocation invocation)
invoke. |
boolean |
isAvailable()
is available. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractClusterInvoker(Directory<T> directory)
public AbstractClusterInvoker(Directory<T> directory,
URL url)
| Method Detail |
|---|
public Class<T> getInterface()
Invoker
getInterface in interface Invoker<T>public URL getUrl()
Node
getUrl in interface Nodepublic boolean isAvailable()
Node
isAvailable in interface Nodepublic void destroy()
Node
destroy in interface Node
public Result invoke(Invocation invocation)
throws RpcException
Invoker
invoke in interface Invoker<T>RpcExceptionpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||