|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.usertraffic.objects.UserTrafficAccessBean
This bean provides access to the USRTRAFFIC table.
The following is a description of this table:
User Traffic table stores data about the visitors of your stores.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
UserTrafficAccessBean()
Default constructor. |
|
UserTrafficAccessBean(javax.ejb.EJBObject Object)
Creates an access bean for the specified EJB |
|
UserTrafficAccessBean(long activityId,
long user)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
UserTrafficAccessBean(com.ibm.commerce.usertraffic.objimpl.UserTrafficInputData aUserTrafficInputData)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
java.lang.String |
getBrowserAgent()
This method provides access to the USRTRAFFIC.BRAGENT column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getClientAccessMethod()
This method provides access to the USRTRAFFIC.CLIMETH column of DB2 type CHAR(8) NULL. |
java.lang.String |
getHttps()
This method provides access to the USRTRAFFIC.HTTPS column of DB2 type CHAR NULL. |
java.lang.String |
getPathInfo()
This method provides access to the USRTRAFFIC.PATHINFO column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getPreviousURL()
This method provides access to the USRTRAFFIC.PREVURL column of DB2 type LONG NULL. |
java.lang.String |
getQueryString()
This method provides access to the USRTRAFFIC.QUERYSTRING column of DB2 type LONG NULL. |
java.lang.String |
getRecordTime()
This method provides access to the USRTRAFFIC.STMP column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getRecordTimeInEJBType()
This method provides access to the USRTRAFFIC.STMP column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getRedirection()
This method provides access to the USRTRAFFIC.REDIR column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getReferalURL()
This method provides access to the USRTRAFFIC.REFURL column of DB2 type LONG NULL. |
java.lang.String |
getRemoteAddress()
This method provides access to the USRTRAFFIC.REMADDR column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getResult()
This method provides access to the USRTRAFFIC.RESULT column of DB2 type CHAR NULL. |
java.lang.String |
getScript()
This method provides access to the USRTRAFFIC.SCRIPT column of DB2 type VARCHAR(64) NULL. |
java.lang.String |
getServerName()
This method provides access to the USRTRAFFIC.SERVNAME column of DB2 type VARCHAR(64) NULL. |
java.lang.String |
getSessionId()
The unique identifier of the session. |
java.lang.String |
getShopperLastLoginTime()
This method provides access to the USRTRAFFIC.SHLUSTMP column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getShopperLastLoginTimeInEJBType()
This method provides access to the USRTRAFFIC.SHLUSTMP column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getUserId()
This method provides access to the USRTRAFFIC.USERS_ID column of DB2 type BIGINT NULL. |
long |
getUserIdInEJBType()
This method provides access to the USRTRAFFIC.USERS_ID column of DB2 type BIGINT NULL. |
java.lang.String |
getUserTrafficId()
This method provides access to the USRTRAFFIC.USRTRAFFIC_ID column of DB2 type BIGINT NOT NULL. |
long |
getUserTrafficIdInEJBType()
This method provides access to the USRTRAFFIC.USRTRAFFIC_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getViewTask()
This method provides access to the USRTRAFFIC.VIEWTASK column of DB2 type VARCHAR(32) NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setBrowserAgent(java.lang.String aBrowserAgent1)
This method provides access to the USRTRAFFIC.BRAGENT column of DB2 type VARCHAR(254) NULL. |
void |
setClientAccessMethod(java.lang.String aClientAccessMethod1)
This method provides access to the USRTRAFFIC.CLIMETH column of DB2 type CHAR(8) NULL. |
void |
setHttps(java.lang.String aHttps1)
This method provides access to the USRTRAFFIC.HTTPS column of DB2 type CHAR NULL. |
void |
setInitKey_userTrafficId(java.lang.String aInitKey_userTrafficId1)
Set the primary key for this object |
void |
setPathInfo(java.lang.String aPathInfo1)
This method provides access to the USRTRAFFIC.PATHINFO column of DB2 type VARCHAR(254) NULL. |
void |
setPreviousURL(java.lang.String aPreviousURL1)
This method provides access to the USRTRAFFIC.PREVURL column of DB2 type LONG NULL. |
void |
setQueryString(java.lang.String aQueryString1)
This method provides access to the USRTRAFFIC.QUERYSTRING column of DB2 type LONG NULL. |
void |
setRecordTime(java.lang.String aRecordTime1)
This method provides access to the USRTRAFFIC.STMP column of DB2 type TIMESTAMP NULL. |
void |
setRecordTime(java.sql.Timestamp aRecordTime1)
This method provides access to the USRTRAFFIC.STMP column of DB2 type TIMESTAMP NULL. |
void |
setRedirection(java.lang.String aRedirection1)
This method provides access to the USRTRAFFIC.REDIR column of DB2 type VARCHAR(254) NULL. |
void |
setReferalURL(java.lang.String aReferalURL1)
This method provides access to the USRTRAFFIC.REFURL column of DB2 type LONG NULL. |
void |
setRemoteAddress(java.lang.String aRemoteAddress1)
This method provides access to the USRTRAFFIC.REMADDR column of DB2 type VARCHAR(254) NULL. |
void |
setResult(java.lang.String aResult1)
This method provides access to the USRTRAFFIC.RESULT column of DB2 type CHAR NULL. |
void |
setScript(java.lang.String aScript1)
This method provides access to the USRTRAFFIC.SCRIPT column of DB2 type VARCHAR(64) NULL. |
void |
setServerName(java.lang.String aServerName1)
This method provides access to the USRTRAFFIC.SERVNAME column of DB2 type VARCHAR(64) NULL. |
void |
setSessionId(java.lang.String aSessionId1)
Set the unique identifier of the session. |
void |
setShopperLastLoginTime(java.lang.String aShopperLastLoginTime1)
This method provides access to the USRTRAFFIC.SHLUSTMP column of DB2 type TIMESTAMP NULL. |
void |
setShopperLastLoginTime(java.sql.Timestamp aShopperLastLoginTime1)
This method provides access to the USRTRAFFIC.SHLUSTMP column of DB2 type TIMESTAMP NULL. |
void |
setUserId(long aUserId1)
This method provides access to the USRTRAFFIC.USERS_ID column of DB2 type BIGINT NULL. |
void |
setUserId(java.lang.String aUserId1)
This method provides access to the USRTRAFFIC.USERS_ID column of DB2 type BIGINT NULL. |
void |
setUserTrafficId(long aUserTrafficId1)
This method provides access to the USRTRAFFIC.USRTRAFFIC_ID column of DB2 type BIGINT NOT NULL. |
void |
setUserTrafficId(java.lang.String aUserTrafficId1)
This method provides access to the USRTRAFFIC.USRTRAFFIC_ID column of DB2 type BIGINT NOT NULL. |
void |
setViewTask(java.lang.String aViewTask1)
This method provides access to the USRTRAFFIC.VIEWTASK column of DB2 type VARCHAR(32) NULL. |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean |
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UserTrafficAccessBean()
Default constructor. Maps to findByPrimaryKey.
public UserTrafficAccessBean(javax.ejb.EJBObject Object) throws java.rmi.RemoteException
Creates an access bean for the specified EJB
object
- javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic UserTrafficAccessBean(long activityId, long user) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Maps to a corresponding ejbCreate method in the home interface of the EJB
activityId
- longuser
- longjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic UserTrafficAccessBean(com.ibm.commerce.usertraffic.objimpl.UserTrafficInputData aUserTrafficInputData) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Maps to a corresponding ejbCreate method in the home interface of the EJB
aUserTrafficInputData
- com.ibm.commerce.usertraffic.objimpl.UserTrafficInputDatajavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionMethod Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getBrowserAgent() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USRTRAFFIC.BRAGENT column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Contains information about the user agent originating the URL request.
getBrowserAgent
in interface UserTrafficAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getClientAccessMethod() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USRTRAFFIC.CLIMETH column of DB2 type CHAR(8) NULL.
The following is a description of this column:
The HTTP method to be performed on the resource identified by the Request-URI.
getClientAccessMethod
in interface UserTrafficAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getHttps() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USRTRAFFIC.HTTPS column of DB2 type CHAR NULL.
The following is a description of this column:
"1" Indicates whether HTTPS is used; "0" indicates that HTTP is used.
getHttps
in interface UserTrafficAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getPathInfo() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USRTRAFFIC.PATHINFO column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Any extra path information associated with the URL the client sent when it made the URL request.
getPathInfo
in interface UserTrafficAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getPreviousURL() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USRTRAFFIC.PREVURL column of DB2 type LONG NULL.
The following is a description of this column:
Previous URL
getPreviousURL
in interface UserTrafficAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getQueryString() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USRTRAFFIC.QUERYSTRING column of DB2 type LONG NULL.
The following is a description of this column:
The query string that is contained in the request URL after the path.
getQueryString
in interface UserTrafficAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getRecordTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USRTRAFFIC.STMP column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time when the current user traffic record is created.
getRecordTime
in interface UserTrafficAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.sql.Timestamp getRecordTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USRTRAFFIC.STMP column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time when the current user traffic record is created.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getRedirection() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USRTRAFFIC.REDIR column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The URL of the Web page that the user was redirected to, if the command resulted in a redirection. In order to complete the current interaction, the user-agent has to fulfill the request described by redirection URL.
getRedirection
in interface UserTrafficAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getReferalURL() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USRTRAFFIC.REFURL column of DB2 type LONG NULL.
The following is a description of this column:
Referral URL from another site
getReferalURL
in interface UserTrafficAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getRemoteAddress() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USRTRAFFIC.REMADDR column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The Internet Protocol (IP) address of the client that sent the request.
getRemoteAddress
in interface UserTrafficAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getResult() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USRTRAFFIC.RESULT column of DB2 type CHAR NULL.
The following is a description of this column:
"1" if the HTTP interaction was successful, "0" otherwise.
getResult
in interface UserTrafficAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getScript() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USRTRAFFIC.SCRIPT column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
The part of this request's URL that calls the servlet.
getScript
in interface UserTrafficAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getServerName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USRTRAFFIC.SERVNAME column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
The host name of the server that received the request.
getServerName
in interface UserTrafficAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getSessionId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
The unique identifier of the session.
getSessionId
in interface UserTrafficAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getShopperLastLoginTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USRTRAFFIC.SHLUSTMP column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Shopper last logging time.
getShopperLastLoginTime
in interface UserTrafficAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.sql.Timestamp getShopperLastLoginTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USRTRAFFIC.SHLUSTMP column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Shopper last logging time.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getUserId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USRTRAFFIC.USERS_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The identifier of the user that issued the HTTP interaction.
getUserId
in interface UserTrafficAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic long getUserIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USRTRAFFIC.USERS_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The identifier of the user that issued the HTTP interaction.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getUserTrafficId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USRTRAFFIC.USRTRAFFIC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Internal generated reference ID
getUserTrafficId
in interface UserTrafficAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic long getUserTrafficIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USRTRAFFIC.USRTRAFFIC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Internal generated reference ID
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getViewTask() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USRTRAFFIC.VIEWTASK column of DB2 type VARCHAR(32) NULL.
The following is a description of this column:
The error or view command name that is used to display the result page to the user, if any.
getViewTask
in interface UserTrafficAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void setBrowserAgent(java.lang.String aBrowserAgent1)
This method provides access to the USRTRAFFIC.BRAGENT column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Contains information about the user agent originating the URL request.
setBrowserAgent
in interface UserTrafficAccessBeanData
aBrowserAgent1
- java.lang.Stringpublic void setClientAccessMethod(java.lang.String aClientAccessMethod1)
This method provides access to the USRTRAFFIC.CLIMETH column of DB2 type CHAR(8) NULL.
The following is a description of this column:
The HTTP method to be performed on the resource identified by the Request-URI.
setClientAccessMethod
in interface UserTrafficAccessBeanData
aClientAccessMethod1
- java.lang.Stringpublic void setHttps(java.lang.String aHttps1)
This method provides access to the USRTRAFFIC.HTTPS column of DB2 type CHAR NULL.
The following is a description of this column:
"1" Indicates whether HTTPS is used; "0" indicates that HTTP is used.
setHttps
in interface UserTrafficAccessBeanData
aHttps1
- java.lang.Stringpublic void setInitKey_userTrafficId(java.lang.String aInitKey_userTrafficId1)
Set the primary key for this object
aInitKey_userTrafficId1
- java.lang.Stringpublic void setPathInfo(java.lang.String aPathInfo1)
This method provides access to the USRTRAFFIC.PATHINFO column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Any extra path information associated with the URL the client sent when it made the URL request.
setPathInfo
in interface UserTrafficAccessBeanData
aPathInfo1
- java.lang.Stringpublic void setPreviousURL(java.lang.String aPreviousURL1)
This method provides access to the USRTRAFFIC.PREVURL column of DB2 type LONG NULL.
The following is a description of this column:
Previous URL
setPreviousURL
in interface UserTrafficAccessBeanData
aPreviousURL1
- java.lang.Stringpublic void setQueryString(java.lang.String aQueryString1)
This method provides access to the USRTRAFFIC.QUERYSTRING column of DB2 type LONG NULL.
The following is a description of this column:
The query string that is contained in the request URL after the path.
setQueryString
in interface UserTrafficAccessBeanData
aQueryString1
- java.lang.Stringpublic void setRecordTime(java.lang.String aRecordTime1)
This method provides access to the USRTRAFFIC.STMP column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time when the current user traffic record is created.
setRecordTime
in interface UserTrafficAccessBeanData
aRecordTime1
- java.lang.Stringpublic void setRecordTime(java.sql.Timestamp aRecordTime1)
This method provides access to the USRTRAFFIC.STMP column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time when the current user traffic record is created.
aRecordTime1
- java.sql.Timestamppublic void setRedirection(java.lang.String aRedirection1)
This method provides access to the USRTRAFFIC.REDIR column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The URL of the Web page that the user was redirected to, if the command resulted in a redirection. In order to complete the current interaction, the user-agent has to fulfill the request described by redirection URL.
setRedirection
in interface UserTrafficAccessBeanData
aRedirection1
- java.lang.Stringpublic void setReferalURL(java.lang.String aReferalURL1)
This method provides access to the USRTRAFFIC.REFURL column of DB2 type LONG NULL.
The following is a description of this column:
Referral URL from another site
setReferalURL
in interface UserTrafficAccessBeanData
aReferalURL1
- java.lang.Stringpublic void setRemoteAddress(java.lang.String aRemoteAddress1)
This method provides access to the USRTRAFFIC.REMADDR column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The Internet Protocol (IP) address of the client that sent the request.
setRemoteAddress
in interface UserTrafficAccessBeanData
aRemoteAddress1
- java.lang.Stringpublic void setResult(java.lang.String aResult1)
This method provides access to the USRTRAFFIC.RESULT column of DB2 type CHAR NULL.
The following is a description of this column:
"1" if the HTTP interaction was successful, "0" otherwise.
setResult
in interface UserTrafficAccessBeanData
aResult1
- java.lang.Stringpublic void setScript(java.lang.String aScript1)
This method provides access to the USRTRAFFIC.SCRIPT column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
The part of this request's URL that calls the servlet.
setScript
in interface UserTrafficAccessBeanData
aScript1
- java.lang.Stringpublic void setServerName(java.lang.String aServerName1)
This method provides access to the USRTRAFFIC.SERVNAME column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
The host name of the server that received the request.
setServerName
in interface UserTrafficAccessBeanData
aServerName1
- java.lang.Stringpublic void setSessionId(java.lang.String aSessionId1)
Set the unique identifier of the session.
setSessionId
in interface UserTrafficAccessBeanData
aSessionId1
- java.lang.Stringpublic void setShopperLastLoginTime(java.lang.String aShopperLastLoginTime1)
This method provides access to the USRTRAFFIC.SHLUSTMP column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Shopper last logging time.
setShopperLastLoginTime
in interface UserTrafficAccessBeanData
aShopperLastLoginTime1
- java.lang.Stringpublic void setShopperLastLoginTime(java.sql.Timestamp aShopperLastLoginTime1)
This method provides access to the USRTRAFFIC.SHLUSTMP column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Shopper last logging time.
aShopperLastLoginTime1
- java.sql.Timestamppublic void setUserId(long aUserId1)
This method provides access to the USRTRAFFIC.USERS_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The identifier of the user that issued the HTTP interaction.
aUserId1
- longpublic void setUserId(java.lang.String aUserId1)
This method provides access to the USRTRAFFIC.USERS_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The identifier of the user that issued the HTTP interaction.
setUserId
in interface UserTrafficAccessBeanData
aUserId1
- java.lang.Stringpublic void setUserTrafficId(long aUserTrafficId1)
This method provides access to the USRTRAFFIC.USRTRAFFIC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Internal generated reference ID
aUserTrafficId1
- longpublic void setUserTrafficId(java.lang.String aUserTrafficId1)
This method provides access to the USRTRAFFIC.USRTRAFFIC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Internal generated reference ID
setUserTrafficId
in interface UserTrafficAccessBeanData
aUserTrafficId1
- java.lang.Stringpublic void setViewTask(java.lang.String aViewTask1)
This method provides access to the USRTRAFFIC.VIEWTASK column of DB2 type VARCHAR(32) NULL.
The following is a description of this column:
The error or view command name that is used to display the result page to the user, if any.
setViewTask
in interface UserTrafficAccessBeanData
aViewTask1
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |