|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Transport
Defines the operations to store and access information about a given Transport.
Method Summary | |
---|---|
java.lang.String |
getName()
Obtain the Transport name. |
Property |
getProperty(java.lang.String name)
Obtain a Property of this Transport. |
void |
setName(java.lang.String name)
Set the name of this Transport. |
void |
setProperty(Property property)
Set a property for this Transport. |
Method Detail |
---|
void setName(java.lang.String name)
name
- String containing the name of the Transport.java.lang.String getName()
void setProperty(Property property)
property
- Property describing this transport.Property getProperty(java.lang.String name)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |