Skip navigation links

Oracle Complex Event Processing API Reference
11g Release 1 (11.1.1.6.3)

E14303-10
FRAMES    NO FRAMES
DETAIL:  FIELD | CONSTR | METHOD


com.bea.wlevs.ede.api.cluster
Interface Server


public interface Server
extends java.lang.Comparable

A representation of a group server. A Server is primarily used for comparison purposes.


Method Summary
 int getIdentity()
           
 java.lang.String getName()
           
 java.lang.String getUid()
           

 

Methods inherited from interface java.lang.Comparable
compareTo

 

Method Detail

getIdentity

public int getIdentity()
Returns:
the logical identity of this Server

getUid

public java.lang.String getUid()
Returns:
the logical unique identity of this Server as a string

getName

public java.lang.String getName()
Returns:
the name of this Server

Overview  Package   Class   Use  Tree  Deprecated  Index  Help 
Copyright © 2007, 2012 Oracle and/or its affiliates. All rights reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD