Uses of Interface
org.jboss.remoting.detection.Detector

Packages that use Detector
org.jboss.remoting.detection   
org.jboss.remoting.detection.jndi   
org.jboss.remoting.detection.multicast   
org.jboss.remoting.transporter   
 

Uses of Detector in org.jboss.remoting.detection
 

Subinterfaces of Detector in org.jboss.remoting.detection
 interface AbstractDetectorMBean
          This provides a MBean accessible interface for setting domain configuration
 

Classes in org.jboss.remoting.detection that implement Detector
 class AbstractDetector
          AbstractDetector
 

Uses of Detector in org.jboss.remoting.detection.jndi
 

Subinterfaces of Detector in org.jboss.remoting.detection.jndi
 interface JNDIDetectorMBean
          JNDIDetectorMBean
 

Classes in org.jboss.remoting.detection.jndi that implement Detector
 class JNDIDetector
          This is a remoting detector for the remoting package which uses a JNDI server to maintain the registeries for remote invoker servers (stored as Detection messages).
 

Uses of Detector in org.jboss.remoting.detection.multicast
 

Subinterfaces of Detector in org.jboss.remoting.detection.multicast
 interface MulticastDetectorMBean
          MulticastDetectorMBean
 

Classes in org.jboss.remoting.detection.multicast that implement Detector
 class MulticastDetector
          MulticastDetector is a remoting detector that broadcasts detection messages using muliticast.
 

Uses of Detector in org.jboss.remoting.transporter
 

Methods in org.jboss.remoting.transporter that return Detector
 Detector InternalTransporterServices.getDetector()
          Returns the detector used to auto-detect other servers on the network.
 

Methods in org.jboss.remoting.transporter with parameters of type Detector
 void InternalTransporterServices.assignDetector(Detector detector, javax.management.ObjectName detectorName, boolean registerDetector)
          This will assign a detector to this singleton if one has not yet been setup.
 void InternalTransporterServices.setup(javax.management.MBeanServer mbs, Detector detector, javax.management.ObjectName detectorName, NetworkRegistry registry, javax.management.ObjectName registryName, boolean registerDetector, boolean registerRegistry)
          Sets the MBeanServer used to house the transporter services, assigns the detector used to auto-detect other servers on the network and assigns the network registry that maintains the list of known servers on the network.
 



Copyright © 1998-2005 JBoss Inc . All Rights Reserved.