public class LinkedEndpoint extends RegisteredEndpoint
DYNAMIC, EXTERNAL, INTERNAL, LINKED| Constructor and Description |
|---|
LinkedEndpoint(QName fromService,
String fromEndpoint,
QName toService,
String toEndpoint,
Link linkType)
Creates a new MappedEndpoint.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Compares two LinkedEndpoint instances for equality.
|
String |
getEndpointLink() |
String |
getName() |
QName |
getServiceLink() |
CompositeData |
getStatistics() |
int |
getType()
Indicates the type of endpoint: INTERNAL, EXTERNAL, or DYNAMIC.
|
int |
hashCode()
Using to->service, to->endpoint, and from->service to produce hashcode.
|
void |
setInUse(String ownerId) |
String |
toString() |
String |
toStringBrief() |
getAsReference, getEndpointName, getHistoricalStatistics, getInterfaces, getInterfacesInternal, getOperations, getOwnerId, getServiceName, implementsInterface, isActive, isDynamic, isExternal, isInternal, isLinked, parseDescriptor, resetInUse, setActive, setInterfaces, setInUse, setOperations, toExternalNamepublic LinkedEndpoint(QName fromService, String fromEndpoint, QName toService, String toEndpoint, Link linkType)
service - service nameendpoint - endpoint namelinkType - link type for connection mappingreference - endpoint reference for this endpointtype - endpoint typepublic int getType()
RegisteredEndpointgetType in class RegisteredEndpointpublic String getEndpointLink()
public QName getServiceLink()
public void setInUse(String ownerId)
public boolean equals(Object obj)
equals in class RegisteredEndpointpublic int hashCode()
hashCode in class RegisteredEndpointpublic String getName()
getName in interface EndpointStatisticsgetName in class RegisteredEndpointpublic CompositeData getStatistics()
getStatistics in interface EndpointStatisticsgetStatistics in class RegisteredEndpointpublic String toStringBrief()
toStringBrief in class RegisteredEndpointpublic String toString()
toString in class RegisteredEndpointCopyright © 2011-2016 OpenESB Community. All Rights Reserved.