source:
trunk/icedtea-web/netx/javax/jnlp/ServiceManagerStub.java
Last change on this file was 348, checked in by , 13 years ago | |
---|---|
File size: 207 bytes |
Line | |
---|---|
1 | package javax.jnlp; |
2 | |
3 | public interface ServiceManagerStub { |
4 | |
5 | public java.lang.Object lookup(java.lang.String name) throws UnavailableServiceException; |
6 | |
7 | public java.lang.String[] getServiceNames(); |
8 | |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.