Constructor and Description |
---|
PortableDistributedObjectEvent() |
PortableDistributedObjectEvent(DistributedObjectEvent.EventType eventType,
String name,
String serviceName) |
Modifier and Type | Method and Description |
---|---|
int |
getClassId() |
DistributedObjectEvent.EventType |
getEventType() |
int |
getFactoryId() |
String |
getName() |
String |
getServiceName() |
void |
readPortable(PortableReader reader) |
void |
writePortable(PortableWriter writer) |
public PortableDistributedObjectEvent()
public PortableDistributedObjectEvent(DistributedObjectEvent.EventType eventType, String name, String serviceName)
public DistributedObjectEvent.EventType getEventType()
public String getName()
public String getServiceName()
public int getFactoryId()
getFactoryId
in interface Portable
public int getClassId()
getClassId
in interface Portable
public void writePortable(PortableWriter writer) throws IOException
writePortable
in interface Portable
IOException
public void readPortable(PortableReader reader) throws IOException
readPortable
in interface Portable
IOException
Copyright © 2014 Hazelcast, Inc.. All rights reserved.