|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kaos.core.csi.TransportImpl
public class TransportImpl
$Revision: 1.2 $
Field Summary | |
---|---|
protected java.lang.String |
_name
|
protected java.util.Hashtable |
_properties
|
Constructor Summary | |
---|---|
TransportImpl()
Defines the operations to store and access information about a given Transport. |
|
TransportImpl(java.lang.String name)
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String _name
protected java.util.Hashtable _properties
Constructor Detail |
---|
public TransportImpl()
public TransportImpl(java.lang.String name)
Method Detail |
---|
public void setName(java.lang.String name)
setName
in interface Transport
name
- String containing the name of the Transport.public java.lang.String getName()
getName
in interface Transport
public void setProperty(Property property)
setProperty
in interface Transport
property
- Property describing this transport.public Property getProperty(java.lang.String name)
getProperty
in interface Transport
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |