| 
GigaSpaces XAP 9.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AdminFactory | |
|---|---|
| org.openspaces.admin | Entry point for Admin API, allowing to use AdminFactory in order to create an Admin instance. | 
| Uses of AdminFactory in org.openspaces.admin | 
|---|
| Methods in org.openspaces.admin that return AdminFactory | |
|---|---|
 AdminFactory | 
AdminFactory.addGroup(String group)
Adds a lookup group that will be used to find Lookup Services (using multicast) that will be used to listen for events.  | 
 AdminFactory | 
AdminFactory.addGroups(String groups)
Adds a comma delimited string of groups that will be used to find the Lookup Services (using multicast).  | 
 AdminFactory | 
AdminFactory.addLocator(String locator)
Adds a lookup locator (ip and port) of the lookup service that will be used to listen for events.  | 
 AdminFactory | 
AdminFactory.addLocators(String locators)
Adds a comma delimited lookup locators (ip and port) of the lookup service that will be used to listen for events.  | 
 AdminFactory | 
AdminFactory.adminFilter(AdminFilter adminFilter)
Sets adminFilter, allows to filter services, machines and etc.  | 
 AdminFactory | 
AdminFactory.discoverUnmanagedSpaces()
Enables discovery of unmanaged spaces (spaces that are not started by being deployed within the Service Grid).  | 
protected  AdminFactory | 
AdminFactory.singleThreadedEventListeners()
 | 
 AdminFactory | 
AdminFactory.useDaemonThreads(boolean useDaemonThreads)
 | 
 AdminFactory | 
AdminFactory.useGsLogging(boolean useGsLogging)
 | 
 AdminFactory | 
AdminFactory.userDetails(String userName,
            String password)
Sets the username and password for discovery of secured services.  | 
 AdminFactory | 
AdminFactory.userDetails(UserDetails userDetails)
Sets the user details that will be used when discovering secured services.  | 
  | 
GigaSpaces XAP 9.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||