|
Rational Developer for i 7.5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.etools.systems.as400.debug.sep.internal.PhantomServiceEntryPoint
public class PhantomServiceEntryPoint
PhantomServiceEntryPoint represents a service entry point set from RSE view. *ALL will be treated as one location in front end although it may actually set multiple Service entry point in host. The valid cases are: program module procedure myProgram *ALL *ALL myProgram myModule *ALL myProgram myModule myProcedure
| Field Summary | |
|---|---|
static String |
copyright
|
| Constructor Summary | |
|---|---|
PhantomServiceEntryPoint(int id,
String hostName,
String setterUserProfile,
String programDestination,
String programName,
String programType,
String moduleName,
String procedureName,
String connectionName,
String hitterUserProfile,
long timeStampSetting)
Constructor |
|
| Method Summary | |
|---|---|
String |
getConnectionName()
Get RSE connection name. |
String |
getHitterUserProfile()
Get the user profile who hits the SEP. |
String |
getHostName()
Get host name. |
int |
getID()
Get the user profile. |
String |
getModuleName()
Get module name. |
String |
getProcedureName()
Get procedure name. |
String |
getProgramDestination()
Get program destination. |
String |
getProgramName()
Get program name. |
String |
getProgramType()
Get program type. |
String |
getSetterUserProfile()
Get the user profile who sets the SEP. |
long |
getTimeStampSetting()
Get the timestamp when this SEP was set. |
boolean |
isEnabled()
Get the enablement. |
void |
setEnablement(boolean enablement)
Set the enablement. |
void |
setHitterUserProfile(String userProfile)
Set user profile for the service entry point. |
void |
setID(int id)
Set ID. |
void |
setModuleName(String moduleName)
Set module name. |
void |
setProcedureName(String procedureName)
Set procedure name. |
void |
setProgramDestination(String programDestination)
Set program destination. |
void |
setProgramName(String programName)
Set program name. |
void |
setProgramType(String programType)
Set program type. |
void |
setTimeStampSetting(long timeStampSetting)
Set the timestamp. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String copyright
| Constructor Detail |
|---|
public PhantomServiceEntryPoint(int id,
String hostName,
String setterUserProfile,
String programDestination,
String programName,
String programType,
String moduleName,
String procedureName,
String connectionName,
String hitterUserProfile,
long timeStampSetting)
| Method Detail |
|---|
public String getHostName()
public String getProgramDestination()
public String getProgramName()
public String getModuleName()
public String getProcedureName()
public String getProgramType()
public String getConnectionName()
public String getSetterUserProfile()
public String getHitterUserProfile()
public int getID()
public long getTimeStampSetting()
public boolean isEnabled()
public void setProgramDestination(String programDestination)
public void setProgramName(String programName)
public void setProgramType(String programType)
public void setModuleName(String moduleName)
public void setProcedureName(String procedureName)
public void setHitterUserProfile(String userProfile)
public void setID(int id)
public void setTimeStampSetting(long timeStampSetting)
public void setEnablement(boolean enablement)
|
Rational Developer for i 7.5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||