Modify ↓
Ticket #4 (closed defect: fixed)
Marshaling of RemoteClientRef objects
| Reported by: | Bernhard Haumacher (haui at haumacher dot de) | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.00 |
| Component: | uka.karmi | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Abstract class java.rmi.RemoteClientRef is declared Serializable without declaring it Transportable as well. Because RemoteClientRef has no instance variables that have to be serialized in specialized marshaling routines, the declaration of Serializable has been removed.
fixed since 1.00.
Attachments
Note: See
TracTickets for help on using
tickets.
