org.moremotion.process
Class CallInstance

java.lang.Object
  extended byorg.moremotion.process.CallInstance

public class CallInstance
extends java.lang.Object

Version:
$Id: CallInstance.java 115 2008-04-08 11:56:01Z erkan $

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

getLogger

public Logger getLogger(Logger baseLogger)

setCompletionCode

public void setCompletionCode(int cc)

getCompletionCode

public int getCompletionCode()

getMaxCompletionCode

public int getMaxCompletionCode()

getMaxLevelCompletionCode

public int getMaxLevelCompletionCode()

toString

public java.lang.String toString()


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