public class EntryConfig extends Object
| Constructor and Description |
|---|
EntryConfig(String resourceName) |
EntryConfig(String resourceName,
EntryType entryType) |
EntryConfig(String resourceName,
EntryType entryType,
ContextConfig contextConfig) |
EntryConfig(String resourceName,
EntryType entryType,
int acquireCount,
Object[] args) |
EntryConfig(String resourceName,
EntryType entryType,
int acquireCount,
Object[] args,
ContextConfig contextConfig) |
EntryConfig(String resourceName,
int resourceType,
EntryType entryType,
int acquireCount,
Object[] args) |
EntryConfig(String resourceName,
int resourceType,
EntryType entryType,
int acquireCount,
Object[] args,
ContextConfig contextConfig) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAcquireCount() |
Object[] |
getArgs() |
ContextConfig |
getContextConfig() |
EntryType |
getEntryType() |
String |
getResourceName() |
int |
getResourceType() |
String |
toString() |
public EntryConfig(String resourceName)
public EntryConfig(String resourceName, EntryType entryType, ContextConfig contextConfig)
public EntryConfig(String resourceName, EntryType entryType, int acquireCount, Object[] args)
public EntryConfig(String resourceName, EntryType entryType, int acquireCount, Object[] args, ContextConfig contextConfig)
public EntryConfig(String resourceName, int resourceType, EntryType entryType, int acquireCount, Object[] args)
public EntryConfig(String resourceName, int resourceType, EntryType entryType, int acquireCount, Object[] args, ContextConfig contextConfig)
public String getResourceName()
public EntryType getEntryType()
public int getAcquireCount()
public Object[] getArgs()
public ContextConfig getContextConfig()
public int getResourceType()
Copyright © 2019 Alibaba Group. All rights reserved.