public abstract class DOMRpcIdentifier extends Object
| Modifier and Type | Method and Description | 
|---|---|
static DOMRpcIdentifier | 
create(org.opendaylight.yangtools.yang.model.api.SchemaPath type)
Create a global RPC identifier. 
 | 
static DOMRpcIdentifier | 
create(org.opendaylight.yangtools.yang.model.api.SchemaPath type,
      org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier contextReference)
Create an RPC identifier with a particular context reference. 
 | 
boolean | 
equals(Object obj)  | 
abstract org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier | 
getContextReference()
Return the RPC context reference. 
 | 
org.opendaylight.yangtools.yang.model.api.SchemaPath | 
getType()
Return the RPC type. 
 | 
int | 
hashCode()  | 
String | 
toString()  | 
@Nonnull public static DOMRpcIdentifier create(@Nonnull org.opendaylight.yangtools.yang.model.api.SchemaPath type)
type - RPC type, SchemaPath of its definition, may not be null@Nonnull public static DOMRpcIdentifier create(@Nonnull org.opendaylight.yangtools.yang.model.api.SchemaPath type, @Nullable org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier contextReference)
type - RPC type, SchemaPath of its definition, may not be nullcontextReference - Context reference, null means a global RPC identifier.@Nonnull public final org.opendaylight.yangtools.yang.model.api.SchemaPath getType()
@Nonnull public abstract org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier getContextReference()
Copyright © 2018 OpenDaylight. All rights reserved.