MCPcopy Create free account
hub / github.com/Drapegnik/bsu / main

Method main

programming/java/sem6/lab1/src/app/Server.java:73–102  ·  view source on GitHub ↗

Main method Server obj = new Server(); RemoteService stub = (RemoteService) UnicastRemoteObject.exportObject(obj, 0); Registry registry = LocateRegistry.getRegistry(host, port); registry.bind(RemoteService.class.getSimpleName(), stub);

(String args[])

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected