|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Dictionary<K,V>
java.util.Hashtable<java.lang.Object,java.lang.Object>
java.util.Properties
com.edustructures.sifworks.ADKProperties
com.edustructures.sifworks.TransportProperties
public abstract class TransportProperties
Properties describing operational settings of a transport protocol.
| Constructor Summary | |
|---|---|
TransportProperties()
Constructor |
|
TransportProperties(TransportProperties parent)
Constructs a TransportProperties object that inherits its properties from a parent. |
|
| Method Summary | |
|---|---|
void |
defaults(java.lang.Object owner)
Initialize the TransportProperties with default values |
abstract java.lang.String |
getProtocol()
Gets the name of the transport protocol associated with these properties |
| Methods inherited from class com.edustructures.sifworks.ADKProperties |
|---|
getParent, getProperty, getProperty, getProperty, getProperty, setProperty, setProperty, setProperty |
| Methods inherited from class java.util.Properties |
|---|
list, list, load, loadFromXML, propertyNames, save, store, storeToXML, storeToXML |
| Methods inherited from class java.util.Hashtable |
|---|
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, remove, size, toString, values |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TransportProperties()
public TransportProperties(TransportProperties parent)
inherit - The parent TransportProperties object, usually obtained
by calling Agent.getDefaultTransportProperties| Method Detail |
|---|
public abstract java.lang.String getProtocol()
public void defaults(java.lang.Object owner)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||