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.


Constructor Index

 o CLAddress()
Empty constructor.
 o CLAddress(String)
Constructor.

Method Index

 o toString()

Constructors

 o CLAddress
 public CLAddress()
Empty constructor. Builds a CLAddress with "" in it. May be used, too... .

 o CLAddress
 public CLAddress(String theStr)
Constructor.

Parameters:
theStr - Is the CLAddress String

Methods

 o 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