Class ExtendClient

java.lang.Object
com.oracle.bedrock.junit.ExtendClient
All Implemented Interfaces:
SessionBuilder

public class ExtendClient extends Object implements SessionBuilder
  • Constructor Details

    • ExtendClient

      public ExtendClient(String cacheConfigURI)
      Creates an ExtendClient for the specified Cache Configuration URI.
      Parameters:
      cacheConfigURI - the cache configuration URI
    • ExtendClient

      public ExtendClient(String cacheConfigURI, com.oracle.bedrock.Option... options)
      Creates an ExtendClient for the specified Cache Configuration URI.
      Parameters:
      cacheConfigURI - the cache configuration URI
  • Method Details

    • build

      public com.tangosol.net.ConfigurableCacheFactory build(com.oracle.bedrock.runtime.LocalPlatform platform, CoherenceCluster cluster, com.oracle.bedrock.OptionsByType optionsByType)
      Description copied from interface: SessionBuilder
      Creates a ConfigurableCacheFactory for a Coherence Session.
      Specified by:
      build in interface SessionBuilder
      Parameters:
      platform - the LocalPlatform on which the ConfigurableCacheFactory will be established
      cluster - the CoherenceCluster for which the session will be created
      optionsByType - the OptionsByTypes provided to all of the CoherenceClusterMembers when establishing the CoherenceCluster
      Returns:
      a ConfigurableCacheFactory
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object