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