com.kedwards.swt
Interface FixedServiceID


public interface FixedServiceID

FixedServiceID.java

ServiceBackends can implement FixedServiceID if they don't want to use the JoinManager to produce an ID. Examples might be services that have an ID burned into ROM, lookup services, and so on.

Backends should never return null from the getFixedServiceID() method.

See http://www.kedwards.com/jini

No warranty expressed or implied; use at your own risk; for educational purposes only.

Author:
Keith Edwards

Method Summary
 net.jini.core.lookup.ServiceID getFixedServiceID()
           
 

Method Detail

getFixedServiceID

public net.jini.core.lookup.ServiceID getFixedServiceID()
                                                 throws java.io.IOException