com.antelmann.db.remote
Class RemoteDBUpdateEvent
java.lang.Object
java.util.EventObject
com.antelmann.db.remote.RemoteDBUpdateEvent
- All Implemented Interfaces:
- Serializable
public class RemoteDBUpdateEvent
- extends EventObject
used to support update events that may originate on a different computer than they are delivered to
- Since:
- 20.08.2008, 16:57:19
- Author:
- Holger Antelmann
- See Also:
DBUpdateEvent,
Serialized Form
|
Constructor Summary |
RemoteDBUpdateEvent(DBUpdateEvent ev)
as the parameter is often a non-serializable filter, some standard filter is used in that case instead |
LOCALHOST
public static InetAddress LOCALHOST
RemoteDBUpdateEvent
public RemoteDBUpdateEvent(DBUpdateEvent ev)
- as the parameter is often a non-serializable filter, some standard filter is used in that case instead
getComputer
public InetAddress getComputer()
getUser
public DefaultDBReference getUser()
getEntryClassName
public String getEntryClassName()
getEntryClass
public Class<? extends DBEntry> getEntryClass()
throws ClassNotFoundException
- Throws:
ClassNotFoundException
getType
public DBClassStore.DBMethod getType()
getParameter
public Object getParameter()
getTime
public long getTime()
getReturnValue
public Object getReturnValue()
makeDBUpdateEvent
public DBUpdateEvent makeDBUpdateEvent(Database<?> db)
throws IllegalArgumentException,
NullPointerException,
ClassNotFoundException
- Throws:
IllegalArgumentException
NullPointerException
ClassNotFoundException
(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads