|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.alibaba.dubbo.registry.support.ProviderInvokerWrapper<T>
public class ProviderInvokerWrapper<T>
| Constructor Summary | |
|---|---|
ProviderInvokerWrapper(Invoker<T> invoker,
URL registryUrl,
URL providerUrl)
|
|
| Method Summary | |
|---|---|
void |
destroy()
destroy. |
Class<T> |
getInterface()
get service interface. |
Invoker<T> |
getInvoker()
|
URL |
getOriginUrl()
|
URL |
getProviderUrl()
|
URL |
getRegistryUrl()
|
URL |
getUrl()
get url. |
Result |
invoke(Invocation invocation)
invoke. |
boolean |
isAvailable()
is available. |
boolean |
isReg()
|
void |
setReg(boolean reg)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProviderInvokerWrapper(Invoker<T> invoker,
URL registryUrl,
URL providerUrl)
| Method Detail |
|---|
public Class<T> getInterface()
Invoker
getInterface in interface Invokerpublic URL getUrl()
Node
getUrl in interface Nodepublic boolean isAvailable()
Node
isAvailable in interface Node
public Result invoke(Invocation invocation)
throws RpcException
Invoker
invoke in interface InvokerRpcExceptionpublic void destroy()
Node
destroy in interface Nodepublic URL getOriginUrl()
public URL getRegistryUrl()
public URL getProviderUrl()
public Invoker<T> getInvoker()
public boolean isReg()
public void setReg(boolean reg)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||