Skip navigation links

Oracle® Fusion Middleware Java API Reference for Event Processing in Oracle Stream Analytics
12c Release (12.2.1.3.0)

E98700-01
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
abstract  int getIdentity()
           
abstract  java.lang.String getName()
           
abstract  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, 2018, Oracle and/or its affiliates. All rights reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD