Uses of Class
org.infinispan.xsite.status.SiteState
-
Packages that use SiteState Package Description org.infinispan.xsite.status -
-
Uses of SiteState in org.infinispan.xsite.status
Methods in org.infinispan.xsite.status that return SiteState Modifier and Type Method Description SiteStateDefaultTakeOfflineManager. getSiteState(String siteName)SiteStateNoOpTakeOfflineManager. getSiteState(String siteName)SiteStateTakeOfflineManager. getSiteState(String siteName)Returns the site state for sitesiteName.static SiteStateSiteState. valueOf(String name)Returns the enum constant of this type with the specified name.static SiteState[]SiteState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-