org.moremotion.process
Class CallInstance

java.lang.Object
  extended by org.moremotion.process.CallInstance

public class CallInstance
extends java.lang.Object

Version:
$Id: CallInstance.java 491 2009-12-07 08:10:00Z erkan $

Constructor Summary
CallInstance(CallInstance parent, CallDefinition callDef)
           
 
Method Summary
 CallDefinition getCallDef()
           
 int getCompletionCode()
           
 int getMaxCompletionCode()
           
 int getMaxLevelCompletionCode()
           
 CallInstance getParent()
           
 void resetCompletionCode(int cc)
           
 void setCompletionCode(int cc)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CallInstance

public CallInstance(CallInstance parent,
                    CallDefinition callDef)
             throws ConfigParameterException
Throws:
ConfigParameterException
Method Detail

getParent

public CallInstance getParent()

getCallDef

public CallDefinition getCallDef()

resetCompletionCode

public void resetCompletionCode(int cc)

setCompletionCode

public void setCompletionCode(int cc)

getCompletionCode

public int getCompletionCode()

getMaxCompletionCode

public int getMaxCompletionCode()

getMaxLevelCompletionCode

public int getMaxLevelCompletionCode()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2002-2011 MOR YAZILIM. All Rights Reserved.