Class ReplicationUnitKey
- java.lang.Object
-
- com.orchestranetworks.service.extensions.ReplicationUnitKey
-
public final class ReplicationUnitKey extends Object
Identifies a replication unit defined in a data model.- See Also:
ReplicationUnit
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object x)static ReplicationUnitKeyforName(String aName)Creates the key for the specified string.StringgetName()Returns the name defining this key.inthashCode()StringtoString()
-
-
-
Method Detail
-
forName
public static final ReplicationUnitKey forName(String aName)
Creates the key for the specified string.- Throws:
IllegalArgumentException- if the specified string isnull, empty, is longer than 64 characters, or does not match the XML Name pattern.- See Also:
getName()
-
getName
public final String getName()
Returns the name defining this key.- See Also:
forName(String)
-
-