public class AppContext
This is just some way to track what attachments need to be in the class loader, but may later include some app properties loaded from the attachments. And perhaps the authenticated user for an API call?
Constructor and Description |
---|
AppContext(java.util.List<? extends net.corda.core.crypto.SecureHash> attachments)
This is just some way to track what attachments need to be in the class loader, but may later include some app
properties loaded from the attachments. And perhaps the authenticated user for an API call?
|
Modifier and Type | Method and Description |
---|---|
java.util.List<net.corda.core.crypto.SecureHash> |
component1() |
AppContext |
copy(java.util.List<? extends net.corda.core.crypto.SecureHash> attachments)
This is just some way to track what attachments need to be in the class loader, but may later include some app
properties loaded from the attachments. And perhaps the authenticated user for an API call?
|
boolean |
equals(java.lang.Object p) |
java.util.List<net.corda.core.crypto.SecureHash> |
getAttachments() |
java.lang.ClassLoader |
getClassLoader() |
int |
hashCode() |
java.lang.String |
toString() |
public AppContext(java.util.List<? extends net.corda.core.crypto.SecureHash> attachments)
This is just some way to track what attachments need to be in the class loader, but may later include some app properties loaded from the attachments. And perhaps the authenticated user for an API call?
public java.lang.ClassLoader getClassLoader()
public java.util.List<net.corda.core.crypto.SecureHash> getAttachments()
public java.util.List<net.corda.core.crypto.SecureHash> component1()
public AppContext copy(java.util.List<? extends net.corda.core.crypto.SecureHash> attachments)
This is just some way to track what attachments need to be in the class loader, but may later include some app properties loaded from the attachments. And perhaps the authenticated user for an API call?
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)