com.novell.zos.jdl
Class ProvisionJob

java.lang.Object
  extended by ProvisionJobBase
      extended by com.novell.zos.jdl.ProvisionJob

public class ProvisionJob
extends ProvisionJobBase


Method Summary
 void __applyConfig_event(org.python.core.PyDictionary params)
           
 void __build_event(org.python.core.PyDictionary params)
           
 void __checkpoint_event(org.python.core.PyDictionary params)
           
 void __checkStatus_event(org.python.core.PyDictionary params)
           
 void __clone_event(org.python.core.PyDictionary params)
           
 void __createTemplate_event(org.python.core.PyDictionary params)
           
 void __destroy_event(org.python.core.PyDictionary params)
           
 void __discoverAllHosts_event(org.python.core.PyDictionary params)
           
 void __discoverRepository_event(org.python.core.PyDictionary params)
           
 void __discoverVmHost_event(org.python.core.PyDictionary params)
           
 void __installAgent_event(org.python.core.PyDictionary params)
           
 void __makeStandalone_event(org.python.core.PyDictionary params)
           
 void __migrate_event(org.python.core.PyDictionary params)
           
 void __move_event(org.python.core.PyDictionary params)
           
 void __pause_event(org.python.core.PyDictionary params)
           
 void __personalize_event(org.python.core.PyDictionary params)
           
 void __restart_event(org.python.core.PyDictionary params)
           
 void __restore_event(org.python.core.PyDictionary params)
           
 void __resume_event(org.python.core.PyDictionary params)
           
 void __saveConfig_event(org.python.core.PyDictionary params)
           
 void __shutdown_event(org.python.core.PyDictionary params)
           
 void __start_event(org.python.core.PyDictionary params)
           
 void __suspend_event(org.python.core.PyDictionary params)
           
 void applyConfig_event(org.python.core.PyDictionary params)
           
 void build_event(org.python.core.PyDictionary params)
           
 void checkpoint_event(org.python.core.PyDictionary params)
           
 void checkStatus_event(org.python.core.PyDictionary params)
           
 void clone_event(org.python.core.PyDictionary params)
           
 void createTemplate_event(org.python.core.PyDictionary params)
           
 void destroy_event(org.python.core.PyDictionary params)
           
 void discoverAllHosts_event(org.python.core.PyDictionary params)
           
 void discoverRepository_event(org.python.core.PyDictionary params)
           
 void discoverVmHost_event(org.python.core.PyDictionary params)
           
 void installAgent_event(org.python.core.PyDictionary params)
           
 void makeStandalone_event(org.python.core.PyDictionary params)
           
 void migrate_event(org.python.core.PyDictionary params)
           
 void move_event(org.python.core.PyDictionary params)
           
 void pause_event(org.python.core.PyDictionary params)
           
 void personalize_event(org.python.core.PyDictionary params)
           
 void restart_event(org.python.core.PyDictionary params)
           
 void restore_event(org.python.core.PyDictionary params)
           
 void resume_event(org.python.core.PyDictionary params)
           
 void saveConfig_event(org.python.core.PyDictionary params)
           
 void shutdown_event(org.python.core.PyDictionary params)
           
 void start_event(org.python.core.PyDictionary params)
           
 void suspend_event(org.python.core.PyDictionary params)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

__build_event

public void __build_event(org.python.core.PyDictionary params)

build_event

public void build_event(org.python.core.PyDictionary params)

__clone_event

public void __clone_event(org.python.core.PyDictionary params)

clone_event

public void clone_event(org.python.core.PyDictionary params)

__move_event

public void __move_event(org.python.core.PyDictionary params)

move_event

public void move_event(org.python.core.PyDictionary params)

__start_event

public void __start_event(org.python.core.PyDictionary params)

start_event

public void start_event(org.python.core.PyDictionary params)

__shutdown_event

public void __shutdown_event(org.python.core.PyDictionary params)

shutdown_event

public void shutdown_event(org.python.core.PyDictionary params)

__restart_event

public void __restart_event(org.python.core.PyDictionary params)

restart_event

public void restart_event(org.python.core.PyDictionary params)

__destroy_event

public void __destroy_event(org.python.core.PyDictionary params)

destroy_event

public void destroy_event(org.python.core.PyDictionary params)

__suspend_event

public void __suspend_event(org.python.core.PyDictionary params)

suspend_event

public void suspend_event(org.python.core.PyDictionary params)

__pause_event

public void __pause_event(org.python.core.PyDictionary params)

pause_event

public void pause_event(org.python.core.PyDictionary params)

__resume_event

public void __resume_event(org.python.core.PyDictionary params)

resume_event

public void resume_event(org.python.core.PyDictionary params)

__personalize_event

public void __personalize_event(org.python.core.PyDictionary params)

personalize_event

public void personalize_event(org.python.core.PyDictionary params)

__saveConfig_event

public void __saveConfig_event(org.python.core.PyDictionary params)

saveConfig_event

public void saveConfig_event(org.python.core.PyDictionary params)

__applyConfig_event

public void __applyConfig_event(org.python.core.PyDictionary params)

applyConfig_event

public void applyConfig_event(org.python.core.PyDictionary params)

__createTemplate_event

public void __createTemplate_event(org.python.core.PyDictionary params)

createTemplate_event

public void createTemplate_event(org.python.core.PyDictionary params)

__migrate_event

public void __migrate_event(org.python.core.PyDictionary params)

migrate_event

public void migrate_event(org.python.core.PyDictionary params)

__checkpoint_event

public void __checkpoint_event(org.python.core.PyDictionary params)

checkpoint_event

public void checkpoint_event(org.python.core.PyDictionary params)

__restore_event

public void __restore_event(org.python.core.PyDictionary params)

restore_event

public void restore_event(org.python.core.PyDictionary params)

__installAgent_event

public void __installAgent_event(org.python.core.PyDictionary params)

installAgent_event

public void installAgent_event(org.python.core.PyDictionary params)

__checkStatus_event

public void __checkStatus_event(org.python.core.PyDictionary params)

checkStatus_event

public void checkStatus_event(org.python.core.PyDictionary params)

__discoverAllHosts_event

public void __discoverAllHosts_event(org.python.core.PyDictionary params)

discoverAllHosts_event

public void discoverAllHosts_event(org.python.core.PyDictionary params)

__discoverVmHost_event

public void __discoverVmHost_event(org.python.core.PyDictionary params)

discoverVmHost_event

public void discoverVmHost_event(org.python.core.PyDictionary params)

__discoverRepository_event

public void __discoverRepository_event(org.python.core.PyDictionary params)

discoverRepository_event

public void discoverRepository_event(org.python.core.PyDictionary params)

__makeStandalone_event

public void __makeStandalone_event(org.python.core.PyDictionary params)

makeStandalone_event

public void makeStandalone_event(org.python.core.PyDictionary params)


Copyright (c) 2010 Novell, Inc. All rights reserved.