|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectelectric.uddi.GetAssertions
GetAssertions.
| Field Summary |
| Constructor Summary | |
GetAssertions()
|
|
| Method Summary | |
static Assertions |
getAssertions(IUDDIServer server,
Authorization authorization)
|
static Assertion[] |
getAssertions(IUDDIServer server,
java.lang.String businessKey,
java.lang.String status,
Identifier keyedReference)
Returns an array of the assertions that match the specified criteria. |
java.lang.String |
getVersion()
|
java.lang.Object |
invoke(IUDDIServer server,
Authorization authorization)
|
boolean |
needsAuthorization()
|
void |
read(IReader reader)
Restore myself from the specified reader. |
void |
setVersion(java.lang.String version)
|
java.lang.String |
toString()
Return my description. |
void |
write(IWriter writer)
Write myself to the specified writer. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public GetAssertions()
| Method Detail |
public java.lang.String toString()
public java.lang.String getVersion()
getVersion in interface ICommandpublic void setVersion(java.lang.String version)
setVersion in interface ICommandversion - public boolean needsAuthorization()
needsAuthorization in interface ICommand
public java.lang.Object invoke(IUDDIServer server,
Authorization authorization)
throws UDDIException
invoke in interface ICommandserver - authorization -
UDDIException
public static Assertions getAssertions(IUDDIServer server,
Authorization authorization)
throws UDDIException
server - authorization -
UDDIException
public static Assertion[] getAssertions(IUDDIServer server,
java.lang.String businessKey,
java.lang.String status,
Identifier keyedReference)
throws UDDIException
server - businessKey - status - keyedReference -
UDDIException
public void write(IWriter writer)
throws java.io.IOException
ISerializable
write in interface ISerializablewriter -
java.io.IOException
public void read(IReader reader)
throws java.io.IOException
read in interface ISerializablereader - The IReader
java.io.IOException - If a deserialization error occurs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||