DistributedObjectNamespace
@Deprecated public class DefaultObjectNamespace extends Object implements ObjectNamespace
ObjectNamespace
implementation.Modifier and Type | Field and Description |
---|---|
protected String |
objectName
Deprecated.
|
protected String |
service
Deprecated.
|
Constructor and Description |
---|
DefaultObjectNamespace()
Deprecated.
|
DefaultObjectNamespace(ObjectNamespace namespace)
Deprecated.
|
DefaultObjectNamespace(String serviceName,
String objectName)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Deprecated.
|
String |
getObjectName()
Deprecated.
Gets the object name within the service.
|
String |
getServiceName()
Deprecated.
Name of the service
|
int |
hashCode()
Deprecated.
|
void |
readData(ObjectDataInput in)
Deprecated.
Reads fields from the input stream
|
String |
toString()
Deprecated.
|
void |
writeData(ObjectDataOutput out)
Deprecated.
Writes object fields to output stream
|
protected String service
protected String objectName
public DefaultObjectNamespace()
public DefaultObjectNamespace(String serviceName, String objectName)
public DefaultObjectNamespace(ObjectNamespace namespace)
public String getServiceName()
ServiceNamespace
getServiceName
in interface ServiceNamespace
public String getObjectName()
ObjectNamespace
getObjectName
in interface ObjectNamespace
public void writeData(ObjectDataOutput out) throws IOException
DataSerializable
writeData
in interface DataSerializable
out
- outputIOException
- if an I/O error occurs. In particular,
an IOException
may be thrown if the
output stream has been closed.public void readData(ObjectDataInput in) throws IOException
DataSerializable
readData
in interface DataSerializable
in
- inputIOException
- if an I/O error occurs. In particular,
an IOException
may be thrown if the
input stream has been closed.Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.