com.sun.spot.peripheral.radio.proxy
Class ProxyPBPMFactory
java.lang.Object
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.
ProxyPBPMFactory
public ProxyPBPMFactory()
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
Copyright © 2006 Sun Microsystems, Inc. All Rights Reserved.