org.apache.openejb.server.cxf.rs
Class Logs.LogResourceEndpointInfo

java.lang.Object
  extended by org.apache.openejb.server.cxf.rs.Logs.LogResourceEndpointInfo
All Implemented Interfaces:
Comparable<Logs.LogResourceEndpointInfo>
Enclosing class:
Logs

public static class Logs.LogResourceEndpointInfo
extends Object
implements Comparable<Logs.LogResourceEndpointInfo>


Field Summary
 String address
           
 String classname
           
 int methodSize
           
 int methodStrSize
           
 List<Logs.LogOperationEndpointInfo> operations
           
 String type
           
 
Constructor Summary
Logs.LogResourceEndpointInfo(String type, String address, String classname, List<Logs.LogOperationEndpointInfo> operations, int methodSize, int methodStrSize)
           
 
Method Summary
 int compareTo(Logs.LogResourceEndpointInfo o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public final String type

address

public final String address

classname

public final String classname

operations

public final List<Logs.LogOperationEndpointInfo> operations

methodSize

public final int methodSize

methodStrSize

public final int methodStrSize
Constructor Detail

Logs.LogResourceEndpointInfo

public Logs.LogResourceEndpointInfo(String type,
                                    String address,
                                    String classname,
                                    List<Logs.LogOperationEndpointInfo> operations,
                                    int methodSize,
                                    int methodStrSize)
Method Detail

compareTo

public int compareTo(Logs.LogResourceEndpointInfo o)
Specified by:
compareTo in interface Comparable<Logs.LogResourceEndpointInfo>


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.