org.jboss.deployment.spi
Class EndpointInfo
java.lang.Object
org.jboss.deployment.spi.EndpointInfo
- All Implemented Interfaces:
- Serializable
public class EndpointInfo
- extends Object
- implements Serializable
Encapsulation of a deployment endpoint
- Version:
- $Revision:$
- Author:
- Scott.Stark@jboss.org
- See Also:
- Serialized Form
EndpointInfo
public EndpointInfo(String pathName,
String name,
String type)
- Parameters:
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, ...)- See Also:
EndpointType
getPathName
public String getPathName()
- Returns:
- the vfs relative path for the endpoint's deployment
getName
public String getName()
- Returns:
- the deployment local unique name of the endpoing
getType
public String getType()
- Returns:
- the endpoint type(ejb, message-destination, ...)
- See Also:
EndpointType
getComponentKey
public String getComponentKey()
- Get the deployment unique key for the endpoint
- Returns:
- the unique key formed from the tuple (type, vfs relative path, name):
type + "/" + pathName + "#" + name
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.