public class RpcAdminData extends Object
| Constructor and Description |
|---|
RpcAdminData() |
RpcAdminData(Set<String> additionalRpcServiceIds)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAdditionalRpcServiceId(String id)
Adds an additional RPC service ID for the container.
|
boolean |
equals(Object obj) |
Set<String> |
getAdditionalRpcServiceIds()
Gets the additional RPC service IDs allowed for the container.
|
int |
hashCode() |
void |
removeAdditionalRpcServiceId(String id)
Removes a RPC service ID for the container.
|
void |
setAdditionalRpcServiceIds(Set<String> ids)
Sets the additional RPC service IDs allowed for the container.
|
public Set<String> getAdditionalRpcServiceIds()
public void setAdditionalRpcServiceIds(Set<String> ids)
ids - The additional RPC service IDs to allow for the container.public void addAdditionalRpcServiceId(String id)
id - The additional RPC service ID to allow for this container.public void removeAdditionalRpcServiceId(String id)
id - The RPC service ID to remove for this container.Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.