com.devivo.gen_java
Class ErlangServer

java.lang.Object
  extended by com.devivo.gen_java.ErlangServer

public class ErlangServer
extends Object


Constructor Summary
ErlangServer()
           
 
Method Summary
static Method find(ErlangFunctionCacheKey key)
          Looks up method for the cache.
static void main(String[] stringArgs)
           
static void print(Map<ErlangFunctionCacheKey,Method> RPCCache)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErlangServer

public ErlangServer()
Method Detail

main

public static void main(String[] stringArgs)
                 throws Exception
Throws:
Exception

find

public static Method find(ErlangFunctionCacheKey key)
Looks up method for the cache. Assumes key.getModule() is a loaded java class.

Parameters:
key -
Returns:

print

public static void print(Map<ErlangFunctionCacheKey,Method> RPCCache)


Copyright © 2014. All rights reserved.