Uses of Interface
com.sun.enterprise.config.serverbeans.AdminService
-
Packages that use AdminService Package Description com.sun.enterprise.config.serverbeans -
-
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.
-