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 ReadOnlyCapabilitySetgetCombinedCapabilitySet(long agentId)Gets theReadOnlyCapabilitySetfor the agent.@Nullable CapabilitySetgetSharedLocalCapabilitySet()Gets the locally shared capabilities
-
-
-
Method Detail
-
getCombinedCapabilitySet
@Nullable @Nullable ReadOnlyCapabilitySet getCombinedCapabilitySet(long agentId)
Gets theReadOnlyCapabilitySetfor the agent.- Parameters:
agentId-- Returns:
-
getSharedLocalCapabilitySet
@Nullable @Nullable CapabilitySet getSharedLocalCapabilitySet()
Gets the locally shared capabilities- Returns:
CapabilitySet
-
-