Package net.ontopia.persistence.proxy
Class JGroupsEvent
- java.lang.Object
-
- net.ontopia.persistence.proxy.JGroupsEvent
-
- All Implemented Interfaces:
Externalizable,Serializable
public class JGroupsEvent extends Object implements Externalizable
INTERNAL:- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JGroupsEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreadExternal(ObjectInput in)StringtoString()voidwriteExternal(ObjectOutput out)
-
-
-
Field Detail
-
eventType
public int eventType
-
value
public Object value
-
namespace
public IdentityIF namespace
-
field
public int field
-
-
Method Detail
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
-