Serialized Form

Class com.parsec.servlets.AdminInterface implements Serializable


Class com.parsec.ejbs.authenticator.AuthenticatedByEJB implements Serializable

Serialized Fields

customerId

java.lang.String customerId

authenticatorId

java.lang.String authenticatorId

authenticateDate

java.util.Date authenticateDate

context

javax.ejb.EntityContext context

con

java.sql.Connection con


Class com.parsec.ejbs.authenticator.AuthenticationEJB implements Serializable

Serialized Fields

chome

CustomerHome chome

uhome

UserRegistrationHome uhome

cmhome

CompanyHome cmhome

crhome

CorporateRegistrationHome crhome

abhome

AuthenticatedByHome abhome

cabhome

CompanyAuthenticatedByHome cabhome


Class com.parsec.ejbs.authenticator.AuthenticatorEJB implements Serializable

Serialized Fields

authenticatorId

java.lang.String authenticatorId

name

java.lang.String name

login

java.lang.String login

password

java.lang.String password

context

javax.ejb.EntityContext context

con

java.sql.Connection con


Class com.parsec.servlets.AuthenticatorInterface implements Serializable

Serialized Fields

pd

Authentication pd

urhome

UserRegistrationHome urhome


Class com.parsec.ejbs.bidbuy.BuyingCallEJB implements Serializable

Serialized Fields

customerId

java.lang.String customerId

shareId

java.lang.String shareId

bidTime

java.util.Date bidTime

expiryTime

java.util.Date expiryTime

noOfShares

int noOfShares

price

float price

context

javax.ejb.EntityContext context

con

java.sql.Connection con


Class com.parsec.ejbs.bidbuy.BuySellPrimaryKey implements Serializable

Serialized Fields

customerId

java.lang.String customerId

shareId

java.lang.String shareId


Class com.parsec.servlets.BuyShares implements Serializable

Serialized Fields

pbid

PlaceBid pbid


Class com.parsec.servlets.CancelBid implements Serializable

Serialized Fields

cb

CancelBid cb

bch

BuyingCallHome bch

sch

SellingCallHome sch


Class com.parsec.ejbs.bidbuy.CancelBidEJB implements Serializable

Serialized Fields

bhome

BuyingCallHome bhome

shome

SellingCallHome shome


Class com.parsec.ejbs.authenticator.CompanyAuthenticatedByEJB implements Serializable

Serialized Fields

companyId

java.lang.String companyId

authenticatorId

java.lang.String authenticatorId

authenticateDate

java.util.Date authenticateDate

context

javax.ejb.EntityContext context

con

java.sql.Connection con


Class com.parsec.ejbs.company.CompanyEJB implements Serializable

Serialized Fields

companyId

java.lang.String companyId

description

java.lang.String description

login

java.lang.String login

password

java.lang.String password

street

java.lang.String street

city

java.lang.String city

state

java.lang.String state

pinCode

java.lang.String pinCode

email

java.lang.String email

telephone

java.lang.String telephone

context

javax.ejb.EntityContext context

con

java.sql.Connection con


Class com.parsec.ejbs.company.CorporateRegistrationEJB implements Serializable

Serialized Fields

login

java.lang.String login

password

java.lang.String password

description

java.lang.String description

street

java.lang.String street

city

java.lang.String city

state

java.lang.String state

pinCode

java.lang.String pinCode

email

java.lang.String email

telephone

java.lang.String telephone

context

javax.ejb.EntityContext context

con

java.sql.Connection con


Class com.parsec.ejbs.share.CurrentShareStateEJB implements Serializable

Serialized Fields

shareId

java.lang.String shareId

currentPrice

float currentPrice

todaysHigh

float todaysHigh

todaysLow

float todaysLow

context

javax.ejb.EntityContext context

con

java.sql.Connection con


Class com.parsec.ejbs.customer.CustomerEJB implements Serializable

Serialized Fields

userId

java.lang.String userId

passwd

java.lang.String passwd

name

java.lang.String name

description

java.lang.String description

bankName

java.lang.String bankName

bankAcc

java.lang.String bankAcc

marginMoney

double marginMoney

street

java.lang.String street

city

java.lang.String city

state

java.lang.String state

pinCode

java.lang.String pinCode

email

java.lang.String email

telephone

java.lang.String telephone

context

javax.ejb.EntityContext context

con

java.sql.Connection con


Class com.parsec.ejbs.deal.DealEJB implements Serializable

Serialized Fields

buyerId

java.lang.String buyerId

sellerId

java.lang.String sellerId

shareId

java.lang.String shareId

dealTime

java.util.Date dealTime

noOfShares

int noOfShares

price

float price

context

javax.ejb.EntityContext context

con

java.sql.Connection con


Class com.parsec.ejbs.deal.DealPrimaryKey implements Serializable

Serialized Fields

buyerId

java.lang.String buyerId

sellerId

java.lang.String sellerId

shareId

java.lang.String shareId

dealTime

java.util.Date dealTime


