Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

weblogic.coherence.descriptor.wl
Interface CoherenceServiceBean

All Superinterfaces:
SettableBean

public interface CoherenceServiceBean
extends SettableBean

Information that represents a Coherence service.

Access limited to the following security roles:
Deployer

Method Summary
 String getName()
          A unique name that identifies this Coherence service.
 void setName(String name)
          A unique name that identifies this initialization parameter.
 
Methods inherited from interface weblogic.descriptor.SettableBean
isSet, unSet
 

Method Detail

getName

String getName()
A unique name that identifies this Coherence service.


setName

void setName(String name)
A unique name that identifies this initialization parameter.


Copyright 1996, 2014, 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
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02