Uses of Package
edu.pdx.cs410J.net
Package
Description
This package contains classes that demonstrates Java's
networking and concurrent programming facilities.
-
ClassDescriptionThis class demonstrates how concurrent access to a bank account needs to be synchronized in order to guarantee the balance is always correct.A
BackAccount
maintains a integer balance.This class represents a message that is passed between twoChatSession
s.This class is used to demonstrate object serialization support for referential integrity.This class models aMcDonalds
.