Uses of Class
com.jme3.network.service.ClientServiceManager
Packages that use ClientServiceManager
Package
Description
-
Uses of ClientServiceManager in com.jme3.network
Methods in com.jme3.network that return ClientServiceManager -
Uses of ClientServiceManager in com.jme3.network.base
Methods in com.jme3.network.base that return ClientServiceManager -
Uses of ClientServiceManager in com.jme3.network.service
Methods in com.jme3.network.service that return ClientServiceManagerModifier and TypeMethodDescriptionprotected final ClientServiceManagerClientServiceManager.getParent()Returns 'this' and is what is passed to ClientService.initialize() and ClientService.terminate();Methods in com.jme3.network.service with parameters of type ClientServiceManagerModifier and TypeMethodDescriptionvoidClientService.initialize(ClientServiceManager serviceManager) Called when the service is first attached to the service manager.voidClientService.terminate(ClientServiceManager serviceManager) The service manager is fully shutting down. -
Uses of ClientServiceManager in com.jme3.network.service.rmi
Methods in com.jme3.network.service.rmi with parameters of type ClientServiceManagerModifier and TypeMethodDescriptionprotected voidRmiClientService.onInitialize(ClientServiceManager s) -
Uses of ClientServiceManager in com.jme3.network.service.rpc
Methods in com.jme3.network.service.rpc with parameters of type ClientServiceManagerModifier and TypeMethodDescriptionprotected voidRpcClientService.onInitialize(ClientServiceManager serviceManager) Used internally to set up the RpcConnection and MessageDelegator.voidRpcClientService.terminate(ClientServiceManager serviceManager) Used internally to unregister the RPC MessageDelegator that was previously added to the network Client. -
Uses of ClientServiceManager in com.jme3.network.service.serializer
Methods in com.jme3.network.service.serializer with parameters of type ClientServiceManagerModifier and TypeMethodDescriptionprotected voidClientSerializerRegistrationsService.onInitialize(ClientServiceManager serviceManager)