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 162 2008-06-30 16:03:12Z erkan $

Constructor Summary
CallInstance(CallInstance parent, CallDefinition callDef, MoreMotionRequest request)
           
 
Method Summary
 int getCompletionCode()
           
 Logger getLogger(Logger baseLogger)
           
 int getMaxCompletionCode()
           
 int getMaxLevelCompletionCode()
           
 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,
                    MoreMotionRequest request)
             throws ConfigParameterException
Throws:
ConfigParameterException
Method Detail

getLogger

public Logger getLogger(Logger baseLogger)

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-2008 MOR YAZILIM. All Rights Reserved.