netx.jnlp.services
Class XServiceManagerStub

java.lang.Object
  |
  +--netx.jnlp.services.XServiceManagerStub
All Implemented Interfaces:
javax.jnlp.ServiceManagerStub

public class XServiceManagerStub
extends java.lang.Object
implements javax.jnlp.ServiceManagerStub

Lookup table for services.

Version:
$Revision: 1.5 $
Author:
Jon A. Maxwell (JAM) - initial author

Constructor Summary
XServiceManagerStub()
           
 
Method Summary
 java.lang.String[] getServiceNames()
          Returns the service names.
 java.lang.Object lookup(java.lang.String name)
          Returns the service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XServiceManagerStub

public XServiceManagerStub()
Method Detail

getServiceNames

public java.lang.String[] getServiceNames()
Returns the service names.
Specified by:
getServiceNames in interface javax.jnlp.ServiceManagerStub

lookup

public java.lang.Object lookup(java.lang.String name)
                        throws javax.jnlp.UnavailableServiceException
Returns the service.
Specified by:
lookup in interface javax.jnlp.ServiceManagerStub
Throws:
javax.jnlp.UnavailableServiceException - if service is not available