Searched defs:newInstance (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DClientMsgManager.java87 newInstance(String keyName, method in class:ClientMsgManager
109 SrvLocMsg msg = (SrvLocMsg)msgClass.newInstance();
H A DSrvLocHeader.java43 * call the instance methods returned by newInstance(). If no version
45 * from newInstance. Parsing of the header and message bodies, and
192 static SrvLocHeader newInstance(int version) { method in class:SrvLocHeader
205 SrvLocHeader hdr = (SrvLocHeader)hdrClass.newInstance();

Completed in 82 milliseconds