Package org.sblim.slp.example
Class slpMain
- java.lang.Object
-
- org.sblim.slp.example.slpMain
-
public class slpMain extends java.lang.Object
Locate WBEM services that are registered on a SA/DA. In additon it registers a fake WBEM service in the library's internal service registration so that at least one will be found.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SCOPE
-
Constructor Summary
Constructors Constructor Description slpMain()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Locator
getLocator()
static java.util.List
lookup(Locator slpLocator, java.lang.String name)
static void
main(java.lang.String[] args)
-
-
-
Field Detail
-
SCOPE
public static final java.lang.String SCOPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getLocator
public static Locator getLocator() throws ServiceLocationException
- Throws:
ServiceLocationException
-
lookup
public static java.util.List lookup(Locator slpLocator, java.lang.String name) throws ServiceLocationException
- Throws:
ServiceLocationException
-
main
public static void main(java.lang.String[] args)
-
-