Uses of Class
com.jme3.network.service.HostedServiceManager
Packages that use HostedServiceManager
Package
Description
-
Uses of HostedServiceManager in com.jme3.network
Methods in com.jme3.network that return HostedServiceManager -
Uses of HostedServiceManager in com.jme3.network.base
Methods in com.jme3.network.base that return HostedServiceManager -
Uses of HostedServiceManager in com.jme3.network.service
Methods in com.jme3.network.service that return HostedServiceManagerModifier and TypeMethodDescriptionprotected final HostedServiceManagerHostedServiceManager.getParent()Returns 'this' and is what is passed to HostedService.initialize() and HostedService.terminate();Methods in com.jme3.network.service with parameters of type HostedServiceManagerModifier and TypeMethodDescriptionvoidHostedService.initialize(HostedServiceManager serviceManager) Called when the service is first attached to the service manager.voidHostedService.terminate(HostedServiceManager serviceManager) The service manager is fully shutting down. -
Uses of HostedServiceManager in com.jme3.network.service.rmi
Methods in com.jme3.network.service.rmi with parameters of type HostedServiceManagerModifier and TypeMethodDescriptionprotected voidRmiHostedService.onInitialize(HostedServiceManager s) -
Uses of HostedServiceManager in com.jme3.network.service.rpc
Methods in com.jme3.network.service.rpc with parameters of type HostedServiceManagerModifier and TypeMethodDescriptionprotected voidRpcHostedService.onInitialize(HostedServiceManager serviceManager) Used internally to set up the message delegator that will handle HostedConnection specific messages and forward them to that connection's RpcConnection.voidRpcHostedService.terminate(HostedServiceManager serviceManager) Used internally to remove the message delegator from the server. -
Uses of HostedServiceManager in com.jme3.network.service.serializer
Methods in com.jme3.network.service.serializer with parameters of type HostedServiceManagerModifier and TypeMethodDescriptionprotected voidServerSerializerRegistrationsService.onInitialize(HostedServiceManager serviceManager)