Package org.jboss.as.jpa.management
Class Path
- java.lang.Object
-
- org.jboss.as.jpa.management.Path
-
- All Implemented Interfaces:
PathAddress
public class Path extends Object implements PathAddress
Path to a statistic value- Author:
- Scott Marlow
-
-
Constructor Summary
Constructors Constructor Description Path(org.jboss.as.controller.PathAddress pathAddress)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue(int index)StringgetValue(String name)static Pathpath(org.jboss.as.controller.PathAddress pathAddress)intsize()
-
-
-
Method Detail
-
path
public static Path path(org.jboss.as.controller.PathAddress pathAddress)
-
size
public int size()
- Specified by:
sizein interfacePathAddress
-
getValue
public String getValue(String name)
- Specified by:
getValuein interfacePathAddress
-
getValue
public String getValue(int index)
- Specified by:
getValuein interfacePathAddress
-
-