com.pmease.quickbuild.entitymanager
Interface CloudProfileManager

All Superinterfaces:
EntityManager<CloudProfile>
All Known Implementing Classes:
DefaultCloudProfileManager

public interface CloudProfileManager
extends EntityManager<CloudProfile>


Field Summary
static CloudProfileManager instance
           
 
Method Summary
 CloudProfile copyAsNew(CloudProfile cloudProfile)
           
 CloudProfile get(java.lang.String name)
           
 void testLaunch(CloudProfile cloudProfile)
           
 
Methods inherited from interface com.pmease.quickbuild.entitymanager.EntityManager
count, count, delete, get, getAll, getAll, load, save, search, searchIds
 

Field Detail

instance

static final CloudProfileManager instance
Method Detail

get

CloudProfile get(java.lang.String name)
Get cloud profile by name. Null if not found.


copyAsNew

CloudProfile copyAsNew(CloudProfile cloudProfile)

testLaunch

void testLaunch(CloudProfile cloudProfile)


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.