Uses of Interface
com.sun.enterprise.config.serverbeans.AdminService
-
Packages that use AdminService Package Description com.sun.enterprise.config.serverbeans com.sun.enterprise.v3.admin.adapter Provides the Grizzly Adapter functionality for the admin console application in particular. -
-
Uses of AdminService in com.sun.enterprise.config.serverbeans
Methods in com.sun.enterprise.config.serverbeans that return AdminService Modifier and Type Method Description AdminServiceConfig. getAdminService()Gets the value of the adminService property.Methods in com.sun.enterprise.config.serverbeans with parameters of type AdminService Modifier and Type Method Description static AuthRealmAdminService.Duck. getAssociatedAuthRealm(AdminService as)This is the place where the iteration for theAuthRealmfor administration should be carried out in server.static JmxConnectorAdminService.Duck. getSystemJmxConnector(AdminService as)voidConfig. setAdminService(AdminService value)Sets the value of the adminService property.static booleanAdminService.Duck. usesFileRealm(AdminService as)Returns true if the classname of associated authrealm is same as fully qualified FileRealm classname. -
Uses of AdminService in com.sun.enterprise.v3.admin.adapter
Methods in com.sun.enterprise.v3.admin.adapter that return AdminService Modifier and Type Method Description AdminServiceAdminConsoleAdapter. getAdminService()
-