All Packages Class Hierarchy This Package Previous Next Index
Class semper.txlayer.attribute.Anonymity
java.lang.Object
|
+----semper.txlayer.attribute.SecAttribute
|
+----semper.txlayer.attribute.Anonymity
- public class Anonymity
- extends SecAttribute
This attribute tags services that should
be performed anonymous, e.g., communication.
-
Anonymity()
-
-
Anonymity(Set)
- Constructor with a Set as an parameter.
-
getSet()
-
-
toString()
-
Anonymity
public Anonymity()
Anonymity
public Anonymity(Set s)
- Constructor with a Set as an parameter.
It's not yet defined what this Set
means.
- Parameters:
- s - The Set to include
toString
public String toString()
- Overrides:
- toString in class SecAttribute
getSet
public Set getSet()
- Returns:
- A flat copy from the Set inside us.
The Objects inside the Set are the same
as in the Attribute.
All Packages Class Hierarchy This Package Previous Next Index