Sun SPOT API
Green Release  


com.sun.spot.peripheral.radio.proxy
Class ProxyPBPMFactory

java.lang.Object
  extended by com.sun.spot.peripheral.radio.proxy.ProxyPBPMFactory
All Implemented Interfaces:
IPBPMFactory

public class ProxyPBPMFactory
extends Object
implements IPBPMFactory

An IPBPMFactory used to create IPortBasedProtocolManager when running in a child isolate. You should not construct an instance of this class or use it directly.


Constructor Summary
ProxyPBPMFactory()
           
 
Method Summary
 IPortBasedProtocolManager getPBPM(byte protocolNum, String name)
          Instantiate a port-based protocol manager
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyPBPMFactory

public ProxyPBPMFactory()
Method Detail

getPBPM

public IPortBasedProtocolManager getPBPM(byte protocolNum,
                                         String name)
Description copied from interface: IPBPMFactory
Instantiate a port-based protocol manager

Specified by:
getPBPM in interface IPBPMFactory
name - the name of this manager
Returns:
the PBPM

Sun SPOT API
Green Release  


Copyright © 2006 Sun Microsystems, Inc. All Rights Reserved.