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 void
readExternal(ObjectInput in)
String
toString()
void
writeExternal(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:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-
-