| 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 Portablepublic int getClassId()
getClassId in interface Portablepublic void writePortable(PortableWriter writer) throws IOException
writePortable in interface PortableIOExceptionpublic void readPortable(PortableReader reader) throws IOException
readPortable in interface PortableIOExceptionCopyright © 2021 Hazelcast, Inc.. All rights reserved.