org.openprivacy.reptile.jxta.services
Class BaseService

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--org.openprivacy.reptile.jxta.services.BaseService
All Implemented Interfaces:
java.lang.Runnable
Direct Known Subclasses:
JXTARemoteServiceProviderService

public class BaseService
extends java.lang.Thread

Author:
Kevin A. Burton

Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
BaseService()
           
 
Method Summary
 java.lang.String createPipeAdvertisement(java.lang.String name, net.jxta.peergroup.PeerGroupID pgid)
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BaseService

public BaseService()
Method Detail

createPipeAdvertisement

public java.lang.String createPipeAdvertisement(java.lang.String name,
                                                net.jxta.peergroup.PeerGroupID pgid)