Rational Developer for i
7.5.0

com.ibm.etools.systems.as400.debug.sep.internal
Class PhantomServiceEntryPointInfo

java.lang.Object
  extended by com.ibm.etools.systems.as400.debug.sep.internal.PhantomServiceEntryPointInfo

public class PhantomServiceEntryPointInfo
extends Object


Field Summary
static long ERROR_NONDEBUG_MOD
           
static long ERROR_NONDEBUG_PGM
           
static long ERROR_NONE
           
static long ERROR_NOT_SUPPORTED
           
static long ERROR_OPM
           
static long ERROR_PGM_NOTFOUND
           
 
Constructor Summary
PhantomServiceEntryPointInfo()
           
 
Method Summary
 IBMiConnection getConnection()
           
 long getErrorCode()
           
 String getHitterUserProfile()
           
 String getLibraryName()
           
 String getModuleName()
           
 String getProcedureName()
           
 String getProgramName()
           
 String getProgramType()
           
 void setConnection(IBMiConnection input)
           
 void setErrorCode(long errorCode)
           
 void setHitterUserProfile(String hitterUserProfile)
           
 void setLibraryName(String input)
           
 void setModuleName(String input)
           
 void setProcedureName(String input)
           
 void setProgramName(String input)
           
 void setProgramType(String input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERROR_NONE

public static final long ERROR_NONE
See Also:
Constant Field Values

ERROR_OPM

public static final long ERROR_OPM
See Also:
Constant Field Values

ERROR_NONDEBUG_PGM

public static final long ERROR_NONDEBUG_PGM
See Also:
Constant Field Values

ERROR_NONDEBUG_MOD

public static final long ERROR_NONDEBUG_MOD
See Also:
Constant Field Values

ERROR_NOT_SUPPORTED

public static final long ERROR_NOT_SUPPORTED
See Also:
Constant Field Values

ERROR_PGM_NOTFOUND

public static final long ERROR_PGM_NOTFOUND
See Also:
Constant Field Values
Constructor Detail

PhantomServiceEntryPointInfo

public PhantomServiceEntryPointInfo()
Method Detail

getLibraryName

public String getLibraryName()

getProgramName

public String getProgramName()

getProgramType

public String getProgramType()

getModuleName

public String getModuleName()

getProcedureName

public String getProcedureName()

getConnection

public IBMiConnection getConnection()

getHitterUserProfile

public String getHitterUserProfile()

getErrorCode

public long getErrorCode()

setLibraryName

public void setLibraryName(String input)

setProgramName

public void setProgramName(String input)

setProgramType

public void setProgramType(String input)

setModuleName

public void setModuleName(String input)

setProcedureName

public void setProcedureName(String input)

setConnection

public void setConnection(IBMiConnection input)

setHitterUserProfile

public void setHitterUserProfile(String hitterUserProfile)

setErrorCode

public void setErrorCode(long errorCode)

Rational Developer for i
7.5.0

Copyright 2009 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.