Package org.eclipse.spi.net4j
Class ServerProtocolFactory
- java.lang.Object
- 
- org.eclipse.net4j.util.factory.Factory
- 
- org.eclipse.spi.net4j.ServerProtocolFactory
 
 
- 
- All Implemented Interfaces:
- org.eclipse.net4j.util.factory.IFactory
 - Direct Known Subclasses:
- HeartBeatProtocol.Server.Factory
 
 public abstract class ServerProtocolFactory extends org.eclipse.net4j.util.factory.FactoryIf the meaning of this type isn't clear, there really should be more of a description here...- Since:
- 2.0
- Author:
- Eike Stepper
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringPRODUCT_GROUP
 - 
Constructor SummaryConstructors Constructor Description ServerProtocolFactory(java.lang.String type)
 
- 
- 
- 
Field Detail- 
PRODUCT_GROUPpublic static final java.lang.String PRODUCT_GROUP - See Also:
- Constant Field Values
 
 
- 
 
-