public class ContactListImpl extends RemoteObject implements ContactList
| Constructor and Description |
|---|
ContactListImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Contact> |
getContacts() |
void |
setContact(Contact c) |
getChannel, getParams, getRef, invokeMethod, kill, run, startRemoteObjectactiveCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic void setContact(Contact c)
setContact in interface ContactListpublic java.util.List<Contact> getContacts()
getContacts in interface ContactList