Uses of Interface
net.ontopia.persistence.proxy.ClusterIF
-
Packages that use ClusterIF Package Description net.ontopia.persistence.proxy An object-relational mapping framework. -
-
Uses of ClusterIF in net.ontopia.persistence.proxy
Classes in net.ontopia.persistence.proxy that implement ClusterIF Modifier and Type Class Description class
JGroupsCluster
INTERNAL: Class that represents a cluster of OKS instances.Fields in net.ontopia.persistence.proxy declared as ClusterIF Modifier and Type Field Description protected ClusterIF
ClusteredCache. cluster
protected ClusterIF
SharedCache. cluster
Methods in net.ontopia.persistence.proxy with parameters of type ClusterIF Modifier and Type Method Description void
SharedCache. setCluster(ClusterIF cluster)
Constructors in net.ontopia.persistence.proxy with parameters of type ClusterIF Constructor Description JGroupsCaches(ClusterIF cluster)
-