Package com.arjuna.ats.arjuna.gandiva

Examples of com.arjuna.ats.arjuna.gandiva.ClassName


  return new ClassName("RecordType.Dispose");
    }   

    public static ClassName Implementation_Semaphore_BasicSemaphore ()
    {
  return new ClassName("BasicSemaphore");
    }
View Full Code Here


  return ArjunaNames.Implementation_ObjectStore_HashedActionStore();
    }
   
    public static ClassName Implementation_ObjectStore_ShadowingStore ()
    {
  return new ClassName("ShadowingStore");
    }
View Full Code Here

  return new ClassName("ShadowingStore");
    }

    public static ClassName Implementation_ObjectStore_ShadowNoFileLockStore ()
    {
  return new ClassName("ShadowNoFileLockStore");
    }
View Full Code Here

  return new ClassName("ShadowNoFileLockStore");
    }

    public static ClassName Implementation_ObjectStore_FileSystemStore ()
    {
  return new ClassName("FileSystemStore");
    }   
View Full Code Here

  return new ClassName("FileSystemStore");
    }   

    public static ClassName Implementation_ObjectStore_ActionStore ()
    {
  return new ClassName("ActionStore");
    }
View Full Code Here

  return new ClassName("ActionStore");
    }

    public static ClassName Implementation_ObjectStore_NullActionStore ()
    {
  return new ClassName("NullActionStore");
    }
View Full Code Here

  return new ClassName("NullActionStore");
    }

    public static ClassName Implementation_ObjectStore_ActionLogStore ()
    {
  return new ClassName("ActionLogStore");
    }   
View Full Code Here

  return new ClassName("ActionLogStore");
    }   

    public static ClassName Implementation_ObjectStore_ReplicatedStore ()
    {
  return new ClassName("ReplicatedStore");
    }
View Full Code Here

  return new ClassName("ReplicatedStore");
    }

    public static ClassName Implementation_ObjectStore_VolatileStore ()
    {
  return new ClassName("VolatileStore");
    }
View Full Code Here

  return new ClassName("VolatileStore");
    }

    public static ClassName Implementation_ObjectStore_FragmentedStore ()
    {
  return new ClassName("FragmentedStore");
    }
View Full Code Here

TOP

Related Classes of com.arjuna.ats.arjuna.gandiva.ClassName

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.