com.ibm.etools.systems.as400.debug.sep.internal
Class PhantomServiceEntryPointInfo
java.lang.Object
com.ibm.etools.systems.as400.debug.sep.internal.PhantomServiceEntryPointInfo
public class PhantomServiceEntryPointInfo
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
PhantomServiceEntryPointInfo
public PhantomServiceEntryPointInfo()
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)
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.