All Packages Class Hierarchy This Package Previous Next Index
Class semper.txlayer.context.CLAddress
java.lang.Object
|
+----semper.txlayer.context.CLAddress
- public class CLAddress
- extends Object
- implements Serializable
This is simply a wrapper for a String, mainly for typesafety-
reasons. CLAddresses have to be passed on creation of a
TXContext. The contexts of the peers are linked together
with the CLAddress, so when the peers specify different
CLAddress, the context service reacts as if there's no
one listening on the partners side.
-
CLAddress()
- Empty constructor.
-
CLAddress(String)
- Constructor.
-
toString()
-
CLAddress
public CLAddress()
- Empty constructor. Builds a CLAddress with
"" in it.
May be used, too... .
CLAddress
public CLAddress(String theStr)
- Constructor.
- Parameters:
- theStr - Is the CLAddress String
toString
public String toString()
- Returns:
- Gives the String in the CLAddress.
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index