Modifier and Type | Field and Description |
---|---|
static Services.ServiceInstance |
EMPTY_SERVICE_INSTANCE |
Constructor and Description |
---|
ServiceInstance(String moduleName,
String instanceName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static Services.ServiceInstance |
fromObjectName(ObjectName on) |
static Services.ServiceInstance |
fromString(String instanceId) |
String |
getInstanceName() |
String |
getModuleName() |
ObjectName |
getObjectName(String transactionName) |
String |
getServiceName() |
int |
hashCode() |
void |
setServiceName(String serviceName) |
String |
toString() |
public static final Services.ServiceInstance EMPTY_SERVICE_INSTANCE
public static Services.ServiceInstance fromString(String instanceId)
public String getServiceName()
public void setServiceName(String serviceName)
public String getModuleName()
public String getInstanceName()
public ObjectName getObjectName(String transactionName)
public static Services.ServiceInstance fromObjectName(ObjectName on)
Copyright © 2019 OpenDaylight. All rights reserved.