gov.cca
Interface PortInfo


public interface PortInfo

An interface that describes a Port.


Method Summary
 java.lang.String getName()
          Returns the instance name for this Port.
 java.lang.String getProperty(java.lang.String propertyKey)
          Fetch the value corresponding to propertyKey.
 java.lang.String getType()
          Returns the type of the Port referred to by this PortInfo: corresponds to the class name for this Port.
 

Method Detail

getType

java.lang.String getType()
Returns the type of the Port referred to by this PortInfo: corresponds to the class name for this Port.


getName

java.lang.String getName()
Returns the instance name for this Port. This name must be unique within the scope of the CCA component which creates this port.


getProperty

java.lang.String getProperty(java.lang.String propertyKey)
Fetch the value corresponding to propertyKey.

Returns:
The string value for this property, or null if it is undefined.