org.resilientedge.jockey.peer
Class PeerPlatformFactory

java.lang.Object
  |
  +--org.resilientedge.jockey.peer.PeerPlatformFactory

public class PeerPlatformFactory
extends java.lang.Object

The PeerPlatformFactory manages implementations of peer platforms.

Version:
$Revision: 1.1.1.1 $
Author:
John Gardner

Constructor Summary
PeerPlatformFactory()
           
 
Method Summary
static PeerPlatform getPlatform()
          Returns a reference to a peer platform implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeerPlatformFactory

public PeerPlatformFactory()
Method Detail

getPlatform

public static PeerPlatform getPlatform()
Returns a reference to a peer platform implementation.
Returns:
a platform implementation


Copyright © 2001 Resilient Edge, Inc. All Rights Reserved.