|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.netweaver.bc.rf.common.OpaqueLockTokenUri
A RFC2518 IUri implementation.
lturl := "opaquelocktoken:" UUID [ext]
ext := path
Copyright (c) SAP AG 2001-2003
| Constructor Summary | |
OpaqueLockTokenUri(String remainder)
|
|
| Method Summary | |
boolean |
equals(IAbsoluteUri other)
|
boolean |
equals(Object other)
|
String |
getRemainder()
Get the remainder of this AbsoluteUri (part after scheme without ':'). |
String |
getScheme()
Get the scheme of this AbsoluteUri (without ':'). |
int |
hashCode()
|
protected IAbsoluteUri |
newInstance(String remainder)
|
IAbsoluteUri |
resolve(IUriReference ref)
Resolve the URI reference in the context of this AbsoluteUri (as per RFC2396, section 5.2). |
String |
toExternalForm()
Returns a string representation according to RFC 2396 of this uri. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public OpaqueLockTokenUri(String remainder)
throws IllegalArgumentException
| Method Detail |
protected IAbsoluteUri newInstance(String remainder)
throws IllegalArgumentException
IllegalArgumentExceptionpublic String getRemainder()
IAbsoluteUri
getRemainder in interface IAbsoluteUripublic String getScheme()
IAbsoluteUri
getScheme in interface IAbsoluteUripublic int hashCode()
public String toExternalForm()
IAbsoluteUri
toExternalForm in interface IAbsoluteUripublic String toString()
public IAbsoluteUri resolve(IUriReference ref)
throws IllegalArgumentException
IAbsoluteUri
resolve in interface IAbsoluteUriref - URI reference to be resolved
IllegalArgumentException - Exception raised in failure situationpublic boolean equals(Object other)
public boolean equals(IAbsoluteUri other)
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||