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

Part Number E41849-02

weblogic.wsee.handler
Interface HandlerList


Deprecated.

public interface HandlerList

This class represents a list of handler instance. If the handlers in this list are stateless (eg, in the case of internal handler) this list can be reused.


Method Summary
 void add(String name, HandlerInfo handlerInfo)
          Deprecated.  
 boolean contains(String name)
          Deprecated.  
 String[] getHandlerNames()
          Deprecated.  
 HandlerInfo getInfo(int index)
          Deprecated.  
 String getName(int index)
          Deprecated.  
 int insert(String name, HandlerInfo handlerInfo, List<String> after, List<String> before)
          Deprecated.  
 void insert(String name, int index, HandlerInfo handlerInfo)
          Deprecated.  
 int lenientInsert(String name, HandlerInfo handlerInfo, List<String> after, List<String> before)
          Deprecated.  
 void remove(int index)
          Deprecated.  
 boolean remove(String name)
          Deprecated.  
 int size()
          Deprecated.  
 

Method Detail

size

int size()
Deprecated. 

getInfo

HandlerInfo getInfo(int index)
Deprecated. 

getName

String getName(int index)
Deprecated. 

add

void add(String name,
         HandlerInfo handlerInfo)
         throws HandlerException
Deprecated. 
Throws:
HandlerException

insert

void insert(String name,
            int index,
            HandlerInfo handlerInfo)
            throws HandlerException
Deprecated. 
Throws:
HandlerException

lenientInsert

int lenientInsert(String name,
                  HandlerInfo handlerInfo,
                  List<String> after,
                  List<String> before)
                  throws HandlerException
Deprecated. 
Throws:
HandlerException

insert

int insert(String name,
           HandlerInfo handlerInfo,
           List<String> after,
           List<String> before)
           throws HandlerException
Deprecated. 
Throws:
HandlerException

remove

void remove(int index)
Deprecated. 

remove

boolean remove(String name)
Deprecated. 

contains

boolean contains(String name)
Deprecated. 

getHandlerNames

String[] getHandlerNames()
Deprecated. 

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