|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ecf.core.identity.BaseID
org.eclipse.ecf.provider.r_osgi.identity.R_OSGiID
org.eclipse.ecf.provider.r_osgi.identity.R_OSGiWSID
public class R_OSGiWSID
Field Summary | |
---|---|
static int |
HTTP_PORT
|
static int |
HTTPS_PORT
|
Fields inherited from class org.eclipse.ecf.core.identity.BaseID |
---|
namespace |
Constructor Summary | |
---|---|
R_OSGiWSID(boolean secure,
java.lang.String hostname,
int port)
|
Method Summary | |
---|---|
URI |
getURI()
get the internal URI. |
protected int |
namespaceCompareTo(BaseID id)
compare in the context of the namespace. |
protected boolean |
namespaceEquals(BaseID id)
check for equality in the context of the namespace. |
protected java.lang.String |
namespaceGetName()
get the name. |
protected int |
namespaceHashCode()
get the hash code. |
java.lang.String |
toExternalForm()
Get this ID instance in String form. |
java.lang.String |
toString()
get a string representation. |
Methods inherited from class org.eclipse.ecf.core.identity.BaseID |
---|
compareTo, equals, getAdapter, getName, getNamespace, hashCode, namespaceToExternalForm |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int HTTPS_PORT
public static final int HTTP_PORT
Constructor Detail |
---|
public R_OSGiWSID(boolean secure, java.lang.String hostname, int port)
Method Detail |
---|
protected int namespaceCompareTo(BaseID id)
namespaceCompareTo
in class R_OSGiID
id
- another BaseID
to compare to.
BaseID.namespaceCompareTo(org.eclipse.ecf.core.identity.BaseID)
protected boolean namespaceEquals(BaseID id)
namespaceEquals
in class R_OSGiID
id
- another BaseID
to check with.
true
iff the two IDs are equal within the given
namespace.BaseID.namespaceEquals(org.eclipse.ecf.core.identity.BaseID)
public URI getURI()
getURI
in class R_OSGiID
protected java.lang.String namespaceGetName()
namespaceGetName
in class R_OSGiID
protected int namespaceHashCode()
namespaceHashCode
in class R_OSGiID
public java.lang.String toString()
toString
in interface java.security.Principal
toString
in class R_OSGiID
Object.toString()
public java.lang.String toExternalForm()
ID
toExternalForm
in interface ID
toExternalForm
in class R_OSGiID
ID.toExternalForm()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |