oracle.jdeveloper.deploy
Class DeployEvent
java.lang.Object
   java.util.EventObject
java.util.EventObject
       oracle.jdeveloper.deploy.DeployEvent
oracle.jdeveloper.deploy.DeployEvent
- All Implemented Interfaces: 
- java.io.Serializable
- public class DeployEvent 
- extends java.util.EventObject
A DeployEvent class encapsulates information related to a deployment-step
 that is passed into a DeployerListener.
- See Also:
- Serialized Form
 
| Fields inherited from class java.util.EventObject | 
| source | 
 
 
 
| Methods inherited from class java.util.EventObject | 
| getSource | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
DeployEvent
protected DeployEvent(int originalSequence,
                      int currentSequence,
                      DeployShell shell,
                      Deployer deployer)
create
public static DeployEvent create(int originalSequence,
                                 int currentSequence,
                                 DeployShell shell,
                                 Deployer deployer)
- 
 
getOriginalSequence
public int getOriginalSequence()
- 
 
setOriginalSequence
public void setOriginalSequence(int originalDeploySequence_)
- 
 
getCurrentSequence
public int getCurrentSequence()
- 
 
setCurrentSequence
public void setCurrentSequence(int currentDeploySequence_)
- 
 
getShell
public DeployShell getShell()
- 
 
setShell
public void setShell(DeployShell shell_)
- 
 
getDeployer
public Deployer getDeployer()
- 
 
toString
public java.lang.String toString()
- 
- Overrides:
- toStringin class- java.util.EventObject
 
- 
 
Copyright © 1997, 2011, Oracle. All rights reserved.