| Package | Description |
|---|---|
| headfirst.proxy.javaproxy |
| Modifier and Type | Class and Description |
|---|---|
class |
PersonBeanImpl |
| Modifier and Type | Field and Description |
|---|---|
(package private) PersonBean |
NonOwnerInvocationHandler.person |
(package private) PersonBean |
OwnerInvocationHandler.person |
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.Hashtable<java.lang.String,PersonBean> |
MatchMakingTestDrive.datingDB |
| Modifier and Type | Method and Description |
|---|---|
(package private) PersonBean |
MatchMakingTestDrive.getNonOwnerProxy(PersonBean person) |
(package private) PersonBean |
MatchMakingTestDrive.getOwnerProxy(PersonBean person) |
(package private) PersonBean |
MatchMakingTestDrive.getPersonFromDatabase(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
(package private) PersonBean |
MatchMakingTestDrive.getNonOwnerProxy(PersonBean person) |
(package private) PersonBean |
MatchMakingTestDrive.getOwnerProxy(PersonBean person) |
| Constructor and Description |
|---|
NonOwnerInvocationHandler(PersonBean person) |
OwnerInvocationHandler(PersonBean person) |