Uses of Interface
com.inesm.KeyManager.model.NetworkResource
Packages that use NetworkResource
-
Uses of NetworkResource in com.inesm.KeyManager.model
Classes in com.inesm.KeyManager.model that implement NetworkResourceModifier and TypeClassDescriptionclassRepresents a message containing an operation to be distributed over the network and executed upon reaching its destination.classRepresents an acknowledgment of the reception of a message.Methods in com.inesm.KeyManager.model that return types with arguments of type NetworkResourceMethod parameters in com.inesm.KeyManager.model with type arguments of type NetworkResourceModifier and TypeMethodDescriptionvoidOutboundMessages.setResource(List<NetworkResource> resource) Constructor parameters in com.inesm.KeyManager.model with type arguments of type NetworkResource -
Uses of NetworkResource in com.inesm.KeyManager.services
Methods in com.inesm.KeyManager.services that return types with arguments of type NetworkResourceModifier and TypeMethodDescriptionMessageManager.getWaitingResources(boolean blocking) Gets all resources waiting to be sent from the database.Methods in com.inesm.KeyManager.services with parameters of type NetworkResourceModifier and TypeMethodDescriptionvoidMessageManager.process(NetworkResource resource) Processes a network resource.