Oracle Fusion Middleware
Oracle WebLogic SIP Server API Reference
11g Release 1 (10.3.4)

Part Number E17873-02

com.bea.wcp.sip.management.runtime
Interface ReplicaInfoInterface

All Superinterfaces:
java.io.Serializable

public interface ReplicaInfoInterface
extends java.io.Serializable


Method Summary
 int getHighKeyCount()
           
 long getHighTotalBytes()
           
 int getKeyCount()
           
 int getLockCount()
           
 byte getSite()
           
 long getTotalBytes()
           
 

Method Detail

getSite

byte getSite()

getKeyCount

int getKeyCount()

getLockCount

int getLockCount()

getTotalBytes

long getTotalBytes()

getHighTotalBytes

long getHighTotalBytes()

getHighKeyCount

int getHighKeyCount()

Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic SIP Server API Reference
11g Release 1 (10.3.4)

Part Number E17873-02