cgl.fthpis.function
Class FindSessionFunction
java.lang.Object
cgl.fthpis.function.AbstractFunction
cgl.fthpis.function.FindSessionFunction
- All Implemented Interfaces:
- org.apache.juddi.function.IFunction
- public class FindSessionFunction
- extends AbstractFunction
"This [FindSession] API call returns a sessionList on success. This
structure contains information about each matching session In the event that
no matches were located for the specified criteria, a sessionList
structure with zero sessionInfo structures is returned. If no
arguments are passed, a zero-match result set will be returned."
- Author:
- Mehmet S. Aktas (maktas@indiana.edu)
Method Summary |
org.apache.juddi.datatype.RegistryObject |
execute(org.apache.juddi.datatype.RegistryObject regObject)
|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FindSessionFunction
public FindSessionFunction(FTHPISRegistryEngine registry)
execute
public org.apache.juddi.datatype.RegistryObject execute(org.apache.juddi.datatype.RegistryObject regObject)
throws org.apache.juddi.error.RegistryException
- Throws:
org.apache.juddi.error.RegistryException
main
public static void main(java.lang.String[] args)