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, startRemoteObject
activeCount, 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, yield
public void setContact(Contact c)
setContact
in interface ContactList
public java.util.List<Contact> getContacts()
getContacts
in interface ContactList