public class ACCDescription
extends java.lang.Object
implements java.io.Serializable
agent
and the TuCSoN
Node Service proxy node
. It
actually triggers the latter proxy creation by the ACC Provider
provider
spawned by the Tucson Node
Service TuCSoN
ACCProxyAgentSide
,
ACCProxyNodeSide
,
ACCProvider
,
TucsonNodeService
,
Serialized FormConstructor and Description |
---|
ACCDescription()
Creates an ACCDescription as a Java Properties empty map.
|
ACCDescription(java.util.Properties p)
Creates an ACCDescription using the Java Properties instance passed.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getProperty(java.lang.String name)
Gets the named property from the Java Properties map
|
void |
setProperty(java.lang.String name,
java.lang.String value)
Sets a new Java Property map entry using the Strings passed
|
public ACCDescription()
Properties
public ACCDescription(java.util.Properties p)
p
- Java Properties map to be used for initializationProperties
public java.lang.String getProperty(java.lang.String name)
name
- Named property to be retrievedProperties
public void setProperty(java.lang.String name, java.lang.String value)
name
- Name of the property to storevalue
- Value of the property to storeProperties