Interface RemotedCapabilitySetManager
-
- All Known Subinterfaces:
CapabilitySetManager
- All Known Implementing Classes:
CapabilitySetManagerImpl
public interface RemotedCapabilitySetManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable ReadOnlyCapabilitySet
getCombinedCapabilitySet(long agentId)
Gets theReadOnlyCapabilitySet
for the agent.@Nullable CapabilitySet
getSharedLocalCapabilitySet()
Gets the locally shared capabilities
-
-
-
Method Detail
-
getCombinedCapabilitySet
@Nullable @Nullable ReadOnlyCapabilitySet getCombinedCapabilitySet(long agentId)
Gets theReadOnlyCapabilitySet
for the agent.- Parameters:
agentId
-- Returns:
-
getSharedLocalCapabilitySet
@Nullable @Nullable CapabilitySet getSharedLocalCapabilitySet()
Gets the locally shared capabilities- Returns:
CapabilitySet
-
-