cgl.hpsearch.shell.narada
Class BrokerDiscovery
java.lang.Object
org.mozilla.javascript.ScriptableObject
cgl.hpsearch.shell.narada.BrokerDiscovery
- All Implemented Interfaces:
- Scriptable, Serializable
- public class BrokerDiscovery
- extends ScriptableObject
BrokerDiscovery is an interface to the NB Broker Discovery service.
E.g.
BrokerDiscovery.discover("5000", "1", "1", ["niotcp", "udp"], "*");
- Author:
- Harshawardhan S. Gadgil
Date: Jan 28, 2004
- See Also:
- Serialized Form
| Methods inherited from class org.mozilla.javascript.ScriptableObject |
callMethod, defineClass, defineClass, defineFunctionProperties, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, get, get, getAllIds, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getFunctionPrototype, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, has, has, hasInstance, hasProperty, hasProperty, isSealed, put, put, putProperty, putProperty, sealObject, setAttributes, setAttributes, setParentScope, setPrototype |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BrokerDiscovery
public BrokerDiscovery()
jsConstructor
public void jsConstructor()
getClassName
public String getClassName()
jsFunction_discover
public static Object jsFunction_discover(Context _cx,
Scriptable _thisObj,
Object[] id,
Function funObj)
- Invokes the BrokerDiscovery to find the nearest Broker
- Parameters:
_cx - _thisObj - id - funObj -
- Returns:
- String representing the URI of the WSDL