|
Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1) E10659-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.soa.management.CompositeDN
public class CompositeDN
Unique identifier for a composite. Consists of
The string representation of a composite DN has the following format
/<partition name>/<composite name>!<revision> where revision is optional.
| Field Summary | |
|---|---|
static java.lang.String |
COMPOSITE_DL |
static java.util.regex.Pattern |
compositeDLPattern |
static java.lang.String |
LABEL_DL |
static java.util.regex.Pattern |
labelDLPattern |
static java.lang.String |
REVISION_DL |
static java.util.regex.Pattern |
revisionDLPattern |
| Constructor Summary | |
|---|---|
CompositeDN(java.lang.String dn)String based constructor |
|
CompositeDN(java.lang.String partitionName, java.lang.String compositeName, java.lang.String revision)Typed constructor for a composite DN |
|
| Method Summary | |
|---|---|
int |
compareTo(java.lang.Object o)Internal: Developers should not use this method, use equals() instead Compares to DNs |
boolean |
equals(java.lang.Object dn)Compares to composite DNs with each other |
java.lang.String |
getCompositeName()Get the name of the composite dn |
java.lang.String |
getDomainName()Get the partition name the composite described hereby belongs to |
java.lang.String |
getRevision()Get the revision of the composite dn |
java.lang.String |
getStringDN()Get the string representation of the composite dn |
int |
hashCode() |
java.lang.String |
toString() |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String COMPOSITE_DL
public static final java.lang.String REVISION_DL
public static final java.lang.String LABEL_DL
public static java.util.regex.Pattern compositeDLPattern
public static java.util.regex.Pattern revisionDLPattern
public static java.util.regex.Pattern labelDLPattern
| Constructor Detail |
|---|
public CompositeDN(java.lang.String dn)
dn - the distinguished name in string format
public CompositeDN(java.lang.String partitionName,
java.lang.String compositeName,
java.lang.String revision)
partitionName - the name of the partition (e.g. default)compositeName - the name of the composite (e.g. OrderBookingComposite)revision - the (optional) revision, leave empty for default| Method Detail |
|---|
public java.lang.String getDomainName()
public java.lang.String getCompositeName()
public java.lang.String getRevision()
public java.lang.String getStringDN()
public java.lang.String toString()
toString in class java.lang.ObjectgetStringDN()public int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparableo - the object to compare this instance of a dn withpublic boolean equals(java.lang.Object dn)
equals in class java.lang.Objectdn - the DN to compare the current instance of a DN withpublic int hashCode()
hashCode in class java.lang.Object
|
Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1) E10659-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||