public class EndpointInfo extends Object implements Serializable
Constructor and Description |
---|
EndpointInfo(String pathName,
String name,
String type) |
Modifier and Type | Method and Description |
---|---|
String |
getComponentKey()
Get the deployment unique key for the endpoint
|
String |
getName() |
String |
getPathName() |
String |
getType() |
String |
toString() |
public EndpointInfo(String pathName, String name, String type)
pathName
- - the vfs relative path of the deployment containing the endpointname
- - the deployment local unique name of the endpoingtype
- - the endpoint type(ejb, message-destination, ...)EndpointType
public String getPathName()
public String getName()
public String getType()
EndpointType
public String getComponentKey()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.