Class com.parsec.ejbs.portfolio.ItemKey implements Serializable

Serialized Fields

customerId

java.lang.String customerId

shareId

java.lang.String shareId


Class com.parsec.ejbs.login.LoginEJB implements Serializable

Serialized Fields

home

CustomerHome home

ahome

AuthenticatorHome ahome


Class com.parsec.servlets.LoginServlet implements Serializable

Serialized Fields

loginVerifier

Login loginVerifier


Class com.parsec.servlets.Logout implements Serializable


Class com.parsec.ejbs.config.ParsecConfigEJB implements Serializable

Serialized Fields

propName

java.lang.String propName

propValue

java.lang.String propValue

context

javax.ejb.EntityContext context

con

java.sql.Connection con


Class com.parsec.ejbs.deal.PendingDealEJB implements Serializable

Serialized Fields

buyerId

java.lang.String buyerId

sellerId

java.lang.String sellerId

shareId

java.lang.String shareId

dealTime

java.util.Date dealTime

noOfShares

int noOfShares

price

float price

context

javax.ejb.EntityContext context

con

java.sql.Connection con


Class com.parsec.ejbs.bidbuy.PlaceBidEJB implements Serializable

Serialized Fields

bhome

BuyingCallHome bhome

shome

SellingCallHome shome

cshome

CurrentShareStateHome cshome

swingmargin

int swingmargin


Class com.parsec.ejbs.portfolio.PortfolioData implements Serializable

Serialized Fields

shareId

java.lang.String shareId

avgBuyingPrice

float avgBuyingPrice

holding

int holding

totalValue

float totalValue

marketValue

float marketValue

gain

float gain

gainPercent

float gainPercent


Class com.parsec.ejbs.portfolio.PortfolioDescriptorEJB implements Serializable

Serialized Fields

home

PortfolioHome home

shome

CurrentShareStateHome shome

dhome

DealHome dhome


Class com.parsec.ejbs.portfolio.PortfolioEJB implements Serializable

Serialized Fields

customerId

java.lang.String customerId

shareId

java.lang.String shareId

holding

int holding

avgBuyingPrice

float avgBuyingPrice

context

javax.ejb.EntityContext context

con

java.sql.Connection con


Class com.parsec.servlets.PortfolioRetriever implements Serializable

Serialized Fields

pd

PortfolioDescriptor pd


Class com.parsec.servlets.ScripLocator implements Serializable

Serialized Fields

chome

CompanyHome chome

suhome

ShareUnitHome suhome

csshome

CurrentShareStateHome csshome

sphome

SharePerformanceHome sphome


Class com.parsec.ejbs.bidbuy.SellingCallEJB implements Serializable

Serialized Fields

customerId

java.lang.String customerId

shareId

java.lang.String shareId

bidTime

java.util.Date bidTime

expiryTime

java.util.Date expiryTime

noOfShares

int noOfShares

price

float price

context

javax.ejb.EntityContext context

con

java.sql.Connection con


Class com.parsec.servlets.SellShares implements Serializable

Serialized Fields

pbid

PlaceBid pbid


Class com.parsec.ejbs.share.SharePerformanceEJB implements Serializable

Serialized Fields

shareId

java.lang.String shareId

assessDate

java.util.Date assessDate

opening

float opening

closing

float closing

daysHigh

float daysHigh

daysLow

float daysLow

context

javax.ejb.EntityContext context

con

java.sql.Connection con


Class com.parsec.ejbs.share.SharePerformancePrimaryKey implements Serializable

Serialized Fields

shareId

java.lang.String shareId

assessDate

java.util.Date assessDate


Class com.parsec.ejbs.share.ShareUnitEJB implements Serializable

Serialized Fields

shareId

java.lang.String shareId

companyId

java.lang.String companyId

name

java.lang.String name

launchDate

java.util.Date launchDate

volume

int volume

faceValue

float faceValue

context

javax.ejb.EntityContext context

con

java.sql.Connection con


Class StockTicker implements Serializable

Serialized Fields

height

int height

width

int width

index

int index

numChars

int numChars

len

int len

canPaint

boolean canPaint

allowPaint

boolean allowPaint

smIndex

int smIndex

t

java.lang.Thread t

delay

long delay

MIN_DELAY

long MIN_DELAY

MAX_DELAY

long MAX_DELAY


Class com.parsec.servlets.UserRegistration implements Serializable

Serialized Fields

home

UserRegistrationHome home

chome

CustomerHome chome


Class com.parsec.ejbs.customer.UserRegistrationEJB implements Serializable

Serialized Fields

userId

java.lang.String userId

passwd

java.lang.String passwd

name

java.lang.String name

description

java.lang.String description

bankName

java.lang.String bankName

bankAcc

java.lang.String bankAcc

marginMoney

float marginMoney

street

java.lang.String street

city

java.lang.String city

state

java.lang.String state

pinCode

java.lang.String pinCode

email

java.lang.String email

telephone

java.lang.String telephone

context

javax.ejb.EntityContext context

con

java.sql.Connection con