com.resilientedge.jockey.peerbridge
Class PeerBridge

java.lang.Object
  |
  +--com.resilientedge.jockey.peerbridge.PeerBridge

public class PeerBridge
extends java.lang.Object

Management interface for the peerbridge subsystem of Jockey.

Version:
$Revision: 1.1.1.1 $
Author:
jgardner

Method Summary
static PeerBridge getInstance()
          Returns the singleton instance
 void init()
          Initializer
 boolean isInitialized()
          Check Initialization state
 void shutdown()
          Shutdown the peerbridge subsystem.
 void waitForInit()
          Wait for the initialization to complete.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static PeerBridge getInstance()
Returns the singleton instance
Returns:
The Instance value

init

public void init()
Initializer

isInitialized

public boolean isInitialized()
Check Initialization state

waitForInit

public void waitForInit()
Wait for the initialization to complete.

shutdown

public void shutdown()
Shutdown the peerbridge subsystem.


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