public final class ReplicationUnitKey extends Object
ReplicationUnit| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object x) |
static ReplicationUnitKey |
forName(String aName)
Creates the key for the specified string.
|
String |
getName()
Returns the name defining this key.
|
int |
hashCode() |
String |
toString() |
public static final ReplicationUnitKey forName(String aName)
IllegalArgumentException - if the specified string is null, empty,
is longer than 64 characters,
or does not match the XML Name pattern.getName()public final String getName()
forName(String)