Class RpcContextIdentifier
- java.lang.Object
-
- org.opendaylight.controller.sal.binding.api.rpc.RpcContextIdentifier
-
- All Implemented Interfaces:
Immutable
,MutationBehaviour<Immutable>
@Deprecated(forRemoval=true) public final class RpcContextIdentifier extends Object implements Immutable
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Field Summary
Fields Modifier and Type Field Description Class<? extends BaseIdentity>
routingContext
Deprecated, for removal: This API element is subject to removal in a future version.Class<? extends RpcService>
rpcService
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static RpcContextIdentifier
contextFor(Class<? extends RpcService> serviceType, Class<? extends BaseIdentity> routingContext)
Deprecated, for removal: This API element is subject to removal in a future version.static RpcContextIdentifier
contextForGlobalRpc(Class<? extends RpcService> serviceType)
Deprecated, for removal: This API element is subject to removal in a future version.boolean
equals(Object obj)
Deprecated, for removal: This API element is subject to removal in a future version.Class<? extends BaseIdentity>
getRoutingContext()
Deprecated, for removal: This API element is subject to removal in a future version.Class<? extends RpcService>
getRpcService()
Deprecated, for removal: This API element is subject to removal in a future version.int
hashCode()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Field Detail
-
rpcService
public final Class<? extends RpcService> rpcService
Deprecated, for removal: This API element is subject to removal in a future version.
-
routingContext
public final Class<? extends BaseIdentity> routingContext
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
getRpcService
public Class<? extends RpcService> getRpcService()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getRoutingContext
public Class<? extends BaseIdentity> getRoutingContext()
Deprecated, for removal: This API element is subject to removal in a future version.
-
contextForGlobalRpc
public static RpcContextIdentifier contextForGlobalRpc(Class<? extends RpcService> serviceType)
Deprecated, for removal: This API element is subject to removal in a future version.
-
contextFor
public static RpcContextIdentifier contextFor(Class<? extends RpcService> serviceType, Class<? extends BaseIdentity> routingContext)
Deprecated, for removal: This API element is subject to removal in a future version.
-
hashCode
public int hashCode()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-