Uses of Interface
com.jme3.network.service.Service
Packages that use Service
Package
Description
-
Uses of Service in com.jme3.network.service
Subinterfaces of Service in com.jme3.network.serviceModifier and TypeInterfaceDescriptioninterfaceInterface implemented by Client-side services that augment a network Client's functionality.interfaceInterface implemented by Server-side services that augment a network Server's functionality.Classes in com.jme3.network.service that implement ServiceModifier and TypeClassDescriptionclassConvenient base class for ClientServices providing some default ClientService interface implementations as well as a few convenience methods such as getServiceManager() and getService(type).classConvenient base class for HostedServices providing some default HostedService interface implementations as well as a few convenience methods such as getServiceManager() and getService(type).classConvenient base class for HostedServices providing some default HostedService interface implementations as well as a few convenience methods such as getServiceManager() and getService(type).classAbstractService<S extends ServiceManager>Base class providing some default Service interface implementations as well as a few convenience methods such as getServiceManager() and getService(type).Methods in com.jme3.network.service with type parameters of type ServiceModifier and TypeMethodDescriptionServiceManager.addService(S s) Adds the specified service and initializes it.AbstractService.getService(Class<T> type) Retrieves the first sibling service of the specified type.ServiceManager.getService(Class<S> type) Retrieves the first service of the specified type.ServiceManager.removeService(S s) Removes the specified service from this service manager, stopping and terminating it as required.Methods in com.jme3.network.service that return types with arguments of type ServiceModifier and TypeMethodDescriptionServiceManager.getServices()Returns the complete list of services managed by this service manager. -
Uses of Service in com.jme3.network.service.rmi
Classes in com.jme3.network.service.rmi that implement ServiceModifier and TypeClassDescriptionclassA service that can be added to the client to support a simple shared objects protocol.classA service that can be added to the host to support a simple shared objects protocol. -
Uses of Service in com.jme3.network.service.rpc
Classes in com.jme3.network.service.rpc that implement ServiceModifier and TypeClassDescriptionclassRPC service that can be added to a network Client to add RPC send/receive capabilities.classRPC service that can be added to a network Server to add RPC send/receive capabilities. -
Uses of Service in com.jme3.network.service.serializer
Classes in com.jme3.network.service.serializer that implement ServiceModifier and TypeClassDescriptionclassclass