public interface RemotingParser
| 限定符和类型 | 方法和说明 |
|---|---|
short |
getProtocol()
the remoting protocol
|
RemotingDesc |
getServiceDesc(Object bean,
String beanName)
get the remoting bean info
|
boolean |
isReference(Object bean,
String beanName)
if it is reference bean ?
|
boolean |
isRemoting(Object bean,
String beanName)
if it is remoting bean ?
|
boolean |
isService(Object bean,
String beanName)
if it is service bean ?
|
boolean isRemoting(Object bean, String beanName) throws FrameworkException
bean - the beanbeanName - the bean nameFrameworkException - the framework exceptionboolean isReference(Object bean, String beanName) throws FrameworkException
bean - the beanbeanName - the bean nameFrameworkException - the framework exceptionboolean isService(Object bean, String beanName) throws FrameworkException
bean - the beanbeanName - the bean nameFrameworkException - the framework exceptionRemotingDesc getServiceDesc(Object bean, String beanName) throws FrameworkException
bean - the beanbeanName - the bean nameFrameworkException - the framework exceptionshort getProtocol()
Copyright © 2019 Seata. All rights reserved